mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
b7e0a2aaaa
commit
c33273304d
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -1 +1 @@
|
||||
326
|
||||
329
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.326.1"
|
||||
version="5.21.329.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user