Version 15.80 beta 4

Test beta versions and make bug reports.
I will release major beta builds only. Bugs fixed will be rolled up into the next major beta build or the finished version.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6502
Joined: 19 Jul 2006 14:29

Version 15.80 beta 4

Post by Rickard Johansson »

Beta 4
* Fixed color update issue when editing braces and changing nesting level.
* Fixed random highlighting issue when editing a line.

Beta 3
* Word highlighting within methods should work better now and include variables, e.g. $dummy.
* Some changes to brace highlighting and fixed a few issues.
* Ligatures should display correctly now, if the font supports it.

-----------------------------------------------------------
Version 15.80 (Feb 6, 2022)
-----------------------------------------------------------

highlightAll.png
highlightAll.png (25.02 KiB) Viewed 2367 times

Color nested braces
Braces are drawn using different color depending on nesting level.
E.g. in (10-(a+2)) the first matching (...) pair may be drawn using an orange color while the inner (a+2) pair are drawn using a blue color.

This change affect all (), [] and {} brace pairs.

Highlight nearest braces
Added option to highlight the nearest braces that encloses the text cursor.
Braces highlighted are (), [] and {}. The editor will always try to find the nearest left and right braces, from the text cursor, and highlight them.

It's turned on by default, but can be turned off in options.

Highlight identifiers under cursor inside method
Added option to highlight the current word or identifier under the text cursor, for all instances of the word inside the current method.

It's turned on by default, but can be turned off in options.

JavaScript (JSDoc)
Made several changes to the highlighter and added support for JSDoc comments.
All JSDoc tags are highlighted e.g. @param {string} value, but also any other tag used. E.g. @dummy is highlighted.

PHP (DocBlocks)
Made some changes to the highlighter and added support for DocBlocks.
All DocBlock tags are highlighted and checked strictly. No other tags are highlighted. E.g. @dummy is not highlighted.

Cpp (Doxygen)
Made some changes to the highlighter and added support for Document commands (Doxygen).
All doc commands are highlighted and checked strictly. No other commands are highlighted. E.g. @dummy is not highlighted.

Powershell
Made several changes to the highlighter.

Goto (Ctrl+G)
Selected word, or word under cursor is now added to the "Functions" find field.
This makes it easier and faster to navigate to a function in the code. Just place the cursor at a function name, press Ctrl+G, select the function in the list, if not already selected and press enter.

Check for updates
Made some option changes. You can now auto check for

* major version updates
* minor version updates
* beta version updates

This allows you to e.g. skip all minor updates and only install major updates.

Install update
Changed the way the program is closed down when updating the program.
The close procedure is now similar to the normal exit procedure and should prevent some issues, reported by some users.

Help file (chm)
If a help file is available, it will be used instead of the online help.

Fixed
* Highlighter issue when open remote file.
* Bookmarks on empty lines.
* Highlight matching braces.
* Toggle browser view issue.
* Vertical/Horizontal split issues.
* A few brace highlight issues.
* Pressing close button repeatedly could cause an error.
* Issue in Delphi library when closing application.
* Focus error in options window.
* Undo issue in column mode.
* If the program was minimized and forced to close, it should start as normal window.
* Several other minor issues reported by users.

Download
http://www.rj-texted.nu/downloads/beta/ ... ll_x86.exe
http://www.rj-texted.nu/downloads/beta/ ... ll_x64.exe
http://www.rj-texted.nu/downloads/beta/rj-portable.exe
Post Reply