Version 15.91 beta 2

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: 6628
Joined: 19 Jul 2006 14:29

Version 15.91 beta 2

Post by Rickard Johansson »

NOTE about relative paths in project files:
I've tested with several complex projects and all seems okey, but you are still advised to backup your project files before opening them.

Made several minor changes since beta 1.

-----------------------------------------------------------
Version 15.91 (July 4, 2023)
-----------------------------------------------------------

Projects
Projects can now be moved to a different location as long as the relative paths to all your project files are the same.

Note: You have to open a project, and close it, before all paths in your project
are changed into relative paths. You should open project settings as well
and press [OK].

Hyperscript (in HTML)
Added support for _hyperscript in HTML.

Code: Select all

    Highlighting enabled for:
        Script tag
            * <script type="text/hyperscript"></script>
        
        Tag attributes
            * _=""          (_='')
            * hs=""         (hs='')
            * data-hs=""    (data-hs='')
Language server settings (LSP)
Re-designed the options dialog and added a field to set environment variables for the current process.

Explorer panel (and File Commander)
Added a menu item to the "Views" menu named "Show hidden files and folders".
Use it to toggle hidden files and folders in the explorer tree's and file lists.

Code Explorer panel
Made some code changes and hints for the filter buttons should be more relevant now.

Editor context menu
Added the edit menu "Paste special" to the right click context menu.

GDScript highlighter
Added a new highlighter for GDScript script files.

Julia highlighter
Added a new highlighter for Julia source files.

Zig highlighter
Added a new highlighter for Zig source files.

Syntax Editor
Added a new dialog to add or edit keywords containing regular expression.
Made some other minor changes.

Fixed
* Several issues with makefiles.
* Click on link in LSP hint.
* Delete items in text clips panel.
* A few other issues reported by users.


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