From b9c526dfcbd1fb4bc118e69c0cb2c0b4f91aea97 Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 9 Jun 2020 00:02:00 +0200 Subject: [PATCH] Notepad++ 7.8.7 release --- PowerEditor/bin/change.log | 28 ++++++++++++++++++++-------- PowerEditor/src/resource.h | 6 +++--- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 6562d64e..b4734208 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,12 +1,24 @@ -Notepad++ v7.8.6 Enhancement & bug-fixes: +Notepad++ v7.8.7 Enhancements & bug-fixes: -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. +1. Fix new style save dialog by selecting right file filter and adding extension automatically. +2. Add right-click context menu to bookmark margin. +3. Add sub-menu bullets for cascaded Encoding and Language menus. +4. Display file name as root of workspace instead of "Workspace". +5. Add file extension automatically for session files and workspace files while saving in new style dialog. +6. Fix file reading failure (network problem) not detected issue. +7. Improve Document Map precision. +8. Fix clickable links break syntax highlighting issue. +9. Fix current range detached from Document Map issue. +10. Disallow backward regex searches due to sometimes surprising results (an non-UI option is available to enable it). +11. Fix wrong project panel at start by opening a project via command line. +12. Allow user to skip *.* when adding only excluding Filters for Find/Replace In Files. +13. Fix Doc switcher icon state update issue for cloned documents. +14. Assign CTRL-M as default shortcut for invoking mark dialog. +15. Fix also a folding visual glitch in Find result. +16. Add count of files searched to 'Find result' output. +17. Fix Find/Replace history lost issue. +18. Fix bug of Mark clearing in selection mode. +19. Fix auto-completion suggest the same word while the word being modified. Included plugins: diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index c9f19e7d..a9fce22a 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.6") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.7") // 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.86\0") -#define VERSION_DIGITALVALUE 7, 8, 6, 0 +#define VERSION_VALUE TEXT("7.87\0") +#define VERSION_DIGITALVALUE 7, 8, 7, 0