Version 16.30

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

Version 16.30

Post by Rickard Johansson »

-----------------------------------------------------------
Version 16.30 (Aug 30, 2024)
-----------------------------------------------------------

CSS (LESS,SCSS) auto completion and hover hints
Made several improvements to auto completion when editing CSS files, and inside HTML style tags. Both Ctrl+space and other auto completions should work much better now.

Changed the icons used in the auto completion window.

Auto completion items and hints are now collected from a Json file (css.json).
It's the same file used in VSCode.

HTML auto completion and hover hints
Made several improvements to auto completion. Both Ctrl+space and other auto completions should work much better now.

Changed the icons used in the auto completion window.

All auto completion items and hint are collected from a Json file (Html.json).
It's the same file used in VSCode.

Export/Import settings and program data

Export
Added new menu item in the environment menu to export selected settings and program data to a zipped file.

Exporting settings can be used to make a backup, or copy your current settings to another computer.

Import
Added new menu item in the environment menu to import selected settings and program data from a zipped file.

The program will restart after you've imported the data. This to make sure settings and data is properly loaded into the program.

EditorConfig
Added support for EditorConfig files (.editorconfig).
Whenever the editor opens a file it looks for .editorconfig files in the current and parent folders. The files contain settings that override the editor settings. This is helpful when you share source between different environments (and developers).

You can turn this of in options, if you encounter some issues...

Tools menu
Added a menu item to help you create a new EditorConfig file. It lets you select items to include in your EditorConfig file. The current editor settings are then used as a template.

For more information about EditorConfig see https://editorconfig.org/

Word wrap
Added a right click context menu to the word wrap toolbar button.

The menu allows you to change wrap options, e.g. wrap at window edge/margin/column.

GML (GameMaker Language)
Added a new highlighter (syntax file) for GML code.

Markdown
The "Preview" panel should now auto-update when editing Markdown files.

This didn't work in previous releases.

Json
Fixed some highlighting issues.

Visual improvements
Made several small visual improvements.

Home (recent file list)
The file list should handle multi-select better and enable the user to open or remove several entries at once.

Linux Wine
The default settings should work better when first installing on a Linux machine using Wine.

Fixed a few visual issues and disabled the explorer panel and file commander.
They just don't work properly in Wine.

Fixed
* Text cursor blinking or disappearing issue.
* A few replace issues.
* JavaScript template literal highlighting issue.
* Some display and update issues when creating a new file.
* Some minor editor paint issues.
* Find field issue with regular expressions.
* Modify marks when doing a re-compare of active documents.
* Select line issue (last line).


The full v16.30 installers are also available below:
https://www.rj-texted.nu/downloads/rj-install_x64.exe
https://www.rj-texted.nu/downloads/rj-install_x86.exe
https://www.rj-texted.nu/downloads/rj-portable.exe
User avatar
Rickard Johansson
Site Admin
Posts: 6739
Joined: 19 Jul 2006 14:29

Re: Version 16.30

Post by Rickard Johansson »

This version has been released!
Post Reply