Releases: johnwait/notepad2-mod-jrb
Releases · johnwait/notepad2-mod-jrb
4.3.0.1087
New in Notepad2-mod-jrb v4.3.0.1087 (released February 15, 2023)
- Now temporarily disabling visual brace matching while the Find/Replace
dialogs are being shown and used. - Fixed triangular-shaped color cast showing on the upper binding of the
notepad symbol making up the updated app icon. - Updated project's copyright year to 2023.
4.3.0.1086
New in Notepad2-mod-jrb v4.3.0.1086 (released April 02, 2022)
- Released and reassigned some keyboard shortcuts (namely Alt+0, Ctrl+0
and Ctrl+9) to assign Ctrl+7, Ctrl+8, Ctrl+9 & Ctrl+0 for changing
character encoding to ANSI, UTF-8, UTF-8+BOM and Unicode (UTF-16 LE),
respectively.
By doing so, the following features got new key sequences as shortcuts:- New Empty Window => Ctrl+Alt+N [previously: Alt+0]
- Transparent Mode toggle => Alt+0 [previously: Ctrl+0]
- Text Excerpt (Window Title Display option) => none [prev.: Ctrl+9]
- Fix: Searching backwards didn't yet support new regex-specific errors.
- Fix: (Regression) Wrap-around broken when searching forward.
- Fix: Undesired auto-selection of text in regex syntax help upon focus.
- Minor fix: Cast warnings in CaseFolderDBCS::Fold() (ScintillaWin.cxx).
4.3.0.1083
New in Notepad2-mod-jrb v4.3.0.1083 (released September 27, 2021)
- Added keyboard shortcut for showing file properties (Alt+Enter)
- Fix: "Replace All" with an invalid regex pattern no longer locks app
- Find/Replace: A warning is now shown if regex pattern is invalid
- Find/Replace: Added shortcut for showing the regex syntax dialog (F1)
- Find/Replace: New shortcut for "Transform backslashes" help (Shift+F1)
- Find/Replace: New shortcut for "Wildcards search" help (Ctrl+Shift+F1)
- It is now possible to copy parts of the regex syntax help's content
New in Notepad2-mod-jrb v4.2.25.1073 (released July 12, 2021)
- Mostly under-the-hood changes & further finishing touches
New in Notepad2-mod-jrb v4.2.25.1068 (released February 14, 2020)
- Replacement strings for regex search & replace now support transforms
- Notepad2-mod-jrb has a new app icon!
New in Notepad2-mod-jrb v4.2.25.1061 (released January 30, 2020)
- Updated Scintilla's code base to v3.10.6
- Switched to Onigmo v6.2.0, a full-featured regex engine
- Regular expression syntax help now provided through a RTF-based dialog
- Added a new "Edit" > "Insert" dialog to insert control characters
- New setting "Check Write Permission" auto-relaunches with elevation
- File change notifications get delayed until back to foreground
- Added more keywords to the Powershell lexer
- Added lexers for MathLab (.m) and Windows registry files (.reg)
- Improved Markdown lexer to handle escaped backticks in code blocks