From 321001db3a8db8649c7074aae8811c2f881a4e8b Mon Sep 17 00:00:00 2001 From: ArkadiuszMichalski Date: Mon, 12 Apr 2021 17:31:42 +0200 Subject: [PATCH] Add issue refs for 7.8.x versions --- Changes.md | 300 ++++++++++++++++++++++++++++------------------------- 1 file changed, 156 insertions(+), 144 deletions(-) diff --git a/Changes.md b/Changes.md index e10e715..b9968ae 100644 --- a/Changes.md +++ b/Changes.md @@ -210,33 +210,34 @@ Updater (Installer only): Notepad++ v7.9 Enhancements & bug-fixes: -1. Add the ability to open the target file of a Shortcut (*.lnk). -2. Enhance side panels behaviour: close a single panel instead of the entire stack. -3. Fix Monitoring & document auto-update not scrolling to the end of the file with Word wrap enabled issue. -4. Fix mouse cursor flicker while hovering URLs. -5. Add back hovered blue underlined URLs. -6. Enhance C++, Perl, Python parsers and add VHDL in Function List. -7. Improve some ambiguous commands naming in Shortcut Mapper. -8. Add an option to prevent right click from canceling selection. -9. Add ability to sort lines randomly. -10. Fix "Close All BUT this" looses current document data issue. -11. Allow user to start making a stream selection and then change to column block (by pressing ALT key). -12. Add word wrap option to find results context menu. -13. Add keyboard navigation ability to Column Editor. -14. Add keyboard shortcut ability to Projects, Folder as Workspace and Function List for switching among these panels. -15. Enable project panels toggle from menu. -16. Enhance Folder as Workspace to restore latest selected item of last session on Notepad++ startup. -17. Fix inaccurate line margin update with word wrap enabled. -18. Fix Find previous/next commands not scroll vertically to show match result issue (with word wrap disabled). -19. Fix column key sort with col block starting in col1 bug. -20. Add confirmation preference for Replace All in All Opened Documents operation. -21. Add Escape keypress in functionlist searchbox to clear its text. -22. Add RTL capability to localized messageboxes. -23. Make (Find) dlgAlwaysVisible a true Preference setting. -24. Fix sorting by column key using incorrect key values. -25. Add search scope to Find window status bar output. -26. Fix false hit result in Find in Finder. -27. Prevent redundant line data copy in Finder. +1. Add the ability to open the target file of a Shortcut (*.lnk). (Fix [#8483](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8483)) +2. Enhance side panels behaviour: close a single panel instead of the entire stack. (Fix [#8471](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8471)) +3. Fix Monitoring & document auto-update not scrolling to the end of the file with Word wrap enabled issue. (Fix [#8850](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8850), [#8477](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8477), [#8214](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8214)) +4. Fix mouse cursor flicker while hovering URLs. (Fix [#8588](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8588), [#8647](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8647)) +5. Add back hovered blue underlined URLs. (Fix [#8654](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8654)) +6. Enhance C++, Perl, Python parsers and add VHDL in Function List. (Fix [#8480](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8480)) +7. Improve some ambiguous commands naming in Shortcut Mapper. (Fix [#8689](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8689)) +8. Add an option to prevent right click from canceling selection. (Fix [#8563](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8563)) +9. Add ability to sort lines randomly. (Fix [#8682](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8682)) +10. Fix "Close All BUT this" looses current document data issue. (Fix [#8617](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8617)) +11. Allow user to start making a stream selection and then change to column block (by pressing ALT key). (Fix [#8555](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8555)) +12. Add word wrap option to find results context menu. (Fix [#8624](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8624)) +13. Add keyboard navigation ability to Column Editor. (Fix [#8488](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8488)) +14. Add keyboard shortcut ability to Projects, Folder as Workspace and Function List for switching among these panels. (Fix [#8719](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8719)) +15. Enable project panels toggle from menu. (Fix [#8471](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8471)) +16. Enhance Folder as Workspace to restore latest selected item of last session on Notepad++ startup. (Fix [#8353](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8353)) +17. Fix inaccurate line margin update with word wrap enabled. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/fe18e41d5d0895c481817bc3566f61f0056dc879)) +18. Fix Find previous/next commands not scroll vertically to show match result issue (with word wrap disabled). (Fix [#8804](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8804)) +19. Fix column key sort with col block starting in col1 bug. (Fix [#8716](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8716)) +20. Add confirmation preference for Replace All in All Opened Documents operation. (Fix [#8527](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8527)) +21. Add Escape keypress in functionlist searchbox to clear its text. (Fix [#8667](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8667)) +22. Add RTL capability to localized messageboxes. (Fix [#8699](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8699)) +23. Make (Find) dlgAlwaysVisible a true Preference setting. (Fix [#7908](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7908)) +24. Fix sorting by column key using incorrect key values. (Fix [#8674](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8674)) +25. Add search scope to Find window status bar output. (Fix [#8632](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8632)) +26. Fix false hit result in Find in Finder. (Fix [#8435](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8435)) +27. Prevent redundant line data copy in Finder. (Fix [#8580](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8580)) +28. Fix Escape key on FunctionList’s text field causing bell sound. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f3fce2de4a5bf17143af9df31e67f4162d215f70)) Included plugins: @@ -254,15 +255,15 @@ Updater (Installer only): Notepad++ v7.8.9 Enhancements & bug-fixes: -1. Fix Line operations (join lines, split lines, remove duplicate lines and sort lines) doing one too many lines issue. -2. Fix the regression of jump line failure via command line (-n). -3. Fix URL Hovered colour disappears after modifying any Clickable Link Settings regression. -4. Fix URL is not clickable in certain situation while wrapped is enabled. -5. Fix "Save" not working in Windows dialog. -6. Fix Flickering cursor after double clicking a found line in find results. -7. Fix Found line may not be centered by double clicking in find results, if word wrap is on. -8. Fix wrong horizontal scroll bar position after restoring Window position. -9. Fix Find result window output TAB-width incoherent issue. +1. Fix Line operations (join lines, split lines, remove duplicate lines and sort lines) doing one too many lines issue. (Fix [#8447](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8447)) +2. Fix the regression of jump line failure via command line (-n). (Fix [#8476](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8476), [#8477](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8477)) +3. Fix URL Hovered colour disappears after modifying any Clickable Link Settings regression. (Fix [#8493](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8493)) +4. Fix URL is not clickable in certain situation while wrapped is enabled. (Fix [#5503](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5503)) +5. Fix "Save" not working in Windows dialog. (Fix [#8455](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8455)) +6. Fix Flickering cursor after double clicking a found line in find results. (Fix [#8487](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8487)) +7. Fix Found line may not be centered by double clicking in find results, if word wrap is on. (Fix [#8489](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8489)) +8. Fix wrong horizontal scroll bar position after restoring Window position. (Fix [#8466](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8466)) +9. Fix Find result window output TAB-width incoherent issue. (Fix [#8406](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8406)) Included plugins: @@ -279,18 +280,20 @@ Updater (Installer only): Notepad++ v7.8.8 Enhancements & bug-fixes: -1. Fix accented characters in ANSI files not found in "find in files" and "replace in files" commands issues. -2. Add an option to improve rendering special Unicode characters by using Scintilla's DirectWrite technology. -3. Fix URL invisible issue in dark themes. -4. Fix the focus not on the opening new file issue. -5. Fix Workspace (Project panel), Folder As Workspace and function list keep focus issue after double clicking an item. -6. Add Ctrl+Backspace ability to delete word for comboboxes in Find/Replace dialog. -7. Add ability to find-all in selected text. -8. Fix wrong treatment of backslashes as escape sequences in autocompletion. -9. Enhance "Remove Empty Lines" command: Allow scope to be limited by an active selection. -10. Fix loading of project & session files by drag & drop not working issue. -11. Fix block selection cursor wrong positions after typing TAB. -12. Add confirmation prompt to "Replace all in all opened documents" command to avoid PBKAC. +1. Fix accented characters in ANSI files not found in "find in files" and "replace in files" commands issues. (Fix [#5825](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5825), [#5830](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5830), [#7668](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7668), [#7773](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7773)) +2. Add an option to improve rendering special Unicode characters by using Scintilla's DirectWrite technology. (Fix [#2287](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2287), [#442](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/442), [#675](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/675), [#813](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/813), [#870](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/870), [#1621](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1621), [#3458](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3458), [#4056](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4056), [#4086](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4086), [#4490](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4490), [#8305](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8305)) +3. Fix URL invisible issue in dark themes. (Fix [#8405](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8405)) +4. Fix the focus not on the opening new file issue. (Fix [#8426](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8426)) +5. Fix Workspace (Project panel), Folder As Workspace and function list keep focus issue after double clicking an item. (Fix [#8361](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8361), [#4656](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4656), [#4356](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4356)) +6. Add Ctrl+Backspace ability to delete word for comboboxes in Find/Replace dialog. (Fix [#8363](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8363), [#3809](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3809)) +7. Add ability to find-all in selected text. (Fix [#7927](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7927), [#8133](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8133), [#8213](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8213), [#5089](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5089), [#8413](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8413)) +8. Fix wrong treatment of backslashes as escape sequences in autocompletion. (Fix [#8397](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8397)) +9. Enhance "Remove Empty Lines" command: Allow scope to be limited by an active selection. (Fix [#8428](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8428)) +10. Fix loading of project & session files by drag & drop not working issue. (Fix [#8374](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8374), [#8324](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8324)) +11. Fix block selection cursor wrong positions after typing TAB. (Fix [#8400](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8400)) +12. Add confirmation prompt to "Replace all in all opened documents" command to avoid PBKAC. (Fix [#5253](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5253), [#8432](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8432)) +13. Make regex zero-length-match calltip transatable. (Fix [#8393](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8393)) + Included plugins: @@ -307,25 +310,29 @@ Updater (Installer only): Notepad++ v7.8.7 Enhancements & bug-fixes: -1. Fix new style save dialog by selecting right file filter and adding extension automatically. -2. Add right-click context menu to bookmark margin. -3. Add sub-menu bullets for cascaded Encoding and Language menus. -4. Display file name as root of workspace instead of "Workspace". -5. Add file extension automatically for session files and workspace files while saving in new style dialog. -6. Fix file reading failure (network problem) not detected issue. -7. Improve Document Map precision. -8. Fix clickable links break syntax highlighting issue. -9. Fix current range detached from Document Map issue. -10. Disallow backward regex searches due to sometimes surprising results (an non-UI option is available to enable it). -11. Fix wrong project panel at start by opening a project via command line. -12. Allow user to skip *.* when adding only excluding Filters for Find/Replace In Files. -13. Fix Doc switcher icon state update issue for cloned documents. -14. Assign CTRL-M as default shortcut for invoking mark dialog. -15. Fix also a folding visual glitch in Find result. -16. Add count of files searched to 'Find result' output. -17. Fix Find/Replace history lost issue. -18. Fix bug of Mark clearing in selection mode. -19. Fix auto-completion suggest the same word while the word being modified. +1. Fix new style save dialog by selecting right file filter and adding extension automatically. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/69ef27b654144be06af92461d3861aca3627cf5d)) +2. Add right-click context menu to bookmark margin. (Fix [#8319](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8319)) +3. Add sub-menu bullets for cascaded Encoding and Language menus. (Fix [#8327](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8327)) +4. Display file name as root of workspace instead of "Workspace". (Fix [#8314](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8314)) +5. Add file extension automatically for session files and workspace files while saving in new style dialog. (Fix [#8317](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8317), [#8311](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8311)) +6. Fix file reading failure (network problem) not detected issue. (Fix [#3381](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3381)) +7. Improve Document Map precision. (Fix [#8335](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8335)) +8. Fix clickable links break syntax highlighting issue. (Fix [#8354](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8354)) +9. Fix current range detached from Document Map issue. (Fix [#8285](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8285)) +10. Disallow backward regex searches due to sometimes surprising results (an non-UI option is available to enable it). (Fix [#3640](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3640), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/5e262c8122cba71aec34edc9cde8994356a2ea46)) +11. Fix wrong project panel at start by opening a project via command line. (Fix [#8126](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8126)) +12. Allow user to skip *.* when adding only excluding Filters for Find/Replace In Files. (Fix [#8169](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8169)) +13. Fix Doc switcher icon state update issue for cloned documents. (Fix [#8067](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8067)) +14. Assign CTRL-M as default shortcut for invoking mark dialog. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/ef2b5880d38a319694f60e494e29e329d1f05f90)) +15. Fix also a folding visual glitch in Find result. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/2b345c8f39310a921fc90ae38196ed323cb1a66a)) +16. Add count of files searched to 'Find result' output. (Fix [#3980](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3980)) +17. Fix Find/Replace history lost issue. (Fix [#323](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/323)) +18. Fix bug of Mark clearing in selection mode. (Fix [#8150](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8150)) +19. Fix auto-completion suggest the same word while the word being modified. (Fix [#330](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/330)) +20. Include current ANSI codepage into debug information. (Fix [#8303](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8303)) +21. Fix Document map overlay stuck to first monitor. (Fix [#1317](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8303)) +22. Fix Document Map shows on all virtual desktops issue. (Fix [#1247](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1247)) +23. Fix clickable links break syntax highlighting issue. (Fix [#999](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/999)) Included plugins: @@ -342,13 +349,13 @@ Updater (Installer only): Notepad++ v7.8.6 Enhancement & bug-fixes: -1. Add multi-column marker (multi-line edge) feature. -2. Add dynamical sorting feature for Folder as Workspace. -3. Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled). -4. Fix folding state lost on the next startup issue. -5. Make Replace-in-Files confirmation dialog modal to prevent from crashing. -6. Add support of smart-indenting for Perl and Rust. -7. Make recorded macro (IDC_FINDNEXT & IDC_FINDPREV)retro-compatible up to 7.8.4. +1. Add multi-column marker (multi-line edge) feature. (Fix [#3128](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3128)) +2. Add dynamical sorting feature for Folder as Workspace. (Fix [#1541](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1541)) +3. Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled). (Fix [#885](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/885)) +4. Fix folding state lost on the next startup issue. (Fix [#4103](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4103)) +5. Make Replace-in-Files confirmation dialog modal to prevent from crashing. (Fix [#7995](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7995)) +6. Add support of smart-indenting for Perl and Rust. (Fix [#7958](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7958), [#7961](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7961)) +7. Make recorded macro (IDC_FINDNEXT & IDC_FINDPREV)retro-compatible up to 7.8.4. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/3ca82bebf1230a56d91c0fc5ca3a53befb853ffa)) Included plugins: @@ -365,14 +372,14 @@ Updater (Installer only): Notepad++ v7.8.5 Enhancement & bug-fixes: -1. Fix "Monitoring" not detecting all file changes issue. -2. Fix auto-updater disabling not working regression. -3. Fix Notepad++ doesn't exit correctly while Windows 10 update restart. -4. Make Count command in Find dialog respect Backward-direction and Wrap-around options. -5. Make Find dialog remember its position across runs. -6. Add the document size column to the Windows Selection dialog. -7. Make "View Current File in(browser)" commands macro recordable. -8. Add external sound control capability for unsuccessful search (in Find dialog) bell. +1. Fix "Monitoring" not detecting all file changes issue. (Fix [#3142](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3142), [#4955](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4955)) +2. Fix auto-updater disabling not working regression. (Fix [#5375](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5375)) +3. Fix Notepad++ doesn't exit correctly while Windows 10 update restart. (Fix [#6086](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6086), [#5831](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5831), [#7854](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7854)) +4. Make Count command in Find dialog respect Backward-direction and Wrap-around options. (Fix [#7876](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7876)) +5. Make Find dialog remember its position across runs. (Fix [#905](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/905)) +6. Add the document size column to the Windows Selection dialog. (Fix [#7905](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7905)) +7. Make "View Current File in(browser)" commands macro recordable. (Fix [#7851](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7851)) +8. Add external sound control capability for unsuccessful search (in Find dialog) bell. (Fix [#7950](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7950)) Included plugins: @@ -389,8 +396,8 @@ Updater (Installer only): Notepad++ v7.8.4 bug-fixes: -1. Fix regression of double clicking a found in files result while Word-Wrap is on. -2. Fix HashFromDlg title bar localization issue. +1. Fix regression of double clicking a found in files result while Word-Wrap is on. (Fix [#7865](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7865)) +2. Fix HashFromDlg title bar localization issue. (Fix [#7884](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7884)) Included plugins: @@ -407,20 +414,20 @@ Updater (Installer only): Notepad++ v7.8.3 enhancements and bug-fixes: -1. Add the "Expand All", "Fold All" and "Select/Show current editing file" capacity into Folder as Workspace. -2. Fix restoring line position issue while document is wrapped. -3. Improve Json syntax highlighting. -4. Make filling find field of Find dialog with selected word(s) optional. -5. Make doSaveOrNot dialog simpler when there's a single file to save. -6. Fix auto-insert {[""]} imbrication not working issue. -7. Make cmd cli (for "Open Containing Folder in cmd") customizable. -8. Prevent from setting Updater's Proxy as Notepad++ is not in Admin mode. -9. Disable file association settings when Notepad++'s no admin right. -10. Fix incremental search bar "highlight all" option not conserved bug. -11. Enhance SQL syntax highlighting (add 2 more keyword lists). -12. Fix too small buffer issue during add text macro playback. -13. Fix "Close All Unchanged" not working issue for sub-view. -14. Eliminate garbage displaying in Find-result fold margin. +1. Add the "Expand All", "Fold All" and "Select/Show current editing file" capacity into Folder as Workspace. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/703a49b32304e9ab09931493db9e1ca972e896f3), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e0d995c1a6a045c8effb9f412325ba14f0d329d1), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/bc2b5ac2ce47ed8821525c534d16c19b5f239f1d)) +2. Fix restoring line position issue while document is wrapped. (Fix [#2078](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2078), [#2576](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2576), [#3570](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3570), [#4825](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4825), [#4881](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4881)) +3. Improve Json syntax highlighting. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/be6f797e655e24c56b14f5106b51df9318fd0300)) +4. Make filling find field of Find dialog with selected word(s) optional. (Fix [#3243](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3243)) +5. Make doSaveOrNot dialog simpler when there's a single file to save. (Fix [#7762](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7762)) +6. Fix auto-insert {[""]} imbrication not working issue. (Fix [#6078](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6078)) +7. Make cmd cli (for "Open Containing Folder in cmd") customizable. (Fix [#7737](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7737)) +8. Prevent from setting Updater's Proxy as Notepad++ is not in Admin mode. (Fix [#7779](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7779)) +9. Disable file association settings when Notepad++'s no admin right. (Fix [#4984](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4984), [#5192](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5192), [#4542](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4542)) +10. Fix incremental search bar "highlight all" option not conserved bug. (Fix [#7753](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7753), [#2750](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2750)) +11. Enhance SQL syntax highlighting (add 2 more keyword lists). (Fix [#5937](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5937)) +12. Fix too small buffer issue during add text macro playback. (Fix [#7642](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7642)) +13. Fix "Close All Unchanged" not working issue for sub-view. (Fix [#7708](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7708)) +14. Eliminate garbage displaying in Find-result fold margin. (Fix [#6268](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6268)) Included plugins: @@ -437,17 +444,19 @@ Updater (Installer only): Notepad++ v7.8.2 enhancements and bug-fixes: -1. Add key shortcuts in Save or not dialog. -2. Add find in files filter excluding ability. -3. Add "Open UDL folder" command. -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. -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. -9. Fix Notepad++ blocked in notification zone issue. -10. Make end-of-line conversion operations macroable. -11. Fix "View Current File In" commands disabled problem in some situations. +1. Add key shortcuts in Save or not dialog. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/cf7e373dca890d65ecc86489fe9cce1bcc7597f7), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f780e22d6117dbc4b5ebf83b594505874ac3fc68)) +2. Add find in files filter excluding ability. (Fix [#7618](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7618)) +3. Add "Open UDL folder" command. (Fix [#5404](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5404)) +4. Fix issue of showing save dialog twice while cloned file is dirty. (Fix [#7523](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7523)) +5. Enhance "Open Explorer" command in Folder as workspace with expected path. (Fix [#5981](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5981)) +6. Fix tab dragging issues. (Fix [#7509](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7509)) +7. Enhance "Close all but This" and "Close all to the left/right" commands while files are dirty. (Fix [#7553](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7553), [#7501](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7501)) +8. Enhance "In Selection" option in Find dialog. (Fix [#7532](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7532)) +9. Fix Notepad++ blocked in notification zone issue. (Fix [#7508](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7508)) +10. Make end-of-line conversion operations macroable. (Fix [#6258](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6258)) +11. Fix "View Current File In" commands disabled problem in some situations. (Fix [#5903](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5903)) +12. Make 'Purge for each search' respect 'In selection' for 'Mark All' op. (Fix [#7663](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7663)) +13. Make 'Clear all marks' respect 'In selection' choice. (Fix [#6271](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6271)) Included plugins: @@ -464,10 +473,10 @@ Updater (Installer only): Notepad++ v7.8.1 enhancements and bug-fixes: -1. Fix popup dialog on startup regression regarding notepad replacement issue. -2. Make monospaced font in Find dialog optional, disabled by default. -3. Add download progress bar while download plugin(s). -4. Fix issue for Alt+Tab doesn't show Notepad++ on Windows 7. +1. Fix popup dialog on startup regression regarding notepad replacement issue. (Fix [#6211](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6211)) +2. Make monospaced font in Find dialog optional, disabled by default. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/dde38183d3407f0b39ee67260da255bde51b324c)) +3. Add download progress bar while download plugin(s). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/a739eade8ee900a9a1e13cf4a35940e24dbea0f2)) +4. Fix issue for Alt+Tab doesn't show Notepad++ on Windows 7. (Fix [#6244](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6244)) Included plugins: @@ -484,35 +493,38 @@ Updater (Installer only): Notepad++ v7.8 enhancements and bug-fixes: -1. Upgrade Scintilla from 4.1.4 to 4.2.0 -2. Fix non Unicode encoding problem in non-Western language(Chinese or in Turkish). -3. Add "No to All" and "Yes to All" options in Save dialog. +1. Upgrade Scintilla from 4.1.4 to 4.2.0. (Fix [#5822](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5822)) +2. Fix non Unicode encoding problem in non-Western language(Chinese or in Turkish). (Fix [#5671](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5671)) +3. Add "No to All" and "Yes to All" options in Save dialog. (Fix [#5835](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5835), [#4385](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4385)) 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. + Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02 (Fix [#4253](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4253)) +5. Enhance plugin system: allow any plugin to load private DLL files from the plugin folder. (Fix [#5802](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5802)) +6. Fix File-Rename failing when new name is on a different drive. (Fix [#1978](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1978)) +7. Make "Clear all marks", "Inverse Bookmark", "Remove Consecutive Duplicate Lines" & "Find All Current Document" to be macro recordable. (Fix [#1948](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1948), [#6023](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6023), [#5973](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5973)) +8. Make "Command Argument Help" MessageBox modal. (Fix [#4067](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4067)) +9. Fix Folder as Workspace crash and "queue overflow" issues. (Fix [#5907](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5907), [#3740](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3740)) +10. Make Combobox font monospace in Find dialog. (Fix [#5920](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5920)) +11. Fix folding in user-defined languages for non-windows line endings. (Fix [#2873](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2873)) +12. Fix crash of Folder as Workspace when too many directory changes happen. (Fix [#5907](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5907), [#3740](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3740)) +13. Fix '-nosession' overwrites config.xml issue. (Fix [#3938](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3938)) +14. Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message. (Fix [#4487](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4487), [#1500](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1500)) +15. Improve GUI in Find dialog for Find Previous & Find Next buttons. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/6f3166c86526137d8487e7bdae5627f8081bb0a8)) +16. Fix Sort Line as Integer regression. (Fix [#5839](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5839)) +17. Add more OS information to debug info. (Fix [#5869](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5869)) +18. Fix tab dragging issues under WINE and ReactOS. (Fix [#4885](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4885)) +19. Fix indent indicators continue to following code blocks for Python. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/29919bea226d5a45e36064cc9214b85beeddbd56)) +20. Fix Python folding collapse issue. (Fix [#1898](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1898)) +21. Fix crash when sorting "out of range" columns. (Fix [#5865](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5865), [#3391](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3391)) 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. +23. Fix command line issues where filenames have multiple white spaces in them. (Fix [#5861](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5861)) +24. Fix Document Peeker constantly changing focus problem. (Fix [#3324](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3324)) +25. Make backward direction checkbox be also on Find dialog's Mark tab. (Fix [#5974](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5974)) +26. Add 2 new columns for HTML Code in the Character Panel. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/6a30c31e0a8dbfaeababa461e3c66564e5c6cf17)) +27. Fix "clear all marks in find dialog also removes bookmarks" issue. (Fix [#3546](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3546)) +28. Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/b933476632e79411f4a06124876b2707cd4eb6be), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/c92b3ca57897098eb642c04bde8e3e8fec3dd651), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/025236be6b52186d84ca8a24d366a4398b660cc0), [#3741](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3741), [#4004](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4004)) +29. Make context menu key work in Project Panel. (Fix [#3868](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3868)) +30. Fix check sign in Encoding menu not shown issue. (Fix [#3737](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3737)) +31. Bookmark all lines of multiline match. (Fix [#6018](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6018)) Included plugins: @@ -1278,7 +1290,7 @@ Notepad++ 7.1 enhancements and bug-fixes: 4. Enhance Smart Highlighting feature: 1. match case 2. whole word only 3. use find dialog settings for both. 5. Fix poor performance of hex XML entities. 6. Reshow CallTip text on separator character. -7. Skip Auto-Complete self-closing HTML tags (
, , ... etc). +7. Skip Auto-Complete self-closing HTML tags (\, \, \... etc). 8. Fix 2 UI issues for RTL layout. 9. Fix Folder as Workspace toolbar button inconsistent behaviour. 10. Add option to skip word completion on numbers (default: ON). @@ -1309,7 +1321,7 @@ Notepad++ 7 new features and bug-fixes: 3. Auto-updater improvement: periodical check can be disable via auto-update prompt dialog. 4. Installer enhancement: Check if Notepad++ is running and ask the user to close it before continue. 5. Enhancement: add conflict detection to Shortcut Mapper. -6. Fix auto-completion on XML comment and tag bug. +6. Fix auto-completion on XML comment \