mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
ea4ec27f30
commit
2bcc7e3876
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.511.(build_#) (2021-05-11)
|
||||
Current BETA/RC Version 5.21.512.(build_#) (2021-05-12)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -71,6 +71,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.512.1]- Keep found initial common base default font in .ini.
|
||||
[.507.1]- Base64 Decoding: select source code-page for decoding.
|
||||
[.507.1]- Base64: default Encoding/Decoding based on current code-page
|
||||
[.427.1]- Color selection dialog: NP3 icon, positioning and dark-mode.
|
||||
@ -120,6 +121,7 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.512.1]- Slow line-break toggle.
|
||||
[.511.2]- TinyExpr: expr need not start with blank.
|
||||
[.511.2]- TinyExpr: UTF-8 to ANSI-CP-1252 conversion should yield invalid characters instead of blank or currency.
|
||||
[.511.1]- Space-width, avgchar-width and tab-width calculation.
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
511
|
||||
512
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.511.2"
|
||||
version="5.21.512.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 511
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 512
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 502
|
||||
#define LEXILLA_VER 502
|
||||
#define ONIGURUMA_REGEX_VER 7.0.0
|
||||
|
||||
@ -0,0 +1,18 @@
|
||||
tip:
|
||||
"箱" in Chinese: means "box" in English;
|
||||
|
||||
==========================================================wrong start==========================================================
|
||||
1箱6*3=48(the program regard it as 16*3=48, which is not expected;)
|
||||
1box6*3=3(the program regard it as 1*3=3, while not the same as above, also is not expected;)
|
||||
|
||||
1箱:6*3=0.5(don't know why it's wrong with this format)
|
||||
1箱: 6*3=0.5(don't know why it's wrong with this format)
|
||||
==========================================================wrong end==========================================================
|
||||
|
||||
==========================================================correct start==========================================================
|
||||
1箱 6*3=18
|
||||
1box 6*3=18
|
||||
1box:6*3=18(as above, this version of Chinese is expected to be correct)
|
||||
1box: 6*3=18(as above, this version of Chinese is expected to be correct)
|
||||
|
||||
==========================================================correct end==========================================================
|
||||
Loading…
Reference in New Issue
Block a user