Search found 542 matches

by pjj
09 May 2024 10:05
Forum: Bugs
Topic: Hang on ctrl+home after ctrl+End
Replies: 13
Views: 362

Re: Hang on ctrl+home after ctrl+End

On my another, "toy" machine with Windows 10 (Pentium 1.1 GHz, though probably overclocked a tad, and 4 Gb RAM), I was able to hang RJ TextEd (16.20, installed) only while counting substrings. Simple loading given file was quite quick, and changing highlighter to "Log" took like ...
by pjj
09 May 2024 09:24
Forum: Bugs
Topic: Small regression wrt numbered bookmarks
Replies: 0
Views: 12

Small regression wrt numbered bookmarks

Thanks a lot for the newest version! Alas, a small regression has been introduced, with regard to numbered bookmark setting via keyboard: 1) I can't remove any bookmark by pressing Ctrl+Shift+number shortcut again 2) I can't change number of any bookmark by pressing Ctrl+Shift+number shortcut if a b...
by pjj
06 May 2024 19:02
Forum: Bugs
Topic: FIXED: Too much of pointer cursor
Replies: 2
Views: 299

Re: FIXED: Too much of pointer cursor

I just noticed that if said URL was on the last line of text, hand cursor was displayed for all the space below (and not just to the end of the line); please check this as well.
by pjj
06 May 2024 10:19
Forum: Bugs
Topic: Hang on ctrl+home after ctrl+End
Replies: 13
Views: 362

Re: Hang on ctrl+home after ctrl+End

No hanging for me, Ctrl-Home and Ctrl-End work instantaneously. Highlighter: text file, Windows 7. Counting items takes a little time (but not too much, 3 sec top), the same replacing items. "Find next" works right off the bat. Scrolling up and down is smooth. I have 24 GB not-so-quick RAM...
by pjj
04 May 2024 18:16
Forum: Bugs
Topic: DONE: Much too long URL in RMC menu
Replies: 1
Views: 104

DONE: Much too long URL in RMC menu

When I do RMC on any URL, familiar menu appears, but with that URL as the first entry -- clicking on it opens the browser with the target webpage. When the URL is longer than 20-something characters, said menu gets wider, to accommodate for the URL, which is quoted verbatim . Now, URLs can be quite ...
by pjj
04 May 2024 16:16
Forum: Features
Topic: Dimmed panel icon if no bookmark is set
Replies: 0
Views: 529

Dimmed panel icon if no bookmark is set

In the help file you wrote: It is also possible to use numbered bookmarks, which can be easier to navigate if you remember where you put them. This is sadly very true; even worse is that I don't always remember if I put them -- hence this request. I have added to the right side of my editor self-clo...
by pjj
04 May 2024 12:31
Forum: Development - Beta Versions
Topic: Version 16.20 beta 2
Replies: 1
Views: 307

Re: Version 16.20 beta 2

Options Made changes in the "Highlight and margin" and "Font and tabs" sections. Added 4 new tabs to each section. - Source (default) - default highlighter settings. - Text Files - plain text settings. - ASCII Files - ASCII settings. - Source Files - individual highlighter setti...
by pjj
04 May 2024 08:18
Forum: Bugs
Topic: FIXED: Too much of pointer cursor
Replies: 2
Views: 299

FIXED: Too much of pointer cursor

Recently I have switched on "URL highlighting and follow link" option (out of curiosity, I guess) and now my cursor has CSS pointer shape (i.e. hand) not only when I hover it above given URL, but also to the end of the line. It behaves normally, though (with respect to clicking, selecting,...
by pjj
01 May 2024 17:41
Forum: Bugs
Topic: FIXED? Inconsistent highlighting in PHP
Replies: 2
Views: 217

Re: FIXED? Inconsistent highlighting in PHP

Thank you! It works great...
rj syntax editor.png
rj syntax editor.png (7 KiB) Viewed 208 times
...but I had to change my theme from Windows (well, my own one based on Windows theme) to Amakrits, since with my theme the window was blank.
by pjj
01 May 2024 14:04
Forum: Bugs
Topic: FIXED? Inconsistent highlighting in PHP
Replies: 2
Views: 217

FIXED? Inconsistent highlighting in PHP

This is a minor thing, yet here it is: in PHP highlighter numbers can be highlighted as numbers (no surprise here) or methods, depending on the next character: pink color in the screenshot below is `number`, while lightgreen -- `method`:
method or number.png
method or number.png (3 KiB) Viewed 217 times
by pjj
01 May 2024 08:16
Forum: Bug reports
Topic: FIXED: [16.20b1] Goto tab in Search window is seriously gone (astray)
Replies: 1
Views: 784

FIXED: [16.20b1] Goto tab in Search window is seriously gone (astray)

2024-05-01-09-09-05-ezgif.com-video-to-gif-converter.gif
2024-05-01-09-09-05-ezgif.com-video-to-gif-converter.gif (778.93 KiB) Viewed 784 times
In PHP file with mixed contents it shows only one, initial <style>, but when searching for 'sc' it shows <script> (still only one, though).
by pjj
30 Apr 2024 07:58
Forum: Bugs
Topic: Hang on ctrl+home after ctrl+End
Replies: 13
Views: 362

Re: Hang on ctrl+home after ctrl+End

I can see this can happen with a highlighter other then "Text file" (I switched on a random highlighter for 80 MB logfile and my editor chocked a bit). So ad hoc solution is to switch off highlighter.
by pjj
24 Apr 2024 06:44
Forum: Questions
Topic: Bug?
Replies: 2
Views: 844

Re: Bug?

rjbill wrote: 23 Apr 2024 23:44 I don't know if I'm missing something here,
Yes, you're missing one opening bracket!
rjbill wrote: 23 Apr 2024 23:44 This is my RegEx: [1-9][0-9]0-9],,
...while it should have been
[1-9][0-9][0-9],,
With it your regex works as intended.
by pjj
14 Apr 2024 13:35
Forum: Bugs
Topic: Used bold font on active tab option doesn't work
Replies: 3
Views: 464

Re: Used bold font on active tab option doesn't work

I use customized theme. When I set "use bold" on Windows theme and then switch to mine, the bold is retained -- but so are active tabs colors :? When I switch it off in Windows theme, switching it on in my theme has no effect. It seems like my theme uses Windows theme tabs settings. Other ...