Browse Source

Notepad++ release 7.5.5

pull/4243/head v7.5.5
Don Ho 7 years ago
parent
commit
f0a8c61d07
  1. 20
      PowerEditor/bin/change.log
  2. 6
      PowerEditor/src/resource.h

20
PowerEditor/bin/change.log

@ -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.
2. Fix encoding broken regression.
3. Improve smart highlighting performance.
4. Auto-completion enhancement: remove unwanted symbols {} for variable names.
5. Add auto-completion for BaanC & CoffeeScript.
6. Fix localization copy regression in Installer.
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:

6
PowerEditor/src/resource.h

@ -27,12 +27,12 @@
#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
// ex : #define VERSION_VALUE TEXT("5.63\0")
#define VERSION_VALUE TEXT("7.54\0")
#define VERSION_DIGITALVALUE 7, 5, 4, 0
#define VERSION_VALUE TEXT("7.55\0")
#define VERSION_DIGITALVALUE 7, 5, 5, 0

Loading…
Cancel
Save