Version 1.37

A lite version of RJ TextEd with only the editor part left.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6739
Joined: 19 Jul 2006 14:29

Version 1.37

Post by Rickard Johansson »

-----------------------------------------------------------
Version 1.37 (Sep 7, 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.

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 off in options, if you encounter some issues...

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

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

Json
Fixed some highlighting issues.

Fixed
* Text cursor blinking or disappearing issue.
* JavaScript template literal highlighting issue.
* Some minor editor paint issues.
* Select line issue (last line).

Download
MPad 32bit version
MPad 64bit version
MPad portable version
Post Reply