mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge branch 'Bugfix_1015' into FileHistory
This commit is contained in:
commit
97b162e2e3
@ -1,5 +1 @@
|
||||
<<<<<<< HEAD
|
||||
584
|
||||
=======
|
||||
586
|
||||
>>>>>>> 652902a3d996c0e4b379c602bcccf72189f71df6
|
||||
600
|
||||
|
||||
@ -2,6 +2,13 @@
|
||||
Rizonesoft Notepad3 CHANGES
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2 Build 600 (15 October 2017)
|
||||
--------------------------------------------------
|
||||
~ Fix: Virtual space access: column indicator.
|
||||
~ Fix: Customize Schemes... Font... selection: bold/italic now detected
|
||||
(bold: if selection >= FW_SEMIBOLD)
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2 Build 583 (11 October 2017)
|
||||
--------------------------------------------------
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="2.17.1011.583"
|
||||
version="2.17.1015.600"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#define VERSION_MAJOR 2
|
||||
#define VERSION_MINOR 17
|
||||
#define VERSION_REV 1011
|
||||
#define VERSION_BUILD 583
|
||||
#define VERSION_REV 1015
|
||||
#define VERSION_BUILD 600
|
||||
#define SCINTILLA_VER 400
|
||||
|
||||
Loading…
Reference in New Issue
Block a user