Version 1.25

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

Version 1.25

Post by Rickard Johansson »

-----------------------------------------------------------
Version 1.25 (June 17, 2023)
-----------------------------------------------------------

Activate highlighter when opening a file
I've added new options to activate a highlighter if a new file type is opened and the file extension and highlighter is not activated in "Addons".

The default behavior is to display a prompt asking the user if the highlighter should be activated, with all its file extensions. But you can change that in option to automatically activate the highlighter, without the prompt.

Ex. You open a FSharp file and the FSharp highlighter is not active and available in the syntax highlighter list. Normally you would have to activate it manually in "Addons". But with these options it can be done for you.

The options can be found in "Options -> File -> Miscellaneous":

- Activate highlighter on unknown file extension
- Prompt user to activate highlighter

Always open application on active monitor
Added a new option to always open the program on the same monitor as the mouse cursor.

The option is turned off by default, but can be turned on in
"Options -> Program -> Program start".

Open large files as plain text
Added an option to open large files as plain text in "Options -> File -> Open".
The large file limit is set in MB.

This option is turned off by default.

Auto completion
Made changes to fix some issues when the auto completion list is visible while you type.

I also fixed a few other issues found while testing.

Lisp Highlighter
Created a new highlighter for Lisp.

Misc
* Option to enclose selection with quotes now include backticks.

Fixed
* System dialogs (e.g. open, save...) should not have any theme colors.
* Editor tab color and font issues.
* Updates after changes in themes manager.
* Some issues with color value highlighting.
* Issues with color value hints.
* Several other reported issues.


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