mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
[RELEASE] Notepad++ 6.8.8 release
This commit is contained in:
parent
232ccc7d46
commit
2d7ae96a64
@ -1,14 +1,13 @@
|
|||||||
Notepad++ v6.8.7 bug-fixes and enhancements:
|
Notepad++ v6.8.8 bug-fixes and enhancements:
|
||||||
|
|
||||||
1 . Fix crash while "backups and session snapshots" is activated.
|
1. Fix a regression of link style in html/php.
|
||||||
2 . Restore file extension feature in save dialog.
|
2. Fix find in files progress window alway on top issue.
|
||||||
3 . Fix crash issue while moving Find In Files progress window.
|
3. Add Debug Info helper feature.
|
||||||
4 . Fix tab settings not working in javascript.
|
4. Fix highlighting for tags inside comment problem.
|
||||||
5 . Fix user customized keywords no effect in Javascript.
|
5. Make editor border edge display optional.
|
||||||
6 . Enhance language detection on "Save as".
|
6. Enhance syntax highlighting for D, Powershell, Lua and Python.
|
||||||
7 . Add back-quoted string support for javascript.
|
7. Enhance syntax highlighting of preprocessor comments for several languages.
|
||||||
8 . Move position to center when using "-n" option in command line.
|
8. Improve close button in tab position.
|
||||||
9 . Installer enhancement: Allow user to keep DSpellCheck plugin.
|
|
||||||
|
|
||||||
|
|
||||||
Included plugins:
|
Included plugins:
|
||||||
|
@ -36,10 +36,10 @@
|
|||||||
; Define the application name
|
; Define the application name
|
||||||
!define APPNAME "Notepad++"
|
!define APPNAME "Notepad++"
|
||||||
|
|
||||||
!define APPVERSION "6.8.7"
|
!define APPVERSION "6.8.8"
|
||||||
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
||||||
!define VERSION_MAJOR 6
|
!define VERSION_MAJOR 6
|
||||||
!define VERSION_MINOR 87
|
!define VERSION_MINOR 88
|
||||||
|
|
||||||
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
||||||
|
|
||||||
|
@ -26,13 +26,15 @@
|
|||||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.8.7")
|
|
||||||
|
|
||||||
|
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.8.8")
|
||||||
|
|
||||||
// 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.87\0")
|
#define VERSION_VALUE TEXT("6.88\0")
|
||||||
#define VERSION_DIGITALVALUE 6, 8, 7, 0
|
#define VERSION_DIGITALVALUE 6, 8, 8, 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef IDC_STATIC
|
#ifndef IDC_STATIC
|
||||||
#define IDC_STATIC -1
|
#define IDC_STATIC -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user