💡Tips 1: To keep your current settings, do NOT replace Notepad2.ini, metapath.ini or any theme (INI) files with the bundled one, but please mind the breaking changes if any.
💡Tips 2: boost_regex
branch contains Notepad2 built with Boost regex engine, fell free to test latest builds from this branch.
Changes Since v4.23.08r4962
- Scintilla updated to 5.4.0, see https://www.scintilla.org/ScintillaHistory.html for the changes.
- Toggle comment improvements:
- Implement "Toggle Block Comment", issue #718. 3e79284
- Add option (see below) "Insert space after comment marker on toggle line comment", issue #711 and #718. baf1cc1
- Enable using Ctrl + / to toggle block comment for CSS, HTML, PHP and XML tags, and using Ctrl + Q to toggle line comment for VBS inside HTML, issue #718. 3494f2e
- Improve toggle line comment for Vim 9 script. 5973565
- Add drop-down menus for recent history files, discussion #721. c1d95d5
- Make mark occurrences highlighting color different from text selection color, issue #603 and #720. 84b5e46
- Support WinHex script and template, issue #714. 76579cb
- Other lexer and API updates: Bash (12c61dd), C/C++ (cf6ff48), CSS (3084629), Dart (96dcae8), HTML (046b613), Lua (973f26f), PHP (f385b51), Python (f43b1e7), SQL (5987960), Visual Basic (b64e2a4).
- Fix performance regression for replace all. e9c993c
- Fix drag & drop broken when current file is in read-only mode, issue #726. 776ac34
- Fix wrong startup window position when using multiple monitors, issue #731. 49c3f03, contributed by @milnak
- Several regex bug fixes. 3960890, 1bfaf31, e2818f5, etc.
- Other bug fixes and improvements.
Behavior Changes
- On toggle line comment, space will be added (comment line) or removed (uncomment line) after line comment marker. this matches Visual Studio Code, Sublime Text, and other editors, to restore old behavior, uncheck "Insert space after comment marker on toggle line comment." on Auto Completion Settings dialog.
File List
Localization | Language | Architecture | Minimum System |
---|---|---|---|
en | English | ARM64 | 🟢Windows 10 on ARM |
it | Italiano | ARM | 🟠legacy Windows RT (Windows 8 on ARM) |
ja | 日本語 | AVX2 | 🟢64-bit Windows 7, Server 2008 R2 |
ko | 한국어 | x64 | 🟡legacy 64-bit Windows Vista, Server 2008 |
zh-Hans | 中文 (简体) | Win32 | 🟡legacy Windows XP, Server 2003 |
zh-Hant | 中文 (繁體) | ||
i18n | all above languages include French | winget | winget install -e "Notepad2"
|
한국어 | https://teus.me/category/IT/Notepad2 | winget | winget install zufuliu.notepad2
|
Latest development builds (artifacts in Release configuration for each compiler and platform) are available at https://github.com/zufuliu/notepad2/actions and https://ci.appveyor.com/project/zufuliu/notepad2.