Prepared Build 632

This commit is contained in:
Derick Payne 2017-10-23 23:22:52 +02:00
parent 5f69ab4ad3
commit 8baacd6e62
4 changed files with 36 additions and 4 deletions

View File

@ -1 +1 @@
610
632

View File

@ -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)
--------------------------------------------------

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="2.17.1016.610"
version="2.17.1023.632"
type="win32"
/>
<description>Notepad3</description>

View File

@ -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