Notepad++ 7.8.5 release
This commit is contained in:
parent
5c7660b7b9
commit
32fc08c7e8
|
@ -1,7 +1,13 @@
|
|||
Notepad++ v7.8.4 bug-fixes:
|
||||
Notepad++ v7.8.5 Enhancement & bug-fixes:
|
||||
|
||||
1. Fix regression of double clicking a found in files result while Word-Wrap is on.
|
||||
2. Fix HashFromDlg title bar localization issue.
|
||||
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.
|
||||
|
||||
|
||||
Included plugins:
|
||||
|
|
|
@ -27,12 +27,12 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.4")
|
||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.5")
|
||||
|
||||
// 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.84\0")
|
||||
#define VERSION_DIGITALVALUE 7, 8, 4, 0
|
||||
#define VERSION_VALUE TEXT("7.85\0")
|
||||
#define VERSION_DIGITALVALUE 7, 8, 5, 0
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue