Search found 535 matches

by pjj
18 Apr 2023 09:57
Forum: Bugs
Topic: Small inconsistency in code folding (PHP)
Replies: 5
Views: 1876

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

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

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

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

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

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

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

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

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

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

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

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 1145 times
by pjj
20 Feb 2023 19:33
Forum: Bugs
Topic: FIXED: Quirk in PHP highlighter
Replies: 1
Views: 1161

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 1161 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: 1792

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 1792 times
by pjj
13 Feb 2023 18:30
Forum: General discussion
Topic: Resolved: question about chm help file
Replies: 3
Views: 3403

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).