Skip to content

Commit

Permalink
[RELEASE] Notepad++ 6.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed May 17, 2016
1 parent 7e299fd commit 52392a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
16 changes: 6 additions & 10 deletions PowerEditor/bin/change.log
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
Notepad++ v6.9 New feature and bug-fixes:

1. Add "Folder as Workspace" feature.
2. Fix Notepad++ hanging issue while user uses touchscreen to activate Notepad++ window.
3. HTML auto-close tag enhancement: Prevent <br>, <hr>, <img>, <link> and <meta> from being closed automatically.
4. Project enhancement: Allows user defined extension to associate workspace file.
5. Make behavior of SHIFT+END and SHIFT+HOME more consistent when word wrapping is enabled.
6. Add new API NPPM_SAVEFILE (for plugins) to save any file, not only the focused one.
7. Add file extensions for FreePascal/Lazarus pascal, lex (as C).
8. Update keywords for C, C++, JavaScript, Python and YAML.
Notepad++ v6.9.2 new features and bug-fixes:

1. Add most wanted feature: Log Mornitoring (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.

Included plugins:

Expand Down
4 changes: 2 additions & 2 deletions PowerEditor/installer/nppSetup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
; Define the application name
!define APPNAME "Notepad++"

!define APPVERSION "6.9"
!define APPVERSION "6.9.2"
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
!define VERSION_MAJOR 6
!define VERSION_MINOR 9
!define VERSION_MINOR 92

!define APPWEBSITE "http://notepad-plus-plus.org/"

Expand Down
6 changes: 3 additions & 3 deletions PowerEditor/src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
#pragma once


#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.9")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.9.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.9\0")
#define VERSION_DIGITALVALUE 6, 9, 0, 0
#define VERSION_VALUE TEXT("6.92\0")
#define VERSION_DIGITALVALUE 6, 9, 2, 0



Expand Down

0 comments on commit 52392a0

Please sign in to comment.