Search found 1096 matches

by Rickard Johansson
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...
by Rickard Johansson
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.
by Rickard Johansson
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!
by Rickard Johansson
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).
by Rickard Johansson
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).
by Rickard Johansson
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...

highlight_in_string.png
highlight_in_string.png (6.94 KiB) Viewed 53 times

When checked you should see something like below

Enable_highlight.png
Enable_highlight.png (2.72 KiB) Viewed 53 times
by Rickard Johansson
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)...
by Rickard Johansson
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.
by Rickard Johansson
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) ---...
by Rickard Johansson
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=>:

Code: Select all

[Options]
LineCommentA=>
OnlyLineCommentIfFirstCharA=1
by Rickard Johansson
09 Oct 2024 16:44
Forum: Next release
Topic: Version 16.31
Replies: 2
Views: 750

Re: Version 16.31

Thanks :)
by Rickard Johansson
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

Code: Select all

7_Id=
7_Begin={
7_End=}
7_Level=nltNestedRegionIndent
7_ListItem=ceMethod
7_Name=

Remove the rest of that section.
by Rickard Johansson
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 :?
by Rickard Johansson
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...