From 6baac0afd7322d78813fcc830718a73857547f8b Mon Sep 17 00:00:00 2001 From: Don Ho Date: Wed, 2 Nov 2016 11:52:43 +0100 Subject: [PATCH] Notepad++ release 7.2 --- PowerEditor/bin/change.log | 22 +-- PowerEditor/installer/nativeLang/spanish.xml | 135 ++++++++++-------- .../installer/nsisInclude/gobalDef.nsh | 4 +- PowerEditor/src/resource.h | 6 +- 4 files changed, 90 insertions(+), 77 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index d8109e1d..bca31d24 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,20 +1,10 @@ -Notepad++ 7.1 enhancements and bug-fixes: +Notepad++ 7.2 enhancements and bug-fixes: -1. Fix x64 crash on macro recording. -2. Fix x64 crash on new language dialog of UDL. -3. Check plugin architecture (32-bit or 64-bit) before loading. -4. Enhance Smart Highlighting feature: 1. match case 2. whole word only 3. use find dialog settings for both. -5. Fix poor performance of hex XML entities. -6. Reshow CallTip text on separator character. -7. Skip Auto-Complete self-closing HTML tags (
, , ... etc). -8. Fix 2 UI issues for RTL layout. -9. Fix Folder as Workspace toolbar button inconsist behaviour. -10. Add option to skip word completion on numbers (default: ON). -11. Fix bookmarks toggled off's bug. -12. Sort plugin menu by plugin name. -13. Installer: Add 64-bit/32-bit old install detection, and old installation removal ability. -14. Installer: Ask user for keeping user data during uninstallation. -15. Installer: Fix uninstaller bug to not remove themes files from APPDATA. +1. Add option for smart highlighting extension to anothe view. +2. Fix Installer for 64-bit fails with argument "/D". +3. Fix uninstaller silent mode issue. +4. Fix a tab settings regression. +5. Fix file not saving bug (Ensure backup directory exists). Included plugins: diff --git a/PowerEditor/installer/nativeLang/spanish.xml b/PowerEditor/installer/nativeLang/spanish.xml index 36fdcddd..418eb05f 100644 --- a/PowerEditor/installer/nativeLang/spanish.xml +++ b/PowerEditor/installer/nativeLang/spanish.xml @@ -1,6 +1,6 @@ - +
@@ -31,6 +31,7 @@ + @@ -85,7 +86,8 @@ - + + @@ -111,6 +113,16 @@ + + + + + + + + + + @@ -200,7 +212,7 @@ - + @@ -215,6 +227,7 @@ + @@ -226,6 +239,9 @@ + + + @@ -253,45 +269,35 @@ - - - - - - - - - - - - - + + - - - - - - - + + + + + + + + + - - - - - - + + + + + - - - - - + + + + + - - - - + + + +
@@ -338,7 +344,6 @@ - @@ -603,7 +608,8 @@ - + + @@ -640,6 +646,8 @@ + + @@ -660,6 +668,8 @@ + + @@ -702,6 +712,15 @@ + + + + + + + + + @@ -736,6 +755,7 @@ + @@ -764,11 +784,18 @@ - - - - + + + + + + + + + + + @@ -781,19 +808,13 @@ - - - - - - - - - + + - - - + + + + @@ -817,6 +838,7 @@ + @@ -839,6 +861,7 @@ + diff --git a/PowerEditor/installer/nsisInclude/gobalDef.nsh b/PowerEditor/installer/nsisInclude/gobalDef.nsh index 93f98759..e359d2e5 100644 --- a/PowerEditor/installer/nsisInclude/gobalDef.nsh +++ b/PowerEditor/installer/nsisInclude/gobalDef.nsh @@ -29,10 +29,10 @@ ; Define the application name !define APPNAME "Notepad++" -!define APPVERSION "7.1" +!define APPVERSION "7.2" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 7 -!define VERSION_MINOR 1 +!define VERSION_MINOR 2 !define APPWEBSITE "http://notepad-plus-plus.org/" diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 9441bd2b..e81a719e 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -27,12 +27,12 @@ #pragma once -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.1") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.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("7.1\0") -#define VERSION_DIGITALVALUE 7, 1, 0, 0 +#define VERSION_VALUE TEXT("7.2\0") +#define VERSION_DIGITALVALUE 7, 2, 0, 0