mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Preparing Build 565
This commit is contained in:
parent
a818bd97b1
commit
da6022e636
@ -1 +1 @@
|
||||
549
|
||||
566
|
||||
|
||||
@ -2,6 +2,27 @@
|
||||
Rizonesoft Notepad3 CHANGES
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2 Build 565 (8 October 2017)
|
||||
--------------------------------------------------
|
||||
~ Fix: Texture glitch on "Browse" button.
|
||||
~ Updated the Run Dialog icon.
|
||||
~ Fix: Binary directory to build portable app.
|
||||
~ Code comment for completeness.
|
||||
~ Fix: In-text encoding (convert encoding).
|
||||
~ Fix: minor StatusBar string corrections.
|
||||
~ StatusBar information enhancements.
|
||||
~ Fix: Support pasting position at virtual space.
|
||||
~ Fix: Move caret to convenient position after pasting clipboard
|
||||
(no current selection).
|
||||
~ Fix: Virtual space navigation and rectangular selection (minor issues)
|
||||
(allow "Virtual Space Rectangular Selection"
|
||||
also allows moving Caret into virtual space (beyond line end))
|
||||
~ Fix: Copy/Cut & Paste of current line (in case of no selection -
|
||||
Visual Studio behavior - using SCI's MSDEVLineSelect).
|
||||
~ Enhanced clipboard recoding detection.
|
||||
~ Fix: Bug in code-page related text conversion.
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2 Build 548 (3 October 2017)
|
||||
--------------------------------------------------
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="2.17.1003.548"
|
||||
version="2.17.1008.565"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#define VERSION_MAJOR 2
|
||||
#define VERSION_MINOR 17
|
||||
#define VERSION_REV 1003
|
||||
#define VERSION_BUILD 548
|
||||
#define VERSION_REV 1008
|
||||
#define VERSION_BUILD 565
|
||||
#define SCINTILLA_VER 400
|
||||
|
||||
Loading…
Reference in New Issue
Block a user