Version 16.30 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: 6736
Joined: 19 Jul 2006 14:29

Version 16.30 beta 2

Post by Rickard Johansson »

The same Json files, as found in VSCode, are now used with auto completion and hints in CSS and HTML.
Also made some changes and fixed a few hint and auto completion issues (since beta 1).

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

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.

CSS (LESS,SCSS) auto completion
Made several improvements when editing CSS files and inside HTML style tags.
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
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.

Json
Fixed some highlighting issues.

Visual improvements
Made several small visual improvements.

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.
* 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.


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
User avatar
yereverluvinuncleber
Posts: 386
Joined: 20 Apr 2018 09:49

Re: Version 16.30 beta 2

Post by yereverluvinuncleber »

Really good, as always.
"Noli pati a scelestis opprimi"... or is it "non lacessit illegitimae te carborundum"?

You can find me on Deviantart https://www.deviantart.com/yereverluvinuncleber/gallery/
User avatar
Rickard Johansson
Site Admin
Posts: 6736
Joined: 19 Jul 2006 14:29

Re: Version 16.30 beta 2

Post by Rickard Johansson »

Image
Post Reply