Notepad++ 7.5.6 release

This commit is contained in:
Don Ho 2018-03-19 01:46:19 +01:00
parent 460564554e
commit 9733729bfb
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,14 @@
Notepad++ v7.5.6 enhancements & bug-fixes:
1. Fix macro playing back crash issue on new added "find previous" and "find next" buttons.
2. Function List enhancement: Highlight the current function based on cursor position.
3. Fix crash on styler dialog of User Defined Language dialog.
4. Fix file status detection issue under Windows XP.
5. Ghost typing enhancement: Unicode, syntax highlighting and speed support.
(check the url for the usage of ghost typing on command line: https://notepad-plus-plus.org/features/ghost-typing.html )
6. Add a message from outer space.
Notepad++ 7.5.5 enhancements & bug-fixes:
1. Restore 2 buttons "<< Find Previous" & "Find Next >>" in Find dialog (optional).

View File

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