+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-03-29 22:52:57 +02:00
parent b7e0a2aaaa
commit c33273304d
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
5 changed files with 6 additions and 4 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.326.(build_#) (2021-03-26)
Current BETA/RC Version 5.21.329.(build_#) (2021-03-29)
========================================================
--------------------------------------------------------
@ -55,6 +55,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.329.1]- Turning "Line Comment Block Edit" from option into command (Ctrl+Alt+Q).
[.326.1]- Kotlin & Dart Lexer from Zufuliu's source.
[.323.1]- File Lock: exclusive write/change, shared read.
[.323.1]- Style color for triple strings in Python Lexer.

View File

@ -112,6 +112,7 @@
Selection
---------
Ctrl+Q Block Comment (Toggle).
Ctrl+Alt+Q Line Comment Block Edit
Ctrl+Shift+Q Stream Comment.
Ctrl+D Duplicate Selection or Line.
Alt+B Pad with Blanks.

View File

@ -1 +1 @@
326
329

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.326.1"
version="5.21.329.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 326
#define VERSION_REV 329
#define VERSION_BUILD 1
#define SCINTILLA_VER 500
#define LEXILLA_VER 500