Search found 569 matches

by pjj
09 Dec 2024 16:26
Forum: Development - Beta Versions
Topic: Version 16.35 beta 1/beta 2/beta 3
Replies: 18
Views: 958

Re: Version 16.35 beta 1/beta 2/beta 3

So far this solution works for me. (I leave program in the background and close it after some period of inactivity, which seemed to trigger this erroneous behavior, but as of now it closes without any problem.)
by pjj
03 Dec 2024 10:43
Forum: Development - Beta Versions
Topic: Version 16.35 beta 1/beta 2/beta 3
Replies: 18
Views: 958

Re: Version 16.35 beta 1/beta 2/beta 3

I know. I'm OK with the file growing (20 MB since 16.21 beta 3), but it irks me the program is closing well now when I need it to go rogue 8)
by pjj
03 Dec 2024 10:04
Forum: Development - Beta Versions
Topic: Version 16.35 beta 1/beta 2/beta 3
Replies: 18
Views: 958

Re: Version 16.35 beta 1/beta 2/beta 3

FWIW I have quite big DebugOutput.txt file, but annoyingly enough RJ TE closes swiftly and opens quite fast, too (seems it opens slowly only when a project is involved).
by pjj
30 Nov 2024 15:10
Forum: Development - Beta Versions
Topic: Version 16.35 beta 1/beta 2/beta 3
Replies: 18
Views: 958

Re: Version 16.35 beta 1/beta 2

Rickard Johansson wrote: 23 Nov 2024 21:44 Interesting... but I haven't done anything deliberately to speed things up.
I think you have :o namely you've added some tracking code to the beta, absent in the normal edition, because now when I'm working with stable program, again I have to click twice on close icon to terminate it.
by pjj
25 Nov 2024 10:10
Forum: Bug reports
Topic: FIXED: [16.35b3] Current line's background gets extended all the way down
Replies: 1
Views: 373

FIXED: [16.35b3] Current line's background gets extended all the way down

If you put caret on the last line of a document, all the (empty) lines below will get the background of the current (active) line: Clipboard_11-25-2024_01.png Edit: It even gets better if you select a string (one char even) that exists on the last line: Clipboard_11-25-2024_02.png Something is wrong...
by pjj
23 Nov 2024 20:36
Forum: Development - Beta Versions
Topic: Version 16.35 beta 1/beta 2/beta 3
Replies: 18
Views: 958

Re: Version 16.35 beta 1/beta 2

I didn't find any bugs (other than "Could not connect to server"). But. In the second beta (probably also in the first one) you've changed something in the code and it has soothing effect: I can close the editor by a single click on the X icon in the top right corner (before I had to click...
by pjj
04 Nov 2024 13:49
Forum: Bugs
Topic: FIXED: Problem with stripping extensions from filenames
Replies: 1
Views: 320

FIXED: Problem with stripping extensions from filenames

This used to work, but since a couple of versions has been problematic. When using my script Enhanced Save As I encounter this problem: I can't save "foo" as "bar", I can only save it as "bar.txt" (I can use extensionless name in the dialog box, but the file will be sav...
by pjj
24 Oct 2024 09:20
Forum: Features
Topic: DONE: Capitalize
Replies: 7
Views: 3674

Re: DONE: Capitalize

jody wrote: 24 Oct 2024 00:45 Anyway to do "always on top" for the editor. Makes repetitive copy and pasting much easier.
Did you try AlwaysOnTopper? Works really well for me (unlike e.g. TurboTop).
by pjj
22 Oct 2024 10:43
Forum: Features
Topic: SOLVED PHP highlighting in strings in double quotes
Replies: 2
Views: 461

SOLVED PHP highlighting in strings in double quotes

Within HTML highlighter everything in double quotes seems to be treated as a undifferentiated string, when if fact it can contain e.g. PHP code: php-highlight.png In the last line PHP code is not highlighted as such, because it is surrounded by double quotes. Could you please make it "break&quo...
by pjj
18 Oct 2024 14:50
Forum: Questions
Topic: Scrollbar, 'current document folder' and UI questions
Replies: 1
Views: 960

Re: Scrollbar, 'current document folder' and UI questions

Ad 1: There are Document Map and Annotation Bar; both can be shown/hidden from menu View (there are also icons in the main toolbar and you can associate a shortcut to it; and then some more settings in Options). Ad 2: no idea :( I don't use explorer, prefer project tree. Ad 3: Goto Options > Highlig...
by pjj
16 Oct 2024 16:11
Forum: Syntax files
Topic: Help defining a custom syntax file
Replies: 10
Views: 1690

Re: Help defining a custom syntax file

Turns out it is mentioned in the help file: TextEd > Syntax files > Keywords.
by pjj
16 Oct 2024 13:49
Forum: Syntax files
Topic: Help defining a custom syntax file
Replies: 10
Views: 1690

Re: Help defining a custom syntax file

I think so, yes.
Glad it works for you :)
by pjj
15 Oct 2024 21:32
Forum: Syntax files
Topic: Help defining a custom syntax file
Replies: 10
Views: 1690

Re: Help defining a custom syntax file

I've changed keyword group name from Data to #Data (i.e. put hash sign # before it) and it works for me.
by pjj
15 Oct 2024 15:46
Forum: Syntax files
Topic: Help defining a custom syntax file
Replies: 10
Views: 1690

Re: Help defining a custom syntax file

Can you post your .syx file here?