Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Master

This commit is contained in:
METANEOCORTEX\Kotti 2021-12-12 15:52:31 +01:00
commit 9cde7cd91e
4 changed files with 10 additions and 10 deletions

View File

@ -33,14 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.1207.(build_#) (2021-12-07)
Current BETA/RC Version 5.21.1211.(build_#) (2021-12-11)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
[12xx.1]- Partial (incomplete - disabled) "Auto-Save and Backup" handling feature.
[1211.1]- Partial (incomplete - disabled) "Auto-Save and Backup" handling feature.
[1130.1]- Add a Fortran Lexer.
[1130.1]- LongPath Support enhancements.
@ -48,9 +48,9 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[12xx.1]- Removing unnecessary "ToShortPath" operations.
[12xx.1]- Small performance enhancement for large rectangle selection undo/redo del/ins.
[12xx.1]- PathGetDisplayName(): strip path(dir) option, to enable to show full path in dialogs.
[1211.1]- Removing unnecessary "ToShortPath" operations.
[1211.1]- Small performance enhancement for large rectangle selection undo/redo del/ins.
[1211.1]- PathGetDisplayName(): strip path(dir) option, to enable to show full path in dialogs.
[1202.1]- Merged Fortran Lexer keyword/functions suggestions from zoziha.
[1202.1]- Fortran Lexer keyword/function enhancement.
[1130.1]- Default settings: LaunchInstanceWndPosOffset=28 and LaunchInstanceFullVisible=true.
@ -60,7 +60,7 @@ CHANGES:
--------------------------------------------------------
CHANGES Versions in Tools or Libraries:
--------------------------------------------------------
[12xx.1]- Update Scintilla Library (SCI) version 5.1.5 (2021-12-07).
[1211.1]- Update Scintilla Library (SCI) version 5.1.5 (2021-12-07).
[1207.1]- Update Lexilla Library (LEX) version 5.1.4 (2021-12-07).
[1201.1]- Update grepWinNP3 (GRE) version 2.1.9.41 (2021-11-30).
[1130.1]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19).
@ -69,7 +69,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[12xx.1]- "grepWinNP3" .ini Path issue in Notepad3 Setup version (GRE).
[1211.1]- "grepWinNP3" .ini Path issue in Notepad3 Setup version (GRE).
[1207.1]- UNC path prefix handling issues.
[1202.1]- Parsing file arg: relative from working dir.
[1201.1]- Locale settings dependent Themes Menu (Standard Config).

View File

@ -1 +1 @@
1210
1211

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.1210.1"
version="5.21.1211.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 1210
#define VERSION_REV 1211
#define VERSION_BUILD 1
#define SCINTILLA_VER 515
#define LEXILLA_VER 514