Search found 564 matches
- 07 Nov 2024 11:07
- Forum: Features
- Topic: SOLVED PHP highlighting in strings in double quotes
- Replies: 2
- Views: 196
- 04 Nov 2024 13:49
- Forum: Bugs
- Topic: FIXED: Problem with stripping extensions from filenames
- Replies: 1
- Views: 104
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...
- 24 Oct 2024 09:20
- Forum: Features
- Topic: DONE: Capitalize
- Replies: 7
- Views: 3328
Re: DONE: Capitalize
Did you try AlwaysOnTopper? Works really well for me (unlike e.g. TurboTop).
- 22 Oct 2024 10:43
- Forum: Features
- Topic: SOLVED PHP highlighting in strings in double quotes
- Replies: 2
- Views: 196
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...
- 18 Oct 2024 14:50
- Forum: Questions
- Topic: Scrollbar, 'current document folder' and UI questions
- Replies: 1
- Views: 425
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...
- 16 Oct 2024 16:11
- Forum: Syntax files
- Topic: Help defining a custom syntax file
- Replies: 10
- Views: 859
Re: Help defining a custom syntax file
Turns out it is mentioned in the help file: TextEd > Syntax files > Keywords.
- 16 Oct 2024 13:49
- Forum: Syntax files
- Topic: Help defining a custom syntax file
- Replies: 10
- Views: 859
Re: Help defining a custom syntax file
I think so, yes.
Glad it works for you
Glad it works for you
- 15 Oct 2024 21:32
- Forum: Syntax files
- Topic: Help defining a custom syntax file
- Replies: 10
- Views: 859
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.
- 15 Oct 2024 15:46
- Forum: Syntax files
- Topic: Help defining a custom syntax file
- Replies: 10
- Views: 859
Re: Help defining a custom syntax file
Can you post your .syx file here?
- 15 Oct 2024 12:13
- Forum: Bugs
- Topic: FIXED: CSS autocomplete
- Replies: 3
- Views: 475
Re: CSS autocomplete
Same with a tab, i.e. property, colon and then tab.
- 14 Oct 2024 21:21
- Forum: Syntax files
- Topic: Help defining a custom syntax file
- Replies: 10
- Views: 859
Re: Help defining a custom syntax file
You need to escape dots, i.e. write \d\d\.\d\d\.\d\d\d\d -- or \d{2}\.\d{2}\.\d{4} (which is more readable, methinks). I did some tests and I can see there is a bug in the code, though: the background for a (new) keyword isn't used if the keyword is on the last line. It works, if I add a newline aft...
- 07 Oct 2024 19:33
- Forum: Questions
- Topic: Create New File Home Screen Tree
- Replies: 4
- Views: 309
Re: Create New File Home Screen Tree
Yeah, these are special types and ostensibly can't be switched off (even if you deactivate INI highlighter), probably because these extensions are hardcoded somewhere.
- 07 Oct 2024 18:06
- Forum: Questions
- Topic: Create New File Home Screen Tree
- Replies: 4
- Views: 309
Re: Create New File Home Screen Tree
I can see only active highlighters are displayed there, so you need to go to Environment > Add-ons > Highlighters and deactivate those you don't need.
- 06 Oct 2024 07:23
- Forum: Next release
- Topic: Version 16.31
- Replies: 2
- Views: 750
Re: Version 16.31
Visual changes Made visual changes to all dialog windows throughout the program. Some minor and some more extensive. Thank you very much, I greatly appreciate these changes! https://pyxis.nymag.com/v1/imgs/942/0cc/33a2536b4ee3a67fd3ee699b1e64332e8c-27-sparks-steakhouse-steak.rhorizontal.w700.jpg !
- 04 Oct 2024 15:21
- Forum: Bugs
- Topic: FIXED: Code explorer bug
- Replies: 4
- Views: 353
Re: Code explorer bug
From what I can see, RJ TE doesn't like for loop without curly brackets.