diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 844927fe8..dcf9c450c 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,8 @@ +Notepad++ v8.7.7 regression-fix from v8.7.6: + + 1. Add new API NPPM_ADDSCNMODIFIEDFLAGS to fix eventual regression regarding SCN_MODIFIED for some plugins. + + Notepad++ v8.7.6 regression-fixes, bug-fixes & enhancements: 1. Update to scintilla 5.5.3 & Lexilla 5.4.1. @@ -17,7 +22,7 @@ Notepad++ v8.7.6 regression-fixes, bug-fixes & enhancements: Get more info on -https://notepad-plus-plus.org/downloads/v8.7.6/ +https://notepad-plus-plus.org/downloads/v8.7.7/ Included plugins: diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index 8fc38ed0a..bc9bb4ba1 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -1318,7 +1318,7 @@ Translation note: - + diff --git a/PowerEditor/installer/nativeLang/english_customizable.xml b/PowerEditor/installer/nativeLang/english_customizable.xml index 95da7dc32..221237baa 100644 --- a/PowerEditor/installer/nativeLang/english_customizable.xml +++ b/PowerEditor/installer/nativeLang/english_customizable.xml @@ -1318,7 +1318,7 @@ Translation note: - + diff --git a/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp b/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp index 9c62b7005..d50919db3 100644 --- a/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp +++ b/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp @@ -2474,7 +2474,7 @@ intptr_t CALLBACK MiscSubDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM) bCheck = (nppGUI._fileAutoDetection & cdGo2end) ? true : false; ::SendDlgItemMessage(_hSelf, IDC_CHECK_UPDATEGOTOEOF, BM_SETCHECK, bCheck ? BST_CHECKED : BST_UNCHECKED, 0); - ::SendDlgItemMessage(_hSelf, IDC_COMBO_SYSTRAY_ACTION_HOICE, CB_ADDSTRING, 0, reinterpret_cast(L"No action to")); + ::SendDlgItemMessage(_hSelf, IDC_COMBO_SYSTRAY_ACTION_HOICE, CB_ADDSTRING, 0, reinterpret_cast(L"No action on")); ::SendDlgItemMessage(_hSelf, IDC_COMBO_SYSTRAY_ACTION_HOICE, CB_ADDSTRING, 0, reinterpret_cast(L"Minimize to")); ::SendDlgItemMessage(_hSelf, IDC_COMBO_SYSTRAY_ACTION_HOICE, CB_ADDSTRING, 0, reinterpret_cast(L"Close to")); ::SendDlgItemMessage(_hSelf, IDC_COMBO_SYSTRAY_ACTION_HOICE, CB_ADDSTRING, 0, reinterpret_cast(L"Minimize / Close to")); diff --git a/PowerEditor/src/config.4zipPackage.xml b/PowerEditor/src/config.4zipPackage.xml index 97833e389..9a897f582 100644 --- a/PowerEditor/src/config.4zipPackage.xml +++ b/PowerEditor/src/config.4zipPackage.xml @@ -11,8 +11,8 @@ yes yes no - no - yes + 0 + 1 yes yes yes diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 231c1a6d7..1117177a4 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -19,14 +19,14 @@ //************ Notepad++ version ************************** -#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.7.6" +#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.7.7" // 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" -#define VERSION_INTERNAL_VALUE L"8.76\0" +#define VERSION_INTERNAL_VALUE L"8.77\0" -#define VERSION_PRODUCT_VALUE L"8.7.6\0" -#define VERSION_DIGITALVALUE 8, 7, 6, 0 +#define VERSION_PRODUCT_VALUE L"8.7.7\0" +#define VERSION_DIGITALVALUE 8, 7, 7, 0 //**********************************************************