mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #3980 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
7d030b15d6
@ -53,6 +53,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.217.2]- Drag&drop text snippet while ALT-Key down will not scroll.
|
||||
[.214.1]- "grepWinNP3": make runtime statically linking (GRE).
|
||||
[.211.1]- Pimping UCHARDET encoding detector.
|
||||
[.128.1]- CamelCase WordLists for AHK Lexer.
|
||||
@ -82,6 +83,10 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.217.2]- Find-Pattern storage handling.
|
||||
[.217.2]- Find Next/Prev behavior.
|
||||
[.217.2]- Regression caused by previous fix.
|
||||
[.217.2]- Mark all occurrences: move caret to end of main selection.
|
||||
[.217.1]- Preserve Caret position (issue 3927).
|
||||
[.217.1]- Fill Find pattern on F/R-dialog init, prefer clipboard over search history.
|
||||
[.216.1]- ID mismatch using 'enter' to close infobox (vs. 'yes/ok' button).
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.217.1"
|
||||
version="5.22.217.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 217
|
||||
#define VERSION_BUILD 1
|
||||
#define VERSION_BUILD 2
|
||||
#define SCINTILLA_VER 520
|
||||
#define LEXILLA_VER 515
|
||||
#define ONIGURUMA_REGEX_VER 7.0.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user