Search found 543 matches

by pjj
18 Apr 2023 09:40
Forum: Features
Topic: DONE: ability to change highlight/style of unmatched brace
Replies: 12
Views: 2247

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: 2247

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: 1638

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: 1638

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 1638 times
by pjj
17 Mar 2023 14:36
Forum: Features
Topic: DONE: Customize Icon positions on Toolbars
Replies: 4
Views: 1615

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: 1686

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: 1686

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 1628 times
datafiles is the name of currently active document.
by pjj
01 Mar 2023 19:02
Forum: General discussion
Topic: Xdebug
Replies: 1
Views: 2344

Re: Xdebug

(I have changed subject of your post to the new one, since I understand you'd like to talk about Xdebug, plus the new subject hopefully will attract more users.) I'm not sure what exactly you have in mind when asking for Xdebug support. If you mean something as elaborate as is available in e.g. PHPS...
by pjj
01 Mar 2023 16:39
Forum: Features
Topic: DONE: Bring current document fully into view in Project panel
Replies: 4
Views: 1686

DONE: Bring current document fully into view in Project panel

I'm not sure if this would be fix or enhancement, so with the benefit of the doubt I'm placing it here 8) With Project panel open, switching to another document tab highlights the file in the project files' tree... provided that its directory is open. If it isn't, nothing changes in the Project pane...
by pjj
21 Feb 2023 20:34
Forum: Bugs
Topic: FIXED: AutoComplete in HTML stopped to work
Replies: 4
Views: 1351

Re: ??? AutoComplete in HTML stopped to work

This happens on my main machine (Win7), though not on another one (Win10). Do you want me to send you my ini file?
by pjj
21 Feb 2023 10:09
Forum: Bugs
Topic: FIXED: Quirk in CSS highlighter
Replies: 1
Views: 718

FIXED: Quirk in CSS highlighter

Is it just me? This is on top on problems with HTML autocomplete and PHP highlighters, mentioned previously.
TextEd_NwTY0kUa66.gif
TextEd_NwTY0kUa66.gif (9.73 KiB) Viewed 718 times
by pjj
20 Feb 2023 19:33
Forum: Bugs
Topic: FIXED: Quirk in PHP highlighter
Replies: 1
Views: 758

FIXED: Quirk in PHP highlighter

Placing dollar sign as the first and only character on a new line in PHP file yields unexpected result -- it is placed right before opening PHP tag:
TextEd_OuZVvLMbsT.gif
TextEd_OuZVvLMbsT.gif (27.28 KiB) Viewed 758 times
Backspace deletes it, and pressing more keys moves it to where it should have gone in the first place.
by pjj
20 Feb 2023 19:25
Forum: Bugs
Topic: FIXED: AutoComplete in HTML stopped to work
Replies: 4
Views: 1351

FIXED: AutoComplete in HTML stopped to work

Selected text, instead of being surrounded with tags, is removed:
TextEd_nAz58iGJnb.gif
TextEd_nAz58iGJnb.gif (19.15 KiB) Viewed 1351 times
by pjj
13 Feb 2023 18:30
Forum: General discussion
Topic: Resolved: question about chm help file
Replies: 3
Views: 2251

Re: question about chm help file

I can open mine alright, provided it is located in \Users\pjj\AppData\Roaming\RJ TextEd\help\RJ TextEd.chm Please check your path and filename (before it was called TextEd.chm).
by pjj
11 Feb 2023 10:06
Forum: Bug reports
Topic: FIXED: [15.80b4] Multi-line comment highlighting is broken
Replies: 1
Views: 2807

FIXED: [15.80b4] Multi-line comment highlighting is broken

When I comment out more than line in a PHP file, only the first one is highlighted as comment, and subsequent ones aren't: bad-comment-highlight.png When I save and reload my document, proper highlighting kicks in -- however when I then uncomment these lines, again only the first one is highlighted ...