Browse Source

Notepad++ release 8.5

pull/13168/head v8.5
Don Ho 2 years ago
parent
commit
21a78ed035
  1. 49
      PowerEditor/bin/change.log
  2. 6
      PowerEditor/src/resource.h

49
PowerEditor/bin/change.log

@ -1,25 +1,32 @@
Notepad++ v8.4.9 bug-fixes and new features: Notepad++ v8.5 bug-fixes and new features:
1. Fix saving 4GB+ files file size cutting off issue. 1. Fix notepad replacement opening file name containing white space regression.
2. Fix v8.4.8 hanging while opening some Pascal files. 2. Fix regression about visual glitch of Find in Files progress window & Document Switcher.
3. Add JSON5 support - only JSONC currently (with js comment supported). 3. Update to Scintilla 5.3.3 and Lexilla 5.2.2.
4. Add configuration for dockable panels to ignore '-nosession'. 4. Add new explorer context menu entry "Edit with Notepad++" for WINDOWS 11.
5. Fix Notepad Replacement display 'Cannot open file " "' regression in v8.4.8. 5. Add show non-printable characters command.
6. Fix Notpad++ hangs while deleting search results results. 6. Apply tab colors to document list items, and add groups to document list.
7. Fix XML tag-matching not be case-sensitive. 7. Add middle mouse click ability to close doc in Document List.
8. Add support selection for "EOL to Space", "TAB and Space conversion" & "Trim" commands. 8. Add Begin/End Select in Column Mode command.
9. Improve Pascal/Delphi function list performance. 9. Add option to make auto-completion list brief.
10. Fix exclude functions in comment zones in C++, PHP, JavaScript and Pascal. 10. Remove duplicate items in function/word list of Auto-completion.
11. Use stable sort algorithm instead of standard sort one. 11. Fix missing items in word autocomplete.
12. Fix doc switcher not using alternate icon sets. 12. Fix autocomplete to sort case insensitive issue.
13. Several enhancement in dark mode. 13. Fix wrong value set in Preferences->Performance->"Define Large File Size".
14. Fix under high DPI URL hand cursor too small display issue. 14. Change behaviour: make Select and Find (Next/Previous) always in normal search mode.
15. Fix docking GUI regression for plugin in light mode. 15. Change behaviour: make volatile Find uses least-strict option settings.
16. Fix cannot undo "Block Uncomment" & "Insert Date/Time" commands in one shot. 16. Change behaviour: don't populate in Find what if a stream selection more than 1024 characters.
17. Fix sub-menu folder display mess in non-western languages under Macro/Run menu. 17. Fix dock-able panels not restoring for mono instances when Notepad++ is in the tray.
18. Fix panels not restored from systemtray with "Edit with Notepad++" in admin mode.
19. Fix hit text in search results not being scrolled in the view issue.
20. Fix untitled document number jumping or repeated problem.
21. Add new notification NPPN_EXTERNALLEXERBUFFER for lexer plugin with buffer ID when a new lexer is applied to the buffer in question.
22. Fix Synch H/V Scrolling commands not sync with 2 views.
23. Add several GUI enhancement.
24. Make several GUI items translatable.
Get more info on Get more info on
https://notepad-plus-plus.org/downloads/v8.4.9/ https://notepad-plus-plus.org/downloads/v8.5/
Included plugins: Included plugins:
@ -31,4 +38,4 @@ Included plugins:
Updater (Installer only): Updater (Installer only):
* WinGup (for Notepad++) v5.2.4 * WinGup (for Notepad++) v5.2.5

6
PowerEditor/src/resource.h

@ -19,12 +19,12 @@
// //
// Notepad++ version: begin // Notepad++ version: begin
// //
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.4.9") #define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.5")
// 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("8.49\0") #define VERSION_VALUE TEXT("8.5\0")
#define VERSION_DIGITALVALUE 8, 4, 9, 0 #define VERSION_DIGITALVALUE 8, 5, 0, 0
// Notepad++ version: end // Notepad++ version: end

Loading…
Cancel
Save