Merge pull request #3316 from hpwamr/mui

+ Upd: Version files, Changes.txt and MS VS 2019 version update (v16.9.4)
This commit is contained in:
Pairi Daiza 2021-04-13 20:49:36 +02:00 committed by GitHub
commit e770a43290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 4 deletions

View File

@ -59,6 +59,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.413.2]- Configurable position offset on launching new instance.
[.413.1]- Clarify menu item string (only one instance per file).
[.413.1]- Drag-n-Drop: allow multiple files to drop.
[.413.1]- Drag-n-Drop: replace current file (Ctrl+ for new instance).
@ -88,6 +89,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.413.2]- Sticky Window Flag on launching new instance.
[.413.1]- Prevent duplicate instance, if setting does not allow.
[.412.1]- Lazy styling (no need for SCN_STYLENEEDED).
[.412.1]- Caret visibility on JumpTo() after file (re-)load.

View File

@ -356,6 +356,10 @@ See Replacing Windows Notepad for detailed explanations.
This items are managed by Notepad3.
- `Menu->View->Position->Sticky Window Position` (Will remember current window position on restart, instead of last closed position (save on exit))
#### `LaunchInstanceWndPosOffset=0`
#### `LaunchInstanceFullVisible=0`
#### `UseOldStyleBraceMatching=0`
UseOldStyleBraceMatching=1 to switch back to (not recommended) old style behavior

View File

@ -1 +1 @@
1
2

View File

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

View File

@ -77,7 +77,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1928)
#if (_MSC_FULL_VER >= 192829913)
#if (_MSC_FULL_VER >= 192829914)
#define VER_CPL MS Visual C++ 2019 v16.9.4
#elif (_MSC_FULL_VER >= 192829913)
#define VER_CPL MS Visual C++ 2019 v16.9.(2-3)
#elif (_MSC_FULL_VER >= 192829912)
#define VER_CPL MS Visual C++ 2019 v16.9.1

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 413
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 501
#define LEXILLA_VER 501
#define ONIGURUMA_REGEX_VER 6.9.6