Search found 1096 matches
- 07 Nov 2024 19:19
- Forum: Next release
- Topic: Version 16.34
- Replies: 0
- Views: 105
Version 16.34
----------------------------------------------------------- Version 16.34 (Nov 7, 2024) ----------------------------------------------------------- Markdown Markdown preview should display HTML code (tables, forms...) properly now. Numbered bookmarks Now, when you create a numbered bookmark - the to...
- 07 Nov 2024 14:16
- Forum: Language files
- Topic: Chinese Simplified for v16.31
- Replies: 1
- Views: 93
Re: Chinese Simplified for v16.31
Thanks, I'll include it in the program release.
- 07 Nov 2024 14:15
- Forum: Language files
- Topic: Updated italian file for RJ Texted 16.33
- Replies: 1
- Views: 397
- 07 Nov 2024 14:13
- Forum: Bugs
- Topic: FIXED: User toolbar bug
- Replies: 1
- Views: 253
Re: User toolbar bug
Fixed in next release (v16.34). Thanks!
- 07 Nov 2024 13:42
- Forum: Bugs
- Topic: FIXED: Problem with stripping extensions from filenames
- Replies: 1
- Views: 104
Re: Problem with stripping extensions from filenames
Seems to work now in the upcoming release (v16.34).
- 07 Nov 2024 11:48
- Forum: Features
- Topic: DONE: Minor request: save line number on numbered bookmarks?
- Replies: 2
- Views: 215
Re: Minor request: save line number on numbered bookmarks?
Added in v16.34 (but only for numbered bookmarks).
- 07 Nov 2024 10:57
- Forum: Features
- Topic: SOLVED PHP highlighting in strings in double quotes
- Replies: 2
- Views: 196
Re: PHP highlighting in strings in double quotes
I think you have unchecked the option to enable highlighting in strings...
When checked you should see something like below
When checked you should see something like below
- 31 Oct 2024 15:14
- Forum: Features
- Topic: DONE - RJTextEd Feature Request: Markup/HTML side-by-side realtime display
- Replies: 8
- Views: 1224
Re: DONE - RJTextEd Feature Request: Markup/HTML side-by-side realtime display
HTML code should display correctly in the next minor update (v16.34)...
- 17 Oct 2024 16:58
- Forum: Bugs
- Topic: FIXED: CSS autocomplete
- Replies: 3
- Views: 475
Re: CSS autocomplete
Update to version 16.33. It should work now.
- 13 Oct 2024 13:59
- Forum: Next release
- Topic: Version 16.32/16.33
- Replies: 0
- Views: 718
Version 16.32/16.33
----------------------------------------------------------- Version 16.33 (Oct 17, 2024) ----------------------------------------------------------- Fixed * Some issues with auto completion in CSS/SASS/LESS. ----------------------------------------------------------- Version 16.32 (Oct 13, 2024) ---...
- 09 Oct 2024 16:56
- Forum: Bugs
- Topic: FIXED: Minor syntax error with markdown language
- Replies: 2
- Views: 330
Re: Minor syntax error with markdown language
Fixed in next release.
You can modify <AppData>\Roaming\RJ TextEd\Syntax\Markdown.syx
and add 1 line to the [Options] section, after LineCommentA=>:
You can modify <AppData>\Roaming\RJ TextEd\Syntax\Markdown.syx
and add 1 line to the [Options] section, after LineCommentA=>:
Code: Select all
[Options]
LineCommentA=>
OnlyLineCommentIfFirstCharA=1
- 09 Oct 2024 16:44
- Forum: Next release
- Topic: Version 16.31
- Replies: 2
- Views: 750
Re: Version 16.31
Thanks
- 09 Oct 2024 16:43
- Forum: Bugs
- Topic: FIXED: Code explorer bug
- Replies: 4
- Views: 353
Re: Code explorer bug
It's fixed in next release.
You can fix it by editing the <AppData>\Roaming\RJ TextEd\Syntax\Cpp.syx file
Change the [Fold] section to end with
Remove the rest of that section.
You can fix it by editing the <AppData>\Roaming\RJ TextEd\Syntax\Cpp.syx file
Change the [Fold] section to end with
Code: Select all
7_Id=
7_Begin={
7_End=}
7_Level=nltNestedRegionIndent
7_ListItem=ceMethod
7_Name=
- 04 Oct 2024 12:50
- Forum: Bugs
- Topic: FIXED: Code explorer bug
- Replies: 4
- Views: 353
Re: Code explorer bug
I can't really do anything without an example file showing the issue
- 03 Oct 2024 17:48
- Forum: Next release
- Topic: Version 16.31
- Replies: 2
- Views: 750
Version 16.31
----------------------------------------------------------- Version 16.31 (Oct 3, 2024) ----------------------------------------------------------- Visual changes Made visual changes to all dialog windows throughout the program. Some minor and some more extensive. Major changes have been made in: Se...