Notepad++ 7.8.7 release

This commit is contained in:
Don HO 2020-06-09 00:02:00 +02:00
parent 5e262c8122
commit b9c526dfcb
2 changed files with 23 additions and 11 deletions

View File

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

View File

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