mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
Notepad++ release 8.8.1
This commit is contained in:
parent
e719c56708
commit
910f02dfd5
@ -1,3 +1,18 @@
|
|||||||
|
Notepad++ v8.8.1 regression-fixes, bug-fixes & new features:
|
||||||
|
|
||||||
|
1. Fix ShortcutMapper regression (from v8.7.6) of displaying wrong shortcut while editing.
|
||||||
|
2. Fix Find in files progress bar visual regression (from v8.8).
|
||||||
|
3. Fix search result cut off result content due to nul characters ('\0').
|
||||||
|
4. Add Locale-based line sort feature.
|
||||||
|
5. Enable selection history for undo & redo.
|
||||||
|
6. Fix plugins removal failure issue (fixed in WinGUp).
|
||||||
|
7. Fix tab settings for external lexers cannot be saved issue.
|
||||||
|
8. Add ErrorList syntax highlighting.
|
||||||
|
9. Fix disabled Paste command with no previous text-data in clipboard.
|
||||||
|
10. Fix wrong directory opened for opening files issue.
|
||||||
|
11. Improve Find dialog look & feel (more space).
|
||||||
|
|
||||||
|
|
||||||
Notepad++ v8.8 new features, regression-fixes & bug-fixes:
|
Notepad++ v8.8 new features, regression-fixes & bug-fixes:
|
||||||
|
|
||||||
1. Update to scintilla 5.5.6 & Lexilla 5.4.4.
|
1. Update to scintilla 5.5.6 & Lexilla 5.4.4.
|
||||||
@ -22,7 +37,7 @@ Notepad++ v8.8 new features, regression-fixes & bug-fixes:
|
|||||||
|
|
||||||
|
|
||||||
Get more info on
|
Get more info on
|
||||||
https://notepad-plus-plus.org/downloads/v8.8/
|
https://notepad-plus-plus.org/downloads/v8.8.1/
|
||||||
|
|
||||||
|
|
||||||
Included plugins:
|
Included plugins:
|
||||||
@ -34,4 +49,4 @@ Included plugins:
|
|||||||
|
|
||||||
Updater (Installer only):
|
Updater (Installer only):
|
||||||
|
|
||||||
* WinGUp (for Notepad++) v5.3.1
|
* WinGUp (for Notepad++) v5.3.2
|
||||||
|
@ -68,7 +68,7 @@ intptr_t CALLBACK AboutDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM lPar
|
|||||||
|
|
||||||
_pageLink.init(_hInst, _hSelf);
|
_pageLink.init(_hInst, _hSelf);
|
||||||
//_pageLink.create(::GetDlgItem(_hSelf, IDC_HOME_ADDR), L"https://notepad-plus-plus.org/");
|
//_pageLink.create(::GetDlgItem(_hSelf, IDC_HOME_ADDR), L"https://notepad-plus-plus.org/");
|
||||||
_pageLink.create(::GetDlgItem(_hSelf, IDC_AUTHOR_NAME), L"https://notepad-plus-plus.org/news/v88-we-are-with-ukraine/");
|
_pageLink.create(::GetDlgItem(_hSelf, IDC_AUTHOR_NAME), L"https://notepad-plus-plus.org/news/v881-we-are-with-ukraine/");
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
@ -19,14 +19,14 @@
|
|||||||
|
|
||||||
//************ Notepad++ version **************************
|
//************ Notepad++ version **************************
|
||||||
|
|
||||||
#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.8"
|
#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.8.1"
|
||||||
|
|
||||||
// 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 L"5.63\0"
|
// ex : #define VERSION_VALUE L"5.63\0"
|
||||||
#define VERSION_INTERNAL_VALUE L"8.8\0"
|
#define VERSION_INTERNAL_VALUE L"8.81\0"
|
||||||
|
|
||||||
#define VERSION_PRODUCT_VALUE L"8.8\0"
|
#define VERSION_PRODUCT_VALUE L"8.8.1\0"
|
||||||
#define VERSION_DIGITALVALUE 8, 8, 0, 0
|
#define VERSION_DIGITALVALUE 8, 8, 1, 0
|
||||||
|
|
||||||
//**********************************************************
|
//**********************************************************
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user