From 8baacd6e62e635f755338bb0cd0d5322fdf80fbd Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Mon, 23 Oct 2017 23:22:52 +0200 Subject: [PATCH] Prepared Build 632 --- Versions/build.txt | 2 +- distrib/Changes.txt | 32 ++++++++++++++++++++++++++++++++ res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index 502380c6c..c9a777fb5 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -610 +632 diff --git a/distrib/Changes.txt b/distrib/Changes.txt index 0e73f6746..17eb2fafa 100644 --- a/distrib/Changes.txt +++ b/distrib/Changes.txt @@ -2,6 +2,38 @@ Rizonesoft Notepad3 CHANGES ================================================== +-------------------------------------------------- +Version 2.17.1023.632 (16 October 2017) +-------------------------------------------------- +~ Fix: pasting clipboard content into selection box should replace text and + cancel selection then (in case of swapping clipboard, the selection is preserved). +~ Changed buffers for operating edit box in customize schemes. +~ Implemented Feature Request #51 (buffer size of file extension edit box). +~ First prottotype of VirtualSpace RectangularSelection by default (very old + behavior can be turned on by [Settings2] DenyVirtualSpaceAccess=1). +~ Added switch ([Settings2] UseOldStyleBraceMatching) to preserve old style + brace matching behavior. +~ Applied patch from Neil Hodgson (Master of Scintilla Lib - respond to + scintilla lib issue report #1976). +~ Fixed .ini paths for np3portableapps. +~ Restore wrongly discarded np3portableapps .ini files for NP3Portable, + redirecting .ini reading to correct path. +~ Documentation: Minor changes to Notepad3.txt. +~ Documentation: doc/Notepad3.txt - add description of [Section2] .ini settings + (mostly taken from orig. Notepad2 FAQs). +~ Remove settings for "Favorites" directory -> NP3 uses then users system + default folder (%USERPROFILE%\Favorites). +~ Default to modern displays settings, using Scintilla's new technology + : SciDirectWriteTech=1, SciFontQuality=3 +~ Settings [Section2] (cannot be set via GUI) add all possible names and + default values, if applicable. +~ License.txt: switch to UTF-8 encoding. +~ Feature: Show warning before loading file with unknown (custom schemes) file + name extension. +~ Add code snippet (activation only prepare for future extensions). +~ Fix: Crash in Favorites management. +~ Small code refactoring (replacing deprecated methods). + -------------------------------------------------- Version 2.17.1016.610 (16 October 2017) -------------------------------------------------- diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 0dc1f349d..572af4067 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 diff --git a/src/VersionEx.h b/src/VersionEx.h index 5403b35dd..7e0a8aa4b 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -1,5 +1,5 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 17 -#define VERSION_REV 1016 -#define VERSION_BUILD 610 +#define VERSION_REV 1023 +#define VERSION_BUILD 632 #define SCINTILLA_VER 400