mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #4039 from hpwamr/mui
+ Upd: Version files and Changes.txt and correction of typo.
This commit is contained in:
commit
1d553da5d6
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.302.(build_#) (2022-03-02)
|
||||
Current BETA/RC Version 5.22.414.(build_#) (2022-04-14)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -54,6 +54,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.414.1]- Using 'Cascadia Mono' as default for pure 'Text File' scheme (if available).
|
||||
[.302.1]- Default settings for Auto-Save beta version.
|
||||
[.226.1]- Rainbow CSV Lexer: try to solve non-paired quotings.
|
||||
[.218.1]- Show number of occurrence on sequence of marked all.
|
||||
@ -89,6 +90,10 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.414.1]- Dark mode color style scheme global from common base/2nd.
|
||||
[.414.1]- Writing wrong scheme to .ini-file.
|
||||
[.414.1]- Missing assert include for Win32/x86 compile config.
|
||||
[.414.1]- Compile errors for unreferenced formal parameter in release mode.
|
||||
[.301.1]- DarkMode issue in Decrypt dialog.
|
||||
[.226.1]- Security enhancement of AES Encryption feature.
|
||||
[.226.1]- MessageBox: shortage of text buffer.
|
||||
|
||||
@ -133,7 +133,7 @@ SettingsVersion=5
|
||||
[D Source Code]
|
||||
[Dart Source Code]
|
||||
[Diff Files]
|
||||
[Fortran Souce Code]
|
||||
[Fortran Source Code]
|
||||
[Go Source Code]
|
||||
[Inno Setup Script]
|
||||
[Java Source Code]
|
||||
|
||||
@ -1 +1 @@
|
||||
302
|
||||
414
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.302.1"
|
||||
version="5.22.414.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# find grey colors: #([0-9A-Fa-f])([0-9A-Fa-f])((?=\2)\1|(?:\1\2){2})\b
|
||||
[Common Base]
|
||||
Default Style=font:$Code
|
||||
Margins and Line Numbers=size:-1; fore:#A5FAFA; back:#454545
|
||||
Margins and Line Numbers=size:-2; fore:#A5FAFA; back:#454545
|
||||
Matching Braces (Indicator)=fore:#0DF145; alpha:80; alpha2:80; indic_roundbox
|
||||
Matching Braces Error (Indicator)=fore:#F20C80; alpha:140; alpha2:140; indic_roundbox
|
||||
Control Characters (Font)=size:-1
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 302
|
||||
#define VERSION_REV 414
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 520
|
||||
#define LEXILLA_VER 515
|
||||
|
||||
Loading…
Reference in New Issue
Block a user