💡Tips: 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.
Changes Since v4.23.04r4766
- Scintilla updated to 5.3.5, see https://www.scintilla.org/ScintillaHistory.html for the changes.
- Implemented color preview via CallTip and click CallTip to open color dialog, issue #659. 9492cf8.
supported color format (case insensitive, configured with menuView -> Show CallTip
):- RGBA:
#RGB
,#RGBA
,#RRGGBB
,#RRGGBBAA
,0xRRGGBB
,0xRRGGBBAA
. - ARGB:
#RGB
,#ARGB
,#RRGGBB
,#AARRGGBB
,0xRRGGBB
,0xAARRGGBB
. - BGRA:
#BBGGRR
,#BBGGRRAA
,0xBBGGRR
,0xBBGGRRAA
. - ABGR:
#BBGGRR
,#AABBGGRR
,0xBBGGRR
,0xAABBGGRR
.
- RGBA:
- Auto-completion improvements:
- Added option "Backspace key smart delete spaces." on Tab Settings dialog, issue #660. 5f0c078
- Bash lexer and command list updated to Bash 5.2 and tcsh 6.24. d2e7e99, e781ff1, etc.
- Other lexer and API updates: CSS (d53367e), Dart (91c692e), HTML (03ae5cd), JavaScript (b1be545, 669ff5c), Perl (a7b35f0), Python (85c9f0c), SQL (3450041), TOML (8f7f1d5), VB (6d79d23), YAML (8f7f1d5).
- Other bug fixes and improvements.
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 | ||
한국어 | https://teus.me/category/IT/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.