From 8777d752af0ccf2946984d742130742bdc608ea9 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Thu, 22 Sep 2016 02:13:36 +0200 Subject: [PATCH] Notepad++ release 7 --- PowerEditor/bin/change.log | 39 ++++++++++++++++++++++++++++---------- PowerEditor/src/resource.h | 6 +++--- 2 files changed, 32 insertions(+), 13 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 5cc945a55..71af16ec6 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,14 +1,33 @@ -Notepad++ v6.9.2 new features and bug-fixes: +Notepad++ 7 new features and bug-fixes: -1. Add most wanted feature: Log Monitoring (tail -f). -2. Add new feature: Find in Finder. -3. Fix status bar display bug in high dpi environment. -4. Fix open in explorer problem while path contain unusual characters. -5. Fix smart highlighter issue after zoom or code folding change. +1. 64-bit build available. +2. Fix the DLL Hijacking Vulnerability of previous versions (by updating NSIS to v3.0). +3. Auto-updater improvement: periodical check can be disable via auto-update prompt dialog. +4. Installer enhancement: Check if Notepad++ is running and ask the user to close it before continue. +5. Enhancement: add conflict detection to Shortcut Mapper. +6. Fix auto-completion on XML comment and tag bug. +7. Fix file saving crash which can be reproduced through a specific way to save file. +8. Fix a crash issue while UDL's user keyword list is too long. +9. Fix HDPI issues for some components (task list, margins and shortcut mapper). +10. Add a new feature(optional) : Close the last document will quit Notepad++. +11. Add more Change Case variants (Title Case, Sentence case, iVERT cASE, rANdOm caSe). +12. Add Open file & open containing folder commands on selected file/folder name in text content. +13. Add Search on Internet command on selected word(s) in text content. +14. Add Scroll Tab Bar with mouse wheel capacity. +15. Add commands for moving the current file tab Forward/Backward. +16. Fix bug of monitoring not working for files under root. +17. Ruby is supported by Function List. +18. Added new option: Enable scrolling beyond last line. +19. Add an option to restore old behaviour (open files in folder) while folder being dropped. Included plugins: -1. NppExport v0.2.8 -2. Plugin Manager 1.3.5 -3. Converter 3.0 -4. Mime Tool 1.9 +1. NppExport v0.2.8 (32-bit x86 only) +2. Plugin Manager 1.3.5 (32-bit x86 only) +3. Converter 4.2 +4. Mime Tool 2.1 + + +Updater (Installer only): + +* WinGup v4.1 \ No newline at end of file diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index c894ab3a1..b77f2b229 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -27,12 +27,12 @@ #pragma once -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.9.2") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7") // 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.92\0") -#define VERSION_DIGITALVALUE 6, 9, 2, 0 +#define VERSION_VALUE TEXT("7\0") +#define VERSION_DIGITALVALUE 7, 0, 0, 0