diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index a1dbfba5e..a3599c592 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,13 @@ +Notepad++ v6.7.2 enhancements and bug fixes: + +1. Fix the crash issue while config.xml and stylers.xml are not loaded. +2. Fix NPPM_LAUNCHFINDINFILESDLG API regression issue. +3. Prevent auto-insert of {} [] () "" and '' from inserting in column mode. +4. Fix the bug that "Function parameters hint on input" checkbox in preferences dialog is not initialized correctly. +5. Fix saving theme modified styles not working problem (Copy theme files in %APPDATA% to avoid UAC problem). +6. Improve the usability of User Defined Language dialog: reduce dialog's height. + + Notepad++ v6.7.1 new feature and bug fixes: 1. Fix crash issue on GotoLine. diff --git a/PowerEditor/bin/npp.pdb b/PowerEditor/bin/npp.pdb index 5ef96da55..1461a0f2e 100644 Binary files a/PowerEditor/bin/npp.pdb and b/PowerEditor/bin/npp.pdb differ diff --git a/PowerEditor/installer/nativeLang/catalan.xml b/PowerEditor/installer/nativeLang/catalan.xml index f924ff67d..4267b014a 100644 --- a/PowerEditor/installer/nativeLang/catalan.xml +++ b/PowerEditor/installer/nativeLang/catalan.xml @@ -1,12 +1,12 @@ - +
@@ -163,6 +163,7 @@ By Hiro5 [groccat at gmail] + @@ -284,7 +285,7 @@ By Hiro5 [groccat at gmail] - + @@ -643,7 +644,8 @@ By Hiro5 [groccat at gmail] - + @@ -694,7 +696,7 @@ By Hiro5 [groccat at gmail] - + @@ -721,16 +723,17 @@ By Hiro5 [groccat at gmail] - + - - + + - - - - - + + + + + + @@ -756,7 +759,7 @@ By Hiro5 [groccat at gmail] - + @@ -764,6 +767,14 @@ By Hiro5 [groccat at gmail] + + + + + + + + @@ -776,7 +787,7 @@ By Hiro5 [groccat at gmail] - + @@ -824,17 +835,28 @@ By Hiro5 [groccat at gmail] - - - - + + + + - - + + diff --git a/PowerEditor/installer/nativeLang/spanish.xml b/PowerEditor/installer/nativeLang/spanish.xml index ccb44aaa3..fd2e1067c 100644 --- a/PowerEditor/installer/nativeLang/spanish.xml +++ b/PowerEditor/installer/nativeLang/spanish.xml @@ -26,8 +26,8 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - - + + @@ -74,7 +74,7 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + @@ -101,20 +101,20 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - - - - + + + + - - + + - + @@ -141,8 +141,8 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - - + + @@ -159,7 +159,7 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + @@ -194,7 +194,7 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + @@ -210,7 +210,7 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + @@ -224,12 +224,12 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - + @@ -254,8 +254,8 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - - + + @@ -311,7 +311,7 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + @@ -326,7 +326,7 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + @@ -345,16 +345,16 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - - - + + + @@ -370,29 +370,29 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - + - - - - - - - + + + + + + + - + @@ -404,9 +404,9 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - + @@ -436,9 +436,9 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - + @@ -488,13 +488,13 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - + @@ -513,11 +513,11 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - + @@ -570,9 +570,9 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - + @@ -593,24 +593,23 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - + - + - + - + @@ -641,19 +640,19 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - - + + - + - + @@ -682,70 +681,70 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - + - + - - - + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - + - - + + - - + + - + - + - + - + @@ -758,17 +757,17 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - - - + + + - + - + @@ -780,12 +779,12 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + - + @@ -803,7 +802,7 @@ Please e-mail errors, suggestions etc. to Cannie : cannie(at)terra.com - + diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 564138a2e..f78f83e08 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -28,10 +28,10 @@ ; Define the application name !define APPNAME "Notepad++" -!define APPVERSION "6.7.1" +!define APPVERSION "6.7.2" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 6 -!define VERSION_MINOR 71 +!define VERSION_MINOR 72 !define APPWEBSITE "http://notepad-plus-plus.org/" diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 4998e928e..7f495dd2c 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -29,12 +29,12 @@ #ifndef RESOURCE_H #define RESOURCE_H -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.1") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.2") // 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("6.71\0") -#define VERSION_DIGITALVALUE 6, 7, 1, 0 +#define VERSION_VALUE TEXT("6.72\0") +#define VERSION_DIGITALVALUE 6, 7, 2, 0 #ifndef IDC_STATIC #define IDC_STATIC -1 diff --git a/PowerEditor/visual.net/notepadPlus.vcxproj b/PowerEditor/visual.net/notepadPlus.vcxproj index 48947801d..ed3e94e17 100644 --- a/PowerEditor/visual.net/notepadPlus.vcxproj +++ b/PowerEditor/visual.net/notepadPlus.vcxproj @@ -110,6 +110,7 @@ Level4 true ProgramDatabase + NoExtensions comctl32.lib;shlwapi.lib;shell32.lib;Oleacc.lib;%(AdditionalDependencies) @@ -411,6 +412,7 @@ copy ..\src\contextMenu.xml ..\bin\contextMenu.xml +