Notepad++ 7.5.7 release

This commit is contained in:
Don Ho 2018-06-30 16:54:33 +02:00
parent 85e3c53a21
commit 97467eb802
2 changed files with 14 additions and 28 deletions

View File

@ -1,28 +1,14 @@
Notepad++ v7.5.6 enhancements & bug-fixes: Notepad++ v7.5.7 bug-fixes:
1. Fix macro playing back crash issue on new added "find previous" and "find next" buttons. 1. Fix hanging problem while shutdown and backup file is absent.
2. Function List enhancement: Highlight the current function based on cursor position. 2. Fix Sort Lines as Integers issue: use Natural Sort algorithm.
3. Fix crash on styler dialog of User Defined Language dialog. 3. Fix JavaScript not working regression in Function list.
4. Fix file status detection issue under Windows XP. 4. Fix Open File Dialog error for a long path.
5. Ghost typing enhancement: Unicode, syntax highlighting and speed support. 5. Fix document map display bug when the view is scrolled past the end of the file.
(check the url for the usage of ghost typing on command line: https://notepad-plus-plus.org/features/ghost-typing.html ) 6. Fix tool bar display bug in big icon mode issue.
6. Add a message from outer space. 7. Make caret line always visible on click from Finder panel.
8. Fix UDL export extension issue.
9. Fix Run Macro multiple times dialog display glitch after deleting a Macro.
Notepad++ 7.5.5 enhancements & bug-fixes:
1. Restore 2 buttons "<< Find Previous" & "Find Next >>" in Find dialog (optional).
2. Fix monitored (tail -f) file not always updated issue.
3. Keep Doc Switcher's ordering in sync with Tab bar.
4. Shortcut Mapper enhancements: Add filter capacity and make dialog resizable and maximizable.
5. Fix for "Toggle Single Line Comment" malfunctioning with HTML/XML.
6. Make Unix style path (slashes) work in open file dialog (optional).
7. Fix tab sticks to mouse pointer problem after external update of a opened file.
8. Fix encoding not sync (on status bar) after reloading.
9. Fix menu items' state is not maintained due to save macro command.
10. Fix line ending changes are not detected in reloaded changed files issue.
11. Fix highlighting of <script> tags in XML files issue.
12. Fix Unicode file name comparison to match Windows behaviour (as opposed to doing a linguistic filename comparison).
Included plugins: Included plugins:
@ -35,4 +21,4 @@ Included plugins:
Updater (Installer only): Updater (Installer only):
* WinGup v4.2 * WinGup (for Notepad++) v5.0.1

View File

@ -27,12 +27,12 @@
#pragma once #pragma once
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.6") #define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.7")
// 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.56\0") #define VERSION_VALUE TEXT("7.57\0")
#define VERSION_DIGITALVALUE 7, 5, 6, 0 #define VERSION_DIGITALVALUE 7, 5, 7, 0