Notepad++

Notepad++ 8.6.2

Notepad++ v8 new features & bug-fixes:​

  1. Add Dark Mode. (Implement #9183 & #7692)
  2. ARM64 build is available. (Implement #5158)
  3. One button to build them all - build Notepad++ with Scintilla static lib and Boost RegExpr headers. (Implement #9594)
  4. Add new Fluent UI icons for toolbar. (Implement #9742)
  5. Add new feature “Distraction Free Mode” (Menu “View->Distraction Free Mode”).
  6. Add new API NPPM_ADDTOOLBARICON_FORDARKMODE for dark mode (Implement #9928).
  7. Add 1 click action (SHIFT-click) on close button to close all tabs in dockable panel (Implement #8922.
  8. Add ability of changing select text foreground color (optional). (Fix #3397 & #1314)
  9. Allow Replace to stop after replacement (optional). (Implement #4437)
  10. Fix append extension feature not working in save dialog. (Fix #9939)
  11. Add ability to reverse line order. (Implement #9837)
  12. Add ability to style only current instance of text. (Fix #9263)
  13. Fix duplicated entries in Auto-Completion pop-up window. (Fix #9711)
  14. Fix Python Function List not showing functions in some circumstance. (Fix #9844)
  15. Enhance Folder as Workspace performance while adding/removing files in bulk. (Fix #9203)
  16. Add Ada, Fortran, Fortran77 & Haskell in function lists. (Fix #9698)
  17. Improve performance of “Open all” command in Search results. (Fix #9819)
  18. Add “Copy Pathnames” command to Search results context menu. (Fix #9821)
  19. Catch regex search exceptions and show exception message. (Fix #9565)
  20. Add MarkAll Preference settings for case and word. (Fix #9751 & #5148)
  21. Fix regression: Handle “Default Directory” setting correctly in Open/Save File Dialog. (Fix #9767)
  22. Fix a special character in UTF16 file crash issue (regression). (Fix #9797)
  23. Add “Append extension” checkbox to Save As dialog. (Implement #9515)
  24. Fix Copy command in Search result is available as there’s no selection. (Fix #9757)
  25. Add padding ability in the edit zone. (Fix #2323)
  26. Make new tab name translatable. (Fix #2837)
  27. Improve character case handling in RegEx. (Fix #9636)
  28. Fix dragged out UDL file is not applied to UDL in the new instance. (Fix #3451)
  29. Add command line parameter for adding specified string to app title bar. (Implement #9539)
  30. Fix Auto-Completion ignoring case issue. (Fix #3997, #4833 & #4998)
  31. Fix “Match Whole Word” option being enabled in RegEx Search. (Fix #9766)
  32. Fix sort with column key selection that appears after tab characters. (Fix #9682)
  33. Fix “Reload Workspace” menu command not working issue. (Fix #9350)
  34. Fix view file in Edge browser failure issue if name contains spaces. (Fix #9313)
  35. Add ability to avoid accumulating multiple search results. (Fix #8777)
  36. Fix UTF-16 decoding/encoding for code points above U+FFFF. (Fix #9597, #3747 & #5754)
  37. Fix “Save As” command removing original path from recent files history issue. (Fix #9673)
  38. Fix function List button tool tips mixed up issue. (Fix #9804)
  39. Remove Microsoft Bing from Notepad++ for Search on Internet command, due to its poor reliability. (Ref)
23.03.2021

Notepad++ v7.9.5 Enhancements & bug-fixes:​

  1. Fix Notepad++ not starting up due to SaveAsAdmin plugin (for installer package). (Fix #9514)
  2. Fix UNC path with quotes handling in folder & file Open/Save dialog. (Fix #9582)
  3. Fix file doesn’t save as extension type on Windows 7. (Fix #9657)

Notepad++ v7.9.4 Enhancements & bug-fixes:​

  1. Upgrade Scintilla from v4.2.0 to v4.4.6. (Implement #9550)
  2. Fix DPI scaling broken while dragging Notepad++ into the 2nd monitor regression. (Fix #9513, #9579)
  3. Add “Find in Projects” feature. (Implement #8125)
  4. Fix project workspace changes lost on save cancel issue. (Fix #9605)
  5. Fix folder picker not being launched issue because provided directory is invalid. (Fix #9569)
  6. Fix network path (UNC path) not working in file dialog. (Fix #9527)
  7. Fix shortcut name more than 64 characters makes a menu entry empty name issue. (Fix #9556)
  8. Fix extension appending issue in file dialog. (Fix #9510)
  9. Fix file not turning to modified state (with Session Manager plugin) bug after its content being changed. (Fix #9475)
  10. Add an option to mute all sounds in preferences dialog. (Fix #7950)
  11. Make JSON auto-indent for brace. (Fix #9499)

Notepad++ v7.9.3 Enhancements & bug-fixes:​

  1. Discontinued support for Windows XP & Windows Server 2003 due to technical reasons. Notepad++ 7.9.2 is the last version to run on Windows XP & Windows Server 2003. (Ref)
  2. Upgrade Notepad++ License: update GPL version from v2 to v3. (Fix #9425)
  3. Fix the regression of copying line data from search results. (Fix #9334)
  4. Fix “Print Line Number” preference is ignored for printing regression. (Fix #9379)
  5. Fix a regression in Chinese Simplified localization. (Fix #9329)
  6. Fix dockable panels not being displayed regression due to multi-instance mode activation. (Fix #9341 & #9363)
  7. Make split-lines feature work again with multi-edge rightmost specified edge. (Fix #8262)
  8. Enhance modern style file dialog for allowing UNIX style file path. (Fix #9374)
  9. Use the modern browse folder dialog to get folder path. (Fix #8513)
  10. Improve option for setting save dialog filter to All Types. (Fix #9325)
  11. Add ability to delete entries from combo box history in Find dialog with DELETE key. (Implement #9366)
  12. Fix lost session issue on Windows reboot/shutdown. (Fix #7839)
  13. Add “save Folder as Workspace in session” option in save session dialog. (Implement #9165)
  14. Make value dialog height accurate in any DPI. (Fix #8443)
  15. Fix issue that Switch-To-Panel keyboard shortcuts cannot be used in context menu. (Fix #9435)
  16. Fix a memory leak issue. (Ref)
  17. Fix blurry display problem on an extended monitor. (Fix #8115)
  18. Fix incompatible plugin not being deleted issue. (Fix #9377)
  19. Synchronize GUP localization file (if available) with Notepad++ in installer.
  20. Enhance “No update” dialog with the download page link in the Notepad++ updater.
  21. Fix NPPM_SETLINENUMBERWIDTHMODE API not working issue. (Fix #9338)

Notepad++ v7.9.2 Enhancements & bug-fixes:​

  1. Fix regression of auto-Indent. (Fix #9113)
  2. Add custom URI schemes ability. (Fix #9155)
  3. Improve URL parser: fix apostrophe in an URL issue. (Fix #9031)
  4. Add context menu with “Copy link” ability. (Implement #2435)
  5. Add color samples on menu items for styling features. (Fix #8983)
  6. Add “-settingsDir” argument for overriding default settings path. (implement #4696)
  7. Fix crash while exit command issued by plugin. (Fix #9082)
  8. Fix several bugs of PHP parser rule for function list. (Fix #3321, #5045, #4627, #4606, #8855, #4208, #981, #2522, #1103, #4712, #3560, #5150, #4606)
  9. Move “Normal Text” to top in Languages Menu. (Implement #7746, #8277)
  10. Add new API NPPM_GETSETTINGSONCLOUDPATH for plugins. (Implement #9168)
  11. Add an option for displaying constant line number width. (Implement #5670)
  12. Fix function list is empty with new user profile in the same PC issue. (Fix #9134)
  13. Fix single-quoted string being badly recognized as attribute value in XML. (Fix #3403)
  14. Fix docked panels appear with “-nosession” cmd line parameters. (Fix #8005)
  15. Improve text selection after Replace All In Selection operation. (Fix #9270)
  16. Add the number of total documents on windows dialog’s title bar. (Implement #8338)
  17. Fix scroll to last line problem after main window resizing. (Fix #9123)
  18. Fix Plugin admin display UTF-8 issue in its description. (Fix #9266)
  19. Fix Search result’s text direction (RTL) not always synchronized with main edit zone’s one issue. (Fix #9241)
  20. Fix dockable panels display issue in RTL direction. (Fix #9241)
  21. Fix Search result line number highlighting inaccurate issue. (Fix #9224)
  22. Make “Line” preceding each line number on Search Results translatable. (Fix #9224)
  23. Fix menu check marks not being removed after closing “Clipboard History” and “Character Panel” panels. (Fix #9216)
  24. Fix command line arguments -p, -n & -c negative value’s undefined behaviour. (Fix #9146)
  25. Add new Margin/Border/Edge sub-page in Preferences. (Implement #8896)
  26. Fix find in files failure issue due to directory path with leading/trailing spaces. (Fix #9199)
  27. Fix folder icon display issue in “Folder as Workspace” after “Expand/Collapse All”. (Fix #8912)
  28. Make “Clipboard History” and “Character Panel” togglable. (Fix #9094, #9078)
  29. Fix Find in found results dialog launch failure after macro execution. (Fix #8199)
  30. Disallow Goto dlg offset option from moving to position inside multi-byte char or between CR and LF. (Fix #9101, #9125)
  31. Fix “Go to…” dialog wrong Offset value in empty files. (Fix #9145)
  32. Prevent corruption possibility when using -p command line parameter in a UTF file. (Fix #9142)
  33. Improve indent guidelines on non-brace control block languages. (Fix #9137)
  34. Prevent names of untitled tabs from duplication. (Fix #9119)
  35. Add tooltips for Folder as Workspace 3 commands. (Fix #8325)
  36. Fix “SCI_NEWLINE” inside a macro not working issue. (Fix #5571)
  37. Fix bug where search-results won’t open ‘new 1’ file. (Fix #8461, #9098)
  38. Fix tab close button remain pushed issue. (Fix #7750)
  39. Enhance ghost typing command line argument feature - using white space directly instead of %20. (Commit)

Notepad++ v7.9.1 Enhancements & bug-fixes:​

  1. Fix NUL file-corruption bug after Windows shutdown brutally (Fix #6133).
  2. Fix inaccurate URL detection by replacing a new URL parser (Fix #3912, #3353, #4643, #5029, #6155, #7791, #8634)
  3. Fix RegEx look behind operations and \A and and \b and \z (Fix #713, #1870, #2216, #2360, #9004, #4855).
  4. Split functionList.xml into multifile in “functionList” Folder (Implement #4896).
  5. Make tray icon work again in administrator mode (Fix #8528).
  6. Fix dialogs & floating dockable panels don’t minimize to system tray issue (Fix #9044, #8928).
  7. Add alternative icon set for tab bar (Implement #8068).
  8. Add ability to remove any duplicate lines in a document, keeping the first occurrence (Fix #8965).
  9. Fix incorrect icon for monitoring status in Document list panel and in Document switcher (Fix #8783).
  10. Add copy marked text & styled text to clipboard commands to menu (Implement #8943, #6095).
  11. Fix find-all-open-docs not finding all matches in ANSI files (Fix #8901).
  12. Display long lines better in Find-result panel by increasing its max length to 2048 (Fix #7723).
  13. Fix double clicking on find result line not working (Fix #9009, #8525).
  14. Fix Find-result rclick-Copy incomplete data bug (Fix #8801).
  15. Add case insensitive lines sorting (Implement #4479).
  16. Add “Open Containing Folder as Workspace” command in main menu and in context menu of tabs (Implement #3028).
  17. Enhance Sel info of status bar (Fix #8524).
  18. Add new option for save type of normal text files in Save dialog (Fix #8866).
  19. Fix file path truncated issue in save confirmation dialog (Fix #8812).
  20. Fix auto-Indent not working for PowerShell (Fix #9049).
  21. Allow setting of background color for bookmark margin (Fix #8833).
  22. Fix smart-highlighting not applying to cloned view (Fix #7910).
  23. Fix smart highlight issue related to EOF (Fix #8908).
  24. Fix closing file in 2nd view not removed from Doc Switcher (Fix #8800).
  25. Add Delete keystroke to remove selected root from Folder as Workspace (Fix #8960).
  26. Add TAB keystroke in Function List to switch between search field and list (Fix #8665).
  27. Add ESC keystroke in Function List to switch to edit window (Fix #8886).
  28. Add ESC keystroke to close Search Results Window (Implement #2946).
  29. Fix data-prefixed attributes are not recognized in HTML (Fix #6200).

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.
Zurück
Oben Unten