Notepad++ release 7.5.5

This commit is contained in:
Don Ho 2018-02-27 22:46:24 +01:00
parent 7bf117dfe2
commit f0a8c61d07
2 changed files with 16 additions and 10 deletions

View File

@ -1,11 +1,17 @@
Notepad++ 7.5.4 enhancements & bug-fixes: Notepad++ 7.5.5 enhancements & bug-fixes:
1. Fix a crash bug due to disordered notifications sent to plugins. 1. Restore 2 buttons "<< Find Previous" & "Find Next >>" in Find dialog (optional).
2. Fix encoding broken regression. 2. Fix monitored (tail -f) file not always updated issue.
3. Improve smart highlighting performance. 3. Keep Doc Switcher's ordering in sync with Tab bar.
4. Auto-completion enhancement: remove unwanted symbols {} for variable names. 4. Shortcut Mapper enhancements: Add filter capacity and make dialog resizable and maximizable.
5. Add auto-completion for BaanC & CoffeeScript. 5. Fix for "Toggle Single Line Comment" malfunctioning with HTML/XML.
6. Fix localization copy regression in Installer. 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:

View File

@ -27,12 +27,12 @@
#pragma once #pragma once
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.4") #define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.5")
// 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.54\0") #define VERSION_VALUE TEXT("7.55\0")
#define VERSION_DIGITALVALUE 7, 5, 4, 0 #define VERSION_DIGITALVALUE 7, 5, 5, 0