From 84e6816641c7a9da394c66b8d8b6a25824f71678 Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Wed, 31 Jan 2018 14:09:23 +0200 Subject: [PATCH] Releasing Build 862 --- Build/Changes.txt | 46 ++++++++++++++++++++++++++++++++++ Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 +-- 4 files changed, 50 insertions(+), 4 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index d6b0a5d38..2509e8480 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -2,6 +2,52 @@ Rizonesoft Notepad3 CHANGES ================================================== +-------------------------------------------------- +Version 3.18.131.862 (31 January 2018) +-------------------------------------------------- +- Fix: Correct in-memory encoding/re-coding of text. +- Fix: Join Lines (preserve paragraphs) issue. +- New: Accelerator Key "Ctrl+Alt+J" -> Fuse Lines (:= Join Lines, line-breaks NOT replaced by Space). +- Fix: Byte counting for selection. +- Fix: Bug in joining lines algorithm. +- Fix: Alt+H should open history file access dialog not help menu (add ? to revert to known access key). +- CR: Reverting back to "?" for help menu and activation (Alt+?) key. +- CR: Accelerator Key F1 now opens Online Documentation in browser. +- Cleanup: Highlight current line stuff gathered. +- Added: Setting2 parameter to adjust "Mark Occ" and "Hyperlink" styling delay. +- Fix: Revisit usage of "Mark Occurrences" and "Hyperlink Styling" delay usage. +- Fix: Rectangular selection: (virtual empty) selection persists after clear. +- Cleanup: Customize Schemes... Style Names. +- Fixes: Performance for several modify text operations. +- Fix: Sentencecase some strings in "Customize Schemes...". +- Refactoring: Usage of undo/redo action stack. +- Fix: SpeedUp undo/redo action collections. +- Fix: Lock NotifyUpdate and TargetSelection in case of multi action redo/undo and target replacements. +- Fix: Handling of document modified flag in case of NotifyChange bypass. +- Enhancement: Canonical initial Notepad3.ini. +- Fix: Redo/undo and jump-to behavior having an active selection. +- Refactor: set/replace selection handling. +- Fix: Wrong test on rectangular selection. +- Enhancement: add empty sections to initial settings file (.ini) to force a canonical order. +- Fix: More select and replace target issues. +- Fix: Toggle All folds behavior. +- CR: Changed inifile for Portable Apps Notepad3. +- Fix: TAB indentation handling according to predecessors (NP2). +- Fix: selection (anchor and current caret position) handling. +- Enh: Version check for Visual Studio 2017 v.15.5.5. +- Fix: "Line Comment" id noselection and current pos == indent pos. +- Fix: Initial .ini-file: unused section removed. +- Fix: Support scintilla msg: SCN_NEEDSHOWN (EXPAND folded sections if needed). +- Revert: Accelerator Key "Alt+UP/DOWN" for navigation (jump) between folded section headlines. +- Enhancement: Added Accelerator Keys: Alt+LEFT/RIGHT to FOLD/EXPAND folding section. +- Fix: Avoid some issues regarding folding, using SCI_SETAUTOMATICFOLD. +- Fix: Revert TAB + Selection action corresponding to VisualStudio's behavior. +- Fix: Sensible handling of "Block -> (Un)Indent" for different kinds of selections. +- Fix: Font selection dialog does not reset some styles correctly. +- Fix: Preserve selection on Line Comment toggle. +- Enhancement: Make selection block indentation similar to VisualStudio's. +- Fix: Char2Hex: Remove limit single byte selection. + -------------------------------------------------- Version 3.18.113.828 (13 January 2018) -------------------------------------------------- diff --git a/Versions/build.txt b/Versions/build.txt index 9babd2833..b7f96dfa6 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -828 +862 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 728bafc7c..d55d81d93 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 5cc2f112e..248ef0778 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -5,7 +5,7 @@ // ////////////////////////////////////////////////////////// #define VERSION_MAJOR 3 #define VERSION_MINOR 18 -#define VERSION_REV 113 -#define VERSION_BUILD 828 +#define VERSION_REV 131 +#define VERSION_BUILD 862 #define SCINTILLA_VER 402 #define ONIGMO_REGEX_VER 6.1.3