Search found 575 matches

by pjj
30 Apr 2025 21:19
Forum: Questions
Topic: Question about regular expressions
Replies: 4
Views: 27

Re: Question about regular expressions

Hey, I'm super glad it worked for you :-D You may want to have a look at https://regexr.com/ or https://regex101.com/ to test your regexes -- the are more regex testers on the Net, but these two come with broad explanations and suggestions, like e.g. to use ([A-Z_]*) instead of (.*) to match only CA...
by pjj
30 Apr 2025 17:58
Forum: Questions
Topic: Question about regular expressions
Replies: 4
Views: 27

Re: Question about regular expressions

Please try put_message\("(.*)"\); put_message(T_("$1")); You can use first line with Find and mark "Highlight all items found" just to make sure everything is as expected. If you want to convert lines that have only this command (with variable message), you can use ^put...
by pjj
05 Apr 2025 08:48
Forum: Features
Topic: Enhancements for Code Explorer panel (gentle bump)
Replies: 1
Views: 758

Re: Enhancements for Code Explorer panel (gentle bump)

3. Please display bookmark's number for numbered bookmarks in Bookmarks section. I want my numbered bookmarks to be consecutive, so sometimes I add random numbered bookmark (e.g. "3") in the middle of the code, so I can add another one(s) above it, with smaller number(s). So I go to anothe...
by pjj
04 Apr 2025 12:12
Forum: External or integrated tools
Topic: Interesting article: Why I stopped using AI code editors
Replies: 0
Views: 630

Interesting article: Why I stopped using AI code editors

I thought it would be an interesting read for anyone, especially those who would want to integrate some AI into RJ TE (it crossed my mind, I must admit :wink:) I felt less competent at doing what was quite basic software development than a year or so before. All of a sudden, it made it very clear to...
by pjj
27 Mar 2025 12:06
Forum: Features
Topic: Enhancements for Code Explorer panel (gentle bump)
Replies: 1
Views: 758

Enhancements for Code Explorer panel (gentle bump)

Let me come back to the features I asked for some time ago , regarding Code Explorer: 1. When there are no entries (I mean: Module, Todo etc.) for a newly opened file, you never know if and when they appear; this is very whimsical: sometimes they do show up without any user interaction, sometime the...
by pjj
19 Mar 2025 09:57
Forum: Features
Topic: Search Clipboard
Replies: 3
Views: 564

Re: Search Clipboard

So like F3, but without making a selection? Cool idea!
by pjj
19 Mar 2025 09:23
Forum: Features
Topic: Search Clipboard
Replies: 3
Views: 564

Re: Search Clipboard

Do you mean a search field for Clipboard History panel?
by pjj
17 Mar 2025 20:51
Forum: Questions
Topic: tooltips on search options??
Replies: 3
Views: 1360

Re: tooltips on search options??

I have subscribed to this forum's RSS feed, so I can update right away 8)
by pjj
17 Mar 2025 18:09
Forum: Features
Topic: Treat tabs as n of spaces in file comparison
Replies: 2
Views: 558

Re: Treat tabs as n of spaces in file comparison

Thanks a lot! (I've been looking for file comparison's settings, I don't know how I've missed them :?)
by pjj
15 Mar 2025 09:08
Forum: Bugs
Topic: FIXED? Tooltips for icons in file comparison tool
Replies: 1
Views: 374

FIXED? Tooltips for icons in file comparison tool

There's a vertical bar with icons between two files being compared, but sadly its purpose isn't always conspicuous. Since all the icons in other toolbars have tooltips, I assume those had them, too; and even if not, they really could do with them. ...Sorry, not "all the icons", Editor Tool...
by pjj
15 Mar 2025 08:51
Forum: Features
Topic: Treat tabs as n of spaces in file comparison
Replies: 2
Views: 558

Treat tabs as n of spaces in file comparison

Some time ago I downloaded WordPress add-on to amend one file and then upload it on-line. There was an update to the add-on, so I needed to alter that file again, but sadly I hadn't marked changed lines, so I had to compare the original file with modified one to find out where to make my changes. &q...
by pjj
02 Mar 2025 13:27
Forum: Bugs
Topic: Consecutive ligatures in a string aren't displayed correctly
Replies: 1
Views: 624

Consecutive ligatures in a string aren't displayed correctly

I use a font with ligatures (Fira Code) and those ligatures are very well supported by RJ TE, however there are edge cases when they aren't. Ijust found one such case, in PHP object notation: consecutive ligatures.png They are displayed correctly in an object notation, but not all of them )only the ...
by pjj
01 Feb 2025 17:15
Forum: Features
Topic: SOLVED: Bigger toolbars icons
Replies: 2
Views: 827

Re: Bigger toolbars icons

Have you tried Options > Style and fonts > Menu and Toolbars? Changing dropdown list from normal to large doesn't seem to work for me (it changes only icon padding), but "Image list scaling" -- does. With 200% icons are really big.
by pjj
30 Jan 2025 11:48
Forum: Features
Topic: DONE: Code folding #region in PHP
Replies: 2
Views: 876

Re: Code folding #region in PHP

Me neither; additionally //__START__ ... //__END__ doesn't work for me, either.