Search found 140 matches

by crtrubshaw
09 Sep 2026 09:59
Forum: Bugs
Topic: FIXED: Font-size in fold hint
Replies: 1
Views: 237

FIXED: Font-size in fold hint

Hi Rickard, the font-size in the fold hint is huge compared to the editor font-size. Please can you make it match the editor font-size?

Might be similar to this issue viewtopic.php?t=5971

Thanks!

20260909-0956.png
20260909-0956.png (28.97 KiB) Viewed 237 times
by crtrubshaw
27 Aug 2026 11:42
Forum: Bugs
Topic: FIXED: Parentheses breaking syntax hightlighting in PHP string
Replies: 1
Views: 335

FIXED: Parentheses breaking syntax hightlighting in PHP string

Hi Rickard, including parentheses in strings in PHP code appears to break the syntax highlighting.

20260827-1141.png
20260827-1141.png (25.03 KiB) Viewed 335 times
by crtrubshaw
24 Aug 2026 17:23
Forum: Features
Topic: DONE: Code folding #region in PHP
Replies: 12
Views: 55965

Re: DONE: Code folding #region in PHP

Hi Rickard, seems like this is broken again, I have some code as such:

#region...
...
#endregion

The fold at #region folds everything until the end of the document :?

Version 16.66 beta 7 (64-bit)
by crtrubshaw
24 Jul 2026 13:47
Forum: Bugs
Topic: FIXED: Wrong comment syntax in PHP file
Replies: 2
Views: 514

FIXED: Wrong comment syntax in PHP file

Hi Rickard, sometimes when I'm editing a PHP file, inside a PHP code block, I hit "block comments", or the keyboard shortcut, and it will insert HTML comments <!-- -->, instead of PHP line comments, like it did before //
by crtrubshaw
15 Jul 2026 09:41
Forum: Bugs
Topic: FIXED: Font-size in hint panel
Replies: 2
Views: 641

FIXED: Font-size in hint panel

Hi Rickard, in the hint panel which pops up while typing, the font size is really big relative to the editor font size, please can you make it match the editor font size?

Many thanks.

snip.png
snip.png (29.1 KiB) Viewed 641 times
by crtrubshaw
20 May 2026 11:23
Forum: Bugs
Topic: FIXED: HighlightColorsAction does not appear to be working
Replies: 3
Views: 2874

Re: HighlightColorsAction does not appear to be working

It used to work, it was assigned to Alt+C, now if I assign Alt+C to a different action e.g. OpenColorsAction, it works (opens the color dialog), but if I assign Alt+C to HighlightColorsAction, instead it opens the Ma c ros menu item (as if unassigned). I also can't get any other keyboard shortcut to ...
by crtrubshaw
19 May 2026 11:20
Forum: Bugs
Topic: FIXED: HighlightColorsAction does not appear to be working
Replies: 3
Views: 2874

FIXED: HighlightColorsAction does not appear to be working

Hi Rickard, I've tried using this with a few different keyboard shortcuts but it does nothing.
by crtrubshaw
30 Apr 2026 09:41
Forum: Development - Beta Versions
Topic: Version 16.60 beta 1
Replies: 3
Views: 3592

Re: Version 16.60 beta 1

Okay, thanks.

Do you think you could add a keyboard shortcut to toggle the highlighting, in case you want to use it in other file types?

Cheers.
by crtrubshaw
29 Apr 2026 19:55
Forum: Development - Beta Versions
Topic: Version 16.60 beta 1
Replies: 3
Views: 3592

Re: Version 16.60 beta 1

Hi Rickard, how do we enable the alternative line highlighting?

Please can you add a keyboard action so we can assign a hotkey to toggle the highlighting on/off?

Thanks very much!
by crtrubshaw
20 Apr 2026 18:40
Forum: Features
Topic: Alternate lines background colour
Replies: 5
Views: 58226

Re: Alternate lines background colour

That's great Rickard, thank you!

Is it possible to change the shaded lines colour (.ini file setting)?
by crtrubshaw
09 Apr 2026 20:39
Forum: Features
Topic: Alternate lines background colour
Replies: 5
Views: 58226

Re: Alternate lines background colour

Hi Rickard, is this something you think might be possible? It will be useful when looking at log files in specific.

Thanks again.
by crtrubshaw
26 Mar 2026 13:49
Forum: Bugs
Topic: FIXED: File Explorer panel sort order keeps reverting
Replies: 3
Views: 33576

Re: NOT FIXED: File Explorer panel sort order keeps reverting

Hi Rickard, please check this, it seems to be broken again in v16.56.

Thank you.
by crtrubshaw
18 Mar 2026 14:20
Forum: Features
Topic: DONE: Code folding #region in PHP
Replies: 12
Views: 55965

Re: DONE: Code folding #region in PHP

Thanks Rickard!

That does work, but it disables any fold regions in the region. It's not too serious at the moment because I typically want to collapse the region, but just saying, other fold regions don't do that.
by crtrubshaw
15 Mar 2026 18:29
Forum: Features
Topic: DONE: Code folding #region in PHP
Replies: 12
Views: 55965

Re: DONE: Code folding #region in PHP

Hi Rickard, I am using

Code: Select all

#region
...
#endregion
Please include this syntax in the fix.

Thank you!
by crtrubshaw
13 Mar 2026 15:26
Forum: Features
Topic: DONE: Code folding #region in PHP
Replies: 12
Views: 55965

Re: DONE: Code folding #region in PHP

Hello again, I have upgraded to v16.56 but it still doesn't create an automatic fold region, is there something I should check?

Thank you.