From 9ec6b58bd12041838b37c5c8ac891da54d5e1ac1 Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 21 Apr 2020 18:14:58 +0200 Subject: [PATCH] Notepad++ 7.8.6 release --- PowerEditor/bin/change.log | 17 ++++++++--------- PowerEditor/src/resource.h | 6 +++--- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 8b846fe2..6562d64e 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,13 +1,12 @@ -Notepad++ v7.8.5 Enhancement & bug-fixes: +Notepad++ v7.8.6 Enhancement & bug-fixes: -1. Fix "Monitoring" not detecting all file changes issue. -2. Fix auto-updater disabling not working regression. -3. Fix Notepad++ doesn't exit correctly while Windows 10 update restart. -4. Make Count command in Find dialog respect Backward-direction and Wrap-around options. -5. Make Find dialog remember its position across runs. -6. Add the document size column to the Windows Selection dialog. -7. Make "View Current File in(browser)" commands macro recordable. -8. Add external sound control capability for unsuccessful search (in Find dialog) bell. +1. Add multi-column marker (multi-line edge) feature. +2. Add dynamical sorting feature for Folder as Workspace. +3. Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled). +4. Fix folding state lost on the next startup issue. +5. Make Replace-in-Files confirmation dialog modal to prevent from crashing. +6. Add support of smart-indenting for Perl and Rust. +7. Make recorded macro (IDC_FINDNEXT & IDC_FINDPREV)retro-compatible up to 7.8.4. Included plugins: diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 45a1b87e..b43b8b1f 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -27,12 +27,12 @@ #pragma once -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.5") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.6") // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // ex : #define VERSION_VALUE TEXT("5.63\0") -#define VERSION_VALUE TEXT("7.85\0") -#define VERSION_DIGITALVALUE 7, 8, 5, 0 +#define VERSION_VALUE TEXT("7.86\0") +#define VERSION_DIGITALVALUE 7, 8, 6, 0