Version 1.30

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

Post by Rickard Johansson »

-----------------------------------------------------------
Version 1.30 (Oct 24, 2023)
-----------------------------------------------------------

Hide fold/unfold icons in gutter
Fold/unfold icons are now hidden by default and only displayed when the mouse is hovering the left margin (gutter). This is the default behavior in many code editors and now also in this one. It can be changed in options though.

An option has been added to always show fold/unfold icons in gutter, if you want the old behavior and always display the icons:

"Options->Display->Code folding->Always show fold/unfold icons in gutter"

Find/Replace
Find all and replace all will now open a search result panel to list all items found or replaced.

Double click a listed item to goto the found/replaced text in the file.

Added a new menu item in "Search" called "Show result panel". This allows you to close and reopen the result panel after a search.

Find in files
Added a new menu item in search called "Find in files".

Use it to search all open files or files in a folder.

Mojo
Added a new highlighter for Mojo programming language.

Reason
Added a new highlighter for Reason programming language.

Purescript
Added a new highlighter for Purescript.

Pony
Added a new highlighter for the Pony programming language.

Elm
Added a new highlighter for Elm.

Fixed
* Open from commandline with "Reopen last open documents at startup".
* Goto dialog issues.
* UNC path issue.
* Create aligned columns marking all lines as changed.
* Link in about dialog.
* Misc minor changes in the editor component.


Download
MPad 32bit version
MPad 64bit version
MPad portable version
User avatar
Rickard Johansson
Site Admin
Posts: 6628
Joined: 19 Jul 2006 14:29

Re: Version 1.30

Post by Rickard Johansson »

This version has been released.
Post Reply