Version 16.66

Information about the next release of RJ TextEd.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6980
Joined: 19 Jul 2006 14:29

Version 16.66

Post by Rickard Johansson »

-----------------------------------------------------------
Version 16.66 (Aug 28, 2026)
-----------------------------------------------------------

Editor right click menu
Refresh should now update the current syntax highlighter as well as the current folding.
This can be helpfull if you edit the syntax file and wish to see the result in the editor window.

Mermaid
Added basic highlighter support for Mermaid and preview support in the preview panel, Edge preview tab and browser view.

Markdown
Made several improvements to the syntax highlighter. It should highlight lists, tables, strikeouts, highlights, tags and more...

Code blocks are now syntax highlighted.
E.g.
```bash
# Code here with syntax highlighting

```

Markdown preview should now handle tags (#Tag) and footnotes [^1] and [^1]:.

Made several improvements to what's displayed in the code explorer.

Bash (Shell) script
Updated the syntax highlighter and fixed a few issues.

Syntax Editor
Made several updates to handle added block and fold options.

Fixed
* Undo issue with replace all and using regex.
* Terminal window could on rare occasions cause issues when closing the application.
* Spellcheck (F7) could sometimes hang when parsing tags in HTML code.
* Text clips: Input variables should handle default values that includes brackets [].
* Block comment: Could sometimes insert wrong comment type.
* Highlight numbers in markdown code.
* Auto completion font issue.

Update files from v16.6x
https://www.rj-texted.se/downloads/rj-update.exe
https://www.rj-texted.se/downloads/rj-p ... update.exe
Post Reply