Search found 525 matches

by pjj
27 May 2023 14:08
Forum: Bugs
Topic: Code Explorer Module section bugs in CSS
Replies: 0
Views: 31

Code Explorer Module section bugs in CSS

1) Please do not strip leading dot nor hash, so it is at once recognizable if an entry is a class, id, or tag (additionally using colors for different types would be great, too). 2) Parsing rules probably need some tweaking: of these three on the screenshot below only .three is recognized as a [P]ro...
by pjj
27 May 2023 13:34
Forum: Bugs
Topic: Bugs in Code Explorer panel
Replies: 0
Views: 23

Bugs in Code Explorer panel

I have listed some feature requests for Code Explorer panel ; here go some bugs found there: 1) After adding a TODO as a favorite, only it's "icon" (i.e. "grade" number) is displayed 2) Both TODOs and Notes have green background (that of Notes) 3) Changing "grade" of TO...
by pjj
27 May 2023 12:26
Forum: Features
Topic: Enhancements for Code Explorer panel
Replies: 0
Views: 30

Enhancements for Code Explorer panel

I've been using Code Explorer panel mostly to look at my TODOs, but I'd love to use it more. There are some shortcomings, though, so I ask you to kindly consider these points: 1) Seems like not all files need to display the CE elements (I mean Module/TODO/Favorites), this is the case with text files...
by pjj
19 May 2023 08:15
Forum: Bugs
Topic: FIXED? Highlight CSS color values is highlighting HTML entities
Replies: 6
Views: 232

Re: Highlight CSS color values is highlighting HTML entities

£ in HTML file is highlighted as an entity, but when you hover mouse cursor over it color tooltip is displayed.
by pjj
19 May 2023 08:11
Forum: Features
Topic: SOLVED? RJ TextEd Request
Replies: 2
Views: 123

Re: RJ TextEd Request

FWIW this option is already there: RMC on document tab > File operations > Save, Save As (among others).
by pjj
09 May 2023 08:05
Forum: Bugs
Topic: Search term stuck if changed after switching to Find from Goto
Replies: 0
Views: 146

Search term stuck if changed after switching to Find from Goto

If a term is highlighted, e.g. foo , I can hit Ctrl-F and it is shown in the "Text to find" input. I can replace it with e.g. bar and hit "Find" button -- and bar is being looked for. This is, of course, expected behavior. If a term is highlighted, e.g. foo , and I hit Ctrl-G, &q...
by pjj
27 Apr 2023 08:31
Forum: Bugs
Topic: HTML code folding vs. XML code folding
Replies: 0
Views: 263

HTML code folding vs. XML code folding

It's not a bug, but rather an inconsistency: HTML tags are folded differently than XML tags: html-folding.png xml-folding.png Is there a reason for this? Perhaps XML tags could be folded the same way as HTML ones, so that the closing tag would not be visible? In both PHP and JS highlighters folding ...
by pjj
18 Apr 2023 09:57
Forum: Bugs
Topic: Small inconsistency in code folding (PHP)
Replies: 5
Views: 522

Re: Small inconsistency in code folding (PHP)

I've never used custom PHP syntax file :?

Right now I notice problems with folding if..else branches only during adding them and they usually go away (= fold icon appears on the gutter) after adding newline (hitting Enter key) someplace.
by pjj
18 Apr 2023 09:40
Forum: Features
Topic: DONE: ability to change highlight/style of unmatched brace
Replies: 12
Views: 463

Re: DONE: ability to change highlight/style of unmatched brace

If you remove the opening bracket - the thread will find another opening bracket further up in your code and match that one with a closing bracket. And if it doesn't find it? <?php ) The bracket in the code above is unmatched, yet not treated as such. Please notice I'm not saying it is necessarily ...
by pjj
17 Apr 2023 14:44
Forum: Features
Topic: DONE: ability to change highlight/style of unmatched brace
Replies: 12
Views: 463

Re: DONE: ability to change highlight/style of unmatched brace

FWIW it works for me alright.

I noticed only opening unmatched bracket is highlighted; is it by design?
by pjj
06 Apr 2023 21:44
Forum: Bugs
Topic: Small inconsistency in code folding (PHP)
Replies: 5
Views: 522

Re: Small inconsistency in code folding (PHP)

Yes it is: same folding regions in both sample if..else blocks, unlike at my end.
by pjj
06 Apr 2023 16:14
Forum: Bugs
Topic: Small inconsistency in code folding (PHP)
Replies: 5
Views: 522

Small inconsistency in code folding (PHP)

In PHP there are two coding styles when it comes to if..else blocks; in the first one (that can be called official, as of https://github.com/php-fig/per-coding-s ... er/spec.md), elseif doesn't get its code folding trigger:
inconsistent-code-folding-in-php.png
inconsistent-code-folding-in-php.png (30.69 KiB) Viewed 522 times
by pjj
17 Mar 2023 14:36
Forum: Features
Topic: DONE: Customize Icon positions on Toolbars
Replies: 4
Views: 383

Re: DONE: Customize Icon positions on Toolbars

Stop looking and start upgrading ;) This version is already out.
by pjj
04 Mar 2023 17:19
Forum: Features
Topic: DONE: Bring current document fully into view in Project panel
Replies: 4
Views: 455

Re: DONE: Bring current document fully into view in Project panel

Ah, the irony! :lol:

Anyway, it works marvelously in the newest version. Tack så väldigt mycket!
by pjj
03 Mar 2023 19:45
Forum: Features
Topic: DONE: Bring current document fully into view in Project panel
Replies: 4
Views: 455

Re: Bring current document fully into view in Project panel

I'm positive 8)
project-tree-view.png
project-tree-view.png (9.55 KiB) Viewed 397 times
datafiles is the name of currently active document.