[NEW_RELEASE] Notepad++ 6.7.9.2 release.
This commit is contained in:
parent
e3450defc0
commit
b828ed21d2
@ -1,8 +1,13 @@
|
|||||||
Notepad++ v6.7.9.1 new features and bug-fix:
|
Notepad++ v6.7.9.2 bug-fix:
|
||||||
|
|
||||||
1. Fix JavaScript block not recognized in HTML document.
|
1. Fix JavaScript block not recognized in HTML document.
|
||||||
2. Fix Hanging on exit of Notepad++ issue (update DSpellCheck for its instability issue).
|
|
||||||
3. Add "Google Search" command in the context menu.
|
|
||||||
|
|
||||||
|
Notepad++ v6.7.9.1 new features and bug-fix:
|
||||||
|
|
||||||
|
1. Fix Hanging on exit of Notepad++ issue (update DSpellCheck for its instability issue).
|
||||||
|
2. Add "Google Search" command in the context menu.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,10 +36,10 @@
|
|||||||
; Define the application name
|
; Define the application name
|
||||||
!define APPNAME "Notepad++"
|
!define APPNAME "Notepad++"
|
||||||
|
|
||||||
!define APPVERSION "6.7.9.1"
|
!define APPVERSION "6.7.9.2"
|
||||||
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
||||||
!define VERSION_MAJOR 6
|
!define VERSION_MAJOR 6
|
||||||
!define VERSION_MINOR 791
|
!define VERSION_MINOR 792
|
||||||
|
|
||||||
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
||||||
|
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
#ifndef RESOURCE_H
|
#ifndef RESOURCE_H
|
||||||
#define RESOURCE_H
|
#define RESOURCE_H
|
||||||
|
|
||||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.9.1")
|
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.9.2")
|
||||||
|
|
||||||
// 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 TEXT("5.63\0")
|
// ex : #define VERSION_VALUE TEXT("5.63\0")
|
||||||
#define VERSION_VALUE TEXT("6.791\0")
|
#define VERSION_VALUE TEXT("6.792\0")
|
||||||
#define VERSION_DIGITALVALUE 6, 7, 9, 1
|
#define VERSION_DIGITALVALUE 6, 7, 9, 2
|
||||||
|
|
||||||
#ifndef IDC_STATIC
|
#ifndef IDC_STATIC
|
||||||
#define IDC_STATIC -1
|
#define IDC_STATIC -1
|
||||||
|
Loading…
Reference in New Issue
Block a user