Notepad++ release 7.8.3

This commit is contained in:
Don HO 2020-01-15 22:56:55 +01:00
parent 648889dcb7
commit 8fdfc4c2ac
2 changed files with 18 additions and 15 deletions

View File

@ -1,16 +1,19 @@
Notepad++ v7.8.2 enhancements and bug-fixes:
Notepad++ v7.8.3 enhancements and bug-fixes:
1. Add key shortcuts in Save or not dialog.
2. Add find in files filter excluding ability.
3. Add "Open UDL folder" command.
4. Fix issue of showing save dialog twice while cloned file is dirty.
5. Enhance "Open Explorer" command in Folder as workspace with expected path.
6. Fix tab dragging issues.
7. Enhance "Close all but This" and "Close all to the left/right" commands while files are dirty.
8. Enhance "In Selection" option in Find dialog.
9. Fix Notepad++ blocked in notification zone issue.
10. Make end-of-line conversion operations macroable.
11. Fix "View Current File In" commands disabled problem in some situations.
1. Add the "Expand All", "Fold All" and "Select/Show current editing file" capacity into Folder as Workspace.
2. Fix restoring line position issue while document is wrapped.
3. Improve Json syntax highlighting.
4. Make filling find field of Find dialog with selected word(s) optional.
5. Make doSaveOrNot dialog simpler when there's a single file to save.
6. Fix auto-insert {[""]} imbrication not working issue.
7. Make cmd cli (for "Open Containing Folder in cmd") customizable.
8. Prevent from setting Updater's Proxy as Notepad++ is not in Admin mode.
9. Disable file association settings when Notepad++'s no admin right.
10. Fix incremental search bar "highlight all" option not conserved bug.
11. Enhance SQL syntax highlighting (add 2 more keyword lists).
12. Fix too small buffer issue during add text macro playback.
13. Fix "Close All Unchanged" not working issue for sub-view.
14. Eliminate garbage displaying in Find-result fold margin.
Included plugins:

View File

@ -27,12 +27,12 @@
#pragma once
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.2")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.3")
// 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.82\0")
#define VERSION_DIGITALVALUE 7, 8, 2, 0
#define VERSION_VALUE TEXT("7.83\0")
#define VERSION_DIGITALVALUE 7, 8, 3, 0