Notepad++ release 7.8.1
This commit is contained in:
parent
b3419ad00d
commit
5a2147ef39
@ -1,42 +1,16 @@
|
|||||||
Notepad++ v7.8.1 enhancements and bug-fixes:
|
Notepad++ v7.8.2 enhancements and bug-fixes:
|
||||||
|
|
||||||
1. Fix popup dialog on startup regression regarding notepad replacement issue.
|
1. Add key shortcuts in Save or not dialog.
|
||||||
2. Make monospaced font in Find dialog optional, disabled by default.
|
2. Add find in files filter excluding ability.
|
||||||
3. Add download progress bar while download plugin(s).
|
3. Add "Open UDL folder" command.
|
||||||
4. Fix issue for Alt+Tab doesn't show Notepad++ on Windows 7.
|
4. Fix issue of showing save dialog twice while cloned file is dirty.
|
||||||
|
5. Enhance "Open Explorer" command in Folder as workspace with expected path.
|
||||||
|
6. Fix tab dragging issues.
|
||||||
Notepad++ v7.8 enhancements and bug-fixes:
|
7. Enhance "Close all but This" and "Close all to the left/right" commands while files are dirty.
|
||||||
|
8. Enhance "In Selection" option in Find dialog.
|
||||||
1. Upgrade Scintilla from 4.1.4 to 4.2.0
|
9. Fix Notepad++ blocked in notification zone issue.
|
||||||
2. Fix non Unicode encoding problem in non-Western language(Chinese or in Turkish).
|
10. Make end-of-line conversion operations macroable.
|
||||||
3. Add "No to All" and "Yes to All" options in Save dialog.
|
11. Fix "View Current File In" commands disabled problem in some situations.
|
||||||
4. Add the command line argument "-openFoldersAsWorkspace" to open folders in "folder as workspace" panel.
|
|
||||||
Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02
|
|
||||||
5. Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.
|
|
||||||
6. Fix File-Rename failing when new name is on a different drive.
|
|
||||||
7. Make "Clear all marks", "Inverse Bookmark", "Remove Consecutive Duplicate Lines" & "Find All Current Document" to be macro recordable.
|
|
||||||
8. Make "Command Argument Help" MessageBox modal.
|
|
||||||
9. Fix Folder as Workspace crash and "queue overflow" issues.
|
|
||||||
10. Make Combobox font monospace in Find dialog.
|
|
||||||
11. Fix folding in user-defined languages for non-windows line endings.
|
|
||||||
12. Fix crash of Folder as Workspace when too many directory changes happen.
|
|
||||||
13. Fix '-nosession' overwrites config.xml issue.
|
|
||||||
14. Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.
|
|
||||||
15. Improve GUI in Find dialog for Find Previous & Find Next buttons.
|
|
||||||
16. Fix Sort Line as Integer regression.
|
|
||||||
17. Add more OS information to debug info.
|
|
||||||
18. Fix tab dragging issues under WINE and ReactOS.
|
|
||||||
19. Fix indent indicators continue to following code blocks for Python.
|
|
||||||
20. Fix Python folding collapse issue.
|
|
||||||
21. Fix crash when sorting "out of range" columns.
|
|
||||||
22. Fix find 2 times for the same occurrence in both original and cloned documents issue.
|
|
||||||
23. Fix command line issues where filenames have multiple white spaces in them.
|
|
||||||
24. Fix Document Peeker constantly changing focus problem.
|
|
||||||
25. Make backward direction checkbox be also on Find dialog's Mark tab.
|
|
||||||
26. Add 2 new columns for HTML Code in the Character Panel.
|
|
||||||
27. Fix "clear all marks in find dialog also removes bookmarks" issue.
|
|
||||||
28. Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL.
|
|
||||||
|
|
||||||
|
|
||||||
Included plugins:
|
Included plugins:
|
||||||
|
@ -27,12 +27,12 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.1")
|
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.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("7.81\0")
|
#define VERSION_VALUE TEXT("7.82\0")
|
||||||
#define VERSION_DIGITALVALUE 7, 8, 1, 0
|
#define VERSION_DIGITALVALUE 7, 8, 2, 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user