mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Add version files for beta channel (Build_2678)
This commit is contained in:
parent
e2852b36b3
commit
054a3519bb
@ -86,6 +86,7 @@ ENHANCEMENT:
|
||||
----------------------------------------------------
|
||||
FIXES:
|
||||
----------------------------------------------------
|
||||
- Wrong encoding detection settings for explicit config .ini-File load.
|
||||
- Disable HyperLink calltip on ESC, as long as caret is in hyperlink text range.
|
||||
- Crash on very large file size (rejecting too big files).
|
||||
- Batch lexer: handle comment after ampersand(&) command sequence.
|
||||
|
||||
@ -1 +1 @@
|
||||
2677
|
||||
2678
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.19.1118.2677"
|
||||
version="5.19.1118.2678"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 19
|
||||
#define VERSION_REV 1118
|
||||
#define VERSION_BUILD 2677
|
||||
#define VERSION_BUILD 2678
|
||||
#define SCINTILLA_VER 421
|
||||
#define ONIGURUMA_REGEX_VER 6.9.4
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user