💡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.21.07r3826
- Scintilla updated to 5.1.2, see https://www.scintilla.org/ScintillaHistory.html for the changes.
- Support AutoHotkey (AutoHotkey_L and AutoHotkey_H v2), issue #17. cb19a7d
- Support CoffeeScript (2.5.1), issue #19. b941007
- Asymptote lexer and API list updated to Asymptote 2.70. 6847731
- C# and Vala lexer updated to C# 10, highlighting for interpolation expressions, escape sequences and format specifiers are implemented. 57426ea
- CSS lexer supports conditional rule
supports
,document
and-moz-document
(Lexilla 5.1.2), issue #333. 37bcf23 - Inno Setup lexer and API list updated to Inno Setup 6.2, code folding for preprocessor and Pascal code are implemented. fcd39c5, d46f093, 57eebb0, etc.
- Function or method definitions in Java, Kotlin, Dart and Groovy are highlighted. 9948156 and 4217bc5
- Python lexer improved highlighting for format specification. 8ec2663 and 0cd65fe
- HTML event handler list updated to WHATWG 2021-09-08, it's now included in auto-completion list for JavaScript and TypeScript. 2e09289
View -> Highlight Current Line -> Highlight Subline
is implemented, issue #110. 405b821 and 72c7c68- Improved performance for large files when using monospaced font (by default, all schemes other than "Text File"). 0259c98
- Improved shutdown performance when "Remember Recent Files" is enabled, issue #363. d6845ac
- Fixed broken changes (introduced by a2a1013) to "Caret Line" global style, issue #369. 4afeeb7 and 1acadf6
- Fixed "Open As Administrator" broken for text file. 20ff4f1
- Fixed page up and page down shortcuts broken, issue #359. 6c5902e
- Experimental fix for registry-based notepad replacement on Windows 11 (see wiki), issue #347 and #367. 3b27a22 and f3563e0
Behavior Changes
- Default code font (
font:$(Code)
) now resolves in following order: DejaVu Sans Mono, Cascadia Mono, Consolas, Courier New. c5e1416
File List
Localization | Language | Architecture | Minimum System |
---|---|---|---|
en | English | ARM | Windows RT (Windows 8 on ARM) |
ja | 日本語 | ARM64 | Windows 10 on ARM |
ko | 한국어 | AVX2 | 64-bit Windows 7, Server 2008 R2 |
zh-Hans | 中文 (简体) | Win32 | Windows XP, Server 2003 |
zh-Hant | 中文 (繁體) | x64 | 64-bit Windows XP, Server 2003 |
i18n | all above languages | ||
한국어 | 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.