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
677534eb26
commit
2bebbac2b1
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.1019.(build_#) (2022-10-19)
|
||||
Current BETA/RC Version 5.22.1020.(build_#) (2022-10-20)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -62,6 +62,8 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1020.1]- Standard DarkMode Theme.
|
||||
[1020.1]- Minor adjustment of grepWinNP3's layout and correction of some strings (GRE).
|
||||
[1018.1]- Simplify WordList Set according to (https://github.com/ScintillaOrg/lexilla/issues/103).
|
||||
[1018.1]- Caret style: allow std caret bar width up to max(20) and define alpha transparency (not below 20).
|
||||
[1018.1]- "Modify Lines" feature (using tinyexpr) - fixes and optimizations.
|
||||
@ -113,6 +115,9 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1020.1]- Respect single file instance mode for internal file loading.
|
||||
[1020.1]- "unref" param in RELEASE mode.
|
||||
[1020.1]- DarkTheme handling.
|
||||
[1019.1]- "grepWinNP3" minor layout adjustments (GRE).
|
||||
[1019.1]- Resizing the "Open Recent File" dialog box.
|
||||
[1018.1]- Resizing control (files as binary), minor layout adjustments (GRE).
|
||||
|
||||
@ -1 +1 @@
|
||||
1019
|
||||
1020
|
||||
|
||||
@ -84,7 +84,7 @@ BEGIN
|
||||
CONTROL "All sizes",IDC_ALLSIZERADIO,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,139,98,10
|
||||
CONTROL "Size is",IDC_SIZERADIO,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,14,152,48,10
|
||||
COMBOBOX IDC_SIZECOMBO,65,150,73,41,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
||||
EDITTEXT IDC_SIZEEDIT,143,149,40,12,ES_AUTOHSCROLL,WS_EX_RIGHT
|
||||
EDITTEXT IDC_SIZEEDIT,143,150,40,12,ES_AUTOHSCROLL,WS_EX_RIGHT
|
||||
LTEXT "KB",IDC_KBTEXT,186,152,9,8
|
||||
CONTROL "Include system items",IDC_INCLUDESYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,166,98,10
|
||||
CONTROL "Include hidden items",IDC_INCLUDEHIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,117,166,104,10
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.1019.1"
|
||||
version="5.22.1020.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 1019
|
||||
#define VERSION_REV 1020
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 531
|
||||
#define LEXILLA_VER 520
|
||||
|
||||
Loading…
Reference in New Issue
Block a user