Skip to content

Commit

Permalink
Notepad++ 7.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Jul 23, 2018
1 parent 14b5e16 commit 89fbbad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
18 changes: 7 additions & 11 deletions PowerEditor/bin/change.log
@@ -1,14 +1,10 @@
Notepad++ v7.5.7 bug-fixes:
Notepad++ v7.5.8 bug-fixes:

1. Fix hanging problem while shutdown and backup file is absent.
2. Fix Sort Lines as Integers issue: use Natural Sort algorithm.
3. Fix JavaScript not working regression in Function list.
4. Fix Open File Dialog error for a long path.
5. Fix document map display bug when the view is scrolled past the end of the file.
6. Fix tool bar display bug in big icon mode issue.
7. Make caret line always visible on click from Finder panel.
8. Fix UDL export extension issue.
9. Fix Run Macro multiple times dialog display glitch after deleting a Macro.
1. Remove annoying "no update" notification.
2. Fix Folder as Workspace not updating regression.
3. Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog.
4. Fixed a crash when trying to launch a secondary instance with command line arguments.
5. Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma.


Included plugins:
Expand All @@ -21,4 +17,4 @@ Included plugins:

Updater (Installer only):

* WinGup (for Notepad++) v5.0.1
* WinGup (for Notepad++) v5.0.2
6 changes: 3 additions & 3 deletions PowerEditor/src/resource.h
Expand Up @@ -27,12 +27,12 @@

#pragma once

#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.7")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.8")

// 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.57\0")
#define VERSION_DIGITALVALUE 7, 5, 7, 0
#define VERSION_VALUE TEXT("7.58\0")
#define VERSION_DIGITALVALUE 7, 5, 8, 0



Expand Down

0 comments on commit 89fbbad

Please sign in to comment.