mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Master
This commit is contained in:
commit
2d19d28319
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.418.(build_#) (2022-04-18)
|
||||
Current BETA/RC Version 5.22.430.(build_#) (2022-04-30)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -91,6 +91,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.430.1]- Using by error "Segoe UI" as default for pure "Text File" scheme.
|
||||
[.416.1]- Lexer style config names: differences between display and .ini-config.
|
||||
[.414.1]- Dark mode color style scheme global from common base/2nd.
|
||||
[.414.1]- Writing wrong scheme to .ini-file.
|
||||
|
||||
@ -1 +1 @@
|
||||
418
|
||||
430
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.418.1"
|
||||
version="5.22.430.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -2852,6 +2852,8 @@ static inline unsigned GetDefaultTextFont(LPWSTR pwchFontName, int cchFont)
|
||||
L"Cascadia Mono",
|
||||
L"Roboto Mono",
|
||||
L"DejaVu Sans Mono",
|
||||
L"Consolas",
|
||||
L"Lucida Console"
|
||||
};
|
||||
unsigned const countof = COUNTOF(FontNamePrioList);
|
||||
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1931)
|
||||
#if (_MSC_FULL_VER >= 193131107)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.1.5
|
||||
#define VER_CPL MS Visual C++ 2022 v17.1.(5-6)
|
||||
#elif (_MSC_FULL_VER >= 193131106)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.1.4
|
||||
#elif (_MSC_FULL_VER >= 193131105)
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 418
|
||||
#define VERSION_REV 430
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 520
|
||||
#define LEXILLA_VER 515
|
||||
|
||||
Loading…
Reference in New Issue
Block a user