Notepad++ 7.8.6 release

This commit is contained in:
Don HO 2020-04-21 18:14:58 +02:00
parent 0323ed3425
commit 9ec6b58bd1
2 changed files with 11 additions and 12 deletions

View File

@ -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. 1. Add multi-column marker (multi-line edge) feature.
2. Fix auto-updater disabling not working regression. 2. Add dynamical sorting feature for Folder as Workspace.
3. Fix Notepad++ doesn't exit correctly while Windows 10 update restart. 3. Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled).
4. Make Count command in Find dialog respect Backward-direction and Wrap-around options. 4. Fix folding state lost on the next startup issue.
5. Make Find dialog remember its position across runs. 5. Make Replace-in-Files confirmation dialog modal to prevent from crashing.
6. Add the document size column to the Windows Selection dialog. 6. Add support of smart-indenting for Perl and Rust.
7. Make "View Current File in(browser)" commands macro recordable. 7. Make recorded macro (IDC_FINDNEXT & IDC_FINDPREV)retro-compatible up to 7.8.4.
8. Add external sound control capability for unsuccessful search (in Find dialog) bell.
Included plugins: Included plugins:

View File

@ -27,12 +27,12 @@
#pragma once #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 // 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") // ex : #define VERSION_VALUE TEXT("5.63\0")
#define VERSION_VALUE TEXT("7.85\0") #define VERSION_VALUE TEXT("7.86\0")
#define VERSION_DIGITALVALUE 7, 8, 5, 0 #define VERSION_DIGITALVALUE 7, 8, 6, 0