Version 1.31

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

Post by Rickard Johansson »

-----------------------------------------------------------
Version 1.31 (Jan 25, 2024)
-----------------------------------------------------------

Move to next/previous word (Ctrl+Right/Left)
Changed how this works. It should work similarly to how it works in other editors like VS Code or Sublime.

Ctrl+left
Move the cursor to the beginning of a word, or to the right of open braces e.g. ([{

Ctrl+right
Move the cursor to the end of a word, or to the left of closing braces e.g. )]}

Added options to change the behavior.

- Always move to beginning of word. This will include some symbols as well, like ()[]{}"'.
- Ignore symbols. Will find letters and numbers. Symbols are ignored.

Also, fixed a few issues.

Delete word (and previous word) (Ctrl+Del)
This function should ignore the options above.

Option window
Should handle high DPI screens better now.

Customize themes window
Window size is save between sessions.
Changed some behavior when resizing the window.

AutoIt
Comment blocks should be highlighted properly now.

Code: Select all

    E.g.
        #cs --------
            Code...
        #ce --------
Fixed
* Toggle comment and undo issues.
* Minor issues.

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