Latest Version of Notepad++

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 7.6.3

Changes in 7.6.3:
Add Markdown language (Markdown++: https://github.com/Edditoria/markdown-plus-plus), in UDL, included only in installer.
Move plugins home from %ProgramData% to %ProgramFiles% for the sake of security.
List plugins in alphabetical order in Plugins Admin dialog.
Fix loading unexpected dll as plugin issue. (EU-FOSSA)
Fix stack overflow issue while affecting "ext" field on stylers.xml. (EU-FOSSA)
Fix stack overflow in XML Parsing. (EU-FOSSA)
Fix a remote code execution vulnerability via "Open containing folder" command. (EU-FOSSA)
Fix EXE Hijacking of gup.exe launched by Notepad++. (EU-FOSSA)
Fix crash issue due to heap overflow in clipboard history panel. (EU-FOSSA)
Remove run external exe entries for avoiding to execute eventual hijacked binaries. (EU-FOSSA)
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 7.6.4

Changes in 7.6.4:
Add Markdown in zip packages and fix Markdown not working in installer package of v7.6.3.
Switch from certificate verification to hashes verification due to "Notepad++" is rejected by certification authority:
https://notepad-plus-plus.org/news/notepad-7.6.4-released.html
Enhance User Defined Language System for supporting more than one UDL file. New behaviour:
https://notepad-plus-plus.org/community/topic/17072/new-enhancement-for-user-defined-language-system
Add "Remove Consecutive Duplicate Lines" feature to remove duplicate consecutive lines from whole document.
Add new shortcut "shift + scroll" for horizontal scrolling.
Add Stack Overflow as search engine.
Add the capacity to rename non-existing document's tab.
Fixed file open hang issue in old style mode.
Fix "Find in files" tab translation issue on initial dialog call.
Fixed macro playback junk characters display issue on Find dialog.
Ensure each recorded command is playable before playing to avoid exploit in hacking. (EURO-FOSSA)
Enhance "Search on Internet" command to avoid command hijacked. (EURO-FOSSA)
Fix buffer overrun in Print dialog. (EURO-FOSSA)
Load nppPluginList.dll as resource instead of binary for the sake of security. (EURO-FOSSA)
Check Updater's authenticity before its each launch to prevent from hijacking. (EURO-FOSSA)
Fix stack buffer overflow in WordStyle dialog. (EURO-FOSSA)
Fix stack buffer overflow issue on User Define Language dialog. (EURO-FOSSA)
Prevent eventual DLL hijacking while loading plugins. (EURO-FOSSA)
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 7.6.5

Notepad++ v7.6.5 new features and bug-fixes:

0. Security enhancement: GPG Signature is provided for Notepad++ release.
1. Fix a long waiting issue about file auto change detection: enhance "File status Auto-Detection" to avoid switching editing tab off behaviour.
2. Fix encoding (language) detection regressions since v7.6.
3. Fix a regression: double-clicking on a "find all in current document" result for an unsaved doc prompts to save it.
4. Added close all unchanged tabs command.
5. Restore deleted "Launch in browser" customized shortcuts in EU-FOSSA bounty program by implementing them in more secure way: Add "View Current File in Browser" for Firefox, Chrome, IE & Edge.
6. Retain read only setting state in session.
7. Enhancement: after file reload user can still undo.
8. Fix a bug in command "Remove Consecutive Duplicate Lines" and make it work with old Macintosh EOL.
9. Fix UDL language marker bullet position, if UDL Name exceeds 14 characters, extend UDL names to max 64 characters.
10. Enhance external call code to avoid eventual arbitrary commands execution. (EURO-FOSSA)
11. Fix crash issue by command "On Selection->Open File" while the number of selected characters is exceed 2048. (EURO-FOSSA)
12. Fix crash issue of User Define dialog while deleting a unallocated entry. (EURO-FOSSA)
13. Fix crash issue on shortcut command while its length exceed 260. (EURO-FOSSA)
14. Add an enhancement on "Open..." command to prevent from the eventual crash. (EURO-FOSSA)
15. Fix stack Buffer Overflow in Command::extractArgs. (EURO-FOSSA)

Included plugins:

1. NppExport v0.2.8 (32-bit x86 only)
2. Converter 4.2.1
3. Mime Tool 2.5

Updater (Installer only):

* WinGup (for Notepad++) v5.1
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,632
Notepad++ 7.7

Notepad++ v7.7 new feature & bug-fixes:

-Continue Microsoft binary code signing thanks to the offer from DigiCert (again).
-Upgrade Scintilla from v3.56 to v4.14.
-Fix a regression of memory issue while reloading a file.
-Fix cursor flickering problem after double clicking on URL.
-Make Python files default to using spaces instead of tabs.
-Add "Count in selection" option in Find dialog.
-Add Ctrl + R shortcut for "Reload from disk" command.
-Fix '\' display problem in CSS while using themes (Remove Batang font for CSS tags).
-Fix crash while right clicking on DocSwitcher's column bar.
-Fix all plugins being removed problem while Plugin Admin romoves an old plugin (of old system).
 

DR-10

Super VIP
Messages
3,690
Notepad++ 7.8.9 release-(2020-07-16)
Notepad++ v7.8.9 Enhancements & bug-fixes:
Fix Line operations (join lines, split lines, remove duplicate lines and sort lines) doing one too many lines issue.
Fix the regression of jump line failure via command line (-n).
Fix URL Hovered colour disappears after modifying any Clickable Link Settings regression.
Fix URL is not clickable in certain stuation while wrapped is enabled.
Fix "Save" not working in Windows dialog.
Fix Flickering cursor after double clicking a found line in find results.
Fix Found line may not be centered by double clicking in find results, if word wrap is on.
Fix wrong horizontal scroll bar position after restoring Window position.
Fix Find result window output TAB-width incoherent issue.

Included plugins:
1. NppExport v0.2.9
2. Converter 4.2.1
3. Mime Tool 2.5

Updater (Installer only):
* WinGup (for Notepad++) v5.1.1
Notepad++ v7.8.9 released
 

DR-10

Super VIP
Messages
3,690
Notepad++ 7.9 release-(2020-09-28)
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.

Included plugins:
1. NppExport v0.2.9
2. Converter 4.2.1
3. Mime Tool 2.5


Updater (Installer only):
* WinGup (for Notepad++) v5.1.1
Notepad++ v7.9 released
 
Last edited:

DR-10

Super VIP
Messages
3,690
Notepad++ 7.9.1 release-(2020-11-02)
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.1 released
 

DR-10

Super VIP
Messages
3,690
Notepad++ 7.9.2 release-(2021-01-01)
Notepad++ v7.9.2 Enhancements & bug-fixes:
1. Fix regression of auto-Indent.
2. Add custom URI schemes ability.
3. Improve URL parser: fix apostrophe in an URL issue.
4. Add context menu with "Copy link" ability.
5. Add color samples on menu items for styling features.
6. Add "-settingsDir" argument for overriding default settings path.
7. Fix crash while exit command issued by plugin.
8. Fix several bugs of PHP parser rule for function list.
9. Move "Normal Text" to top in Languages Menu.
10. Add new API NPPM_GETSETTINGSONCLOUDPATH for plugins.
11. Add an option for displaying constant line number width.
12. Fix function list is empty with new user profile in the same PC issue.
13. Fix single-quoted string being badly recognized as attribute value in XML.
14. Fix docked panels appear with "-nosession" cmd line parameters.
15. Improve text selection after Replace All In Selection operation.
16. Add the number of total documents on windows dialog's title bar.
17. Fix scroll to last line problem after main window resizing.
18. Fix Plugin admin display UTF-8 issue in its description.
19. Fix Search result's text direction (RTL) not always synchronized with main edit zone's one issue.
20. Fix dockable panels display issue in RTL direction.
21. Fix Search result line number highlighting inaccurate issue.
22. Make "Line" preceding each line number on Search Results translatable.
23. Fix menu check marks not being removed after closing "Clipboard History" and "Character Panel" panels.
24. Fix command line arguments -p, -n & -c negative value's undefined behaviour.
25. Add new Margin/Border/Edge sub-page in Preferences.
26. Fix find in files failure issue due to directory path with leading/trailing spaces.
27. Fix folder icon display issue in "Folder as Workspace" after "Expand/Collapse All".
28. Make "Clipboard History" and "Character Panel" togglable.
29. Fix Find in found results dialog launch failure after macro execution.
30. Disallow Goto dlg offset option from moving to position inside multi-byte char or between CR and LF.
31. Fix "Go to..." dialog wrong Offset value in empty files.
32. Prevent corruption possibility when using -p command line parameter in a UTF file.
33. Improve indent guidelines on non-brace control block languages.
34. Prevent names of untitled tabs from duplication.
35. Add tooltips for Folder as Workspace 3 commands.
36. Fix "SCI_NEWLINE" inside a macro not working issue.
37. Fix bug where search-results won't open 'new 1' file.
38. Fix tab close button remain pushed issue.
39. Enhance ghost typing command line argument feature - using white space directly instead of %20.
Notepad++ v7.9.2 released
 

DR-10

Super VIP
Messages
3,690
Notepad++ 7.9.3 release-(2021-02-15)
Notepad++ v7.9.3 Enhancements & bug-fixes:
1.Discontinued support for Windows XP due to technical reasons. Notepad++ 7.9.2 is the last version to run on Windows XP. (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.3 released
 

DR-10

Super VIP
Messages
3,690
Notepad++ 7.9.4 release-(2021-03-15)
Notepad++ v7.9.4 Enhancements & bug-fixes:
1. Upgrade Scintilla from v4.2.0 to v4.4.6.
2. Fix DPI scaling broken while dragging Notepad++ into the 2nd monitor regression.
3. Add "Find in Projects" feature.
4. Fix project workspace changes lost on save cancel issue.
5. Fix folder picker not being launched issue because provided directory is invalid.
6. Fix network path (UNC path) not working in file dialog.
7. Fix shortcut name more than 64 characters makes a menu entry empty name issue.
8. Fix extension appending issue in file dialog.
9. Fix file not turning to modified state (with Session Manager plugin) bug after its content being changed.
10. Add an option to mute all sounds in preferences dialog.
11. Make JSON auto-indent for brace.
Notepad++ v7.9.4 released
 

DR-10

Super VIP
Messages
3,690
Notepad++ 7.9.5 release-(2021-03-23)
Notepad++ v7.9.5 Enhancements & bug-fixes:
1. Fix Notepad++ not starting up due to SaveAsAdmin plugin (for installer package).
2. Fix UNC path with quotes handling in folder & file Open/Save dialog.
3. Fix file doesn't save as extension type on Windows 7.
Notepad++ v7.9.5 Released
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,632
Notepad++ v8.4.6 Released

New update:29.09.2022
1. Add Change History markers for document saved/unsaved/undone modification.
2.Add setting tab color ability.
3.Update to Scintilla 5.3.0 and Lexilla 5.1.9
4.Fix "Never" button not showing on Updater dialog regression.
5.Fix a printing selection regression.
6.Revamp tab context menu: make it less cluttered by adding sub-menu.
7.Fix a security vulnerability.
8.Add dark mode support to Choose Color dialog.
9.Add a page (tab) for incompatible (unloaded) plugins in Plugin Admin.
10.Add Plugin list repository link and its version in PluginAdmin dialog.
11.Fix horizontal bar showing issue while resizing document list's height.
12.Fix NPPN_DARKMODECHANGED wrong return value to plugins.

Download Notepad++ v8.4.6
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,632
Notepad++ v8.4.7 Released

  • Fix empty session issue due to forced Windows update restart.
  • Fix printing with extra background colors issue due to Change History.
  • Update to scintilla 5.3.1 and lexilla 5.2.0.
  • Updated nlohmann json to 3.11.2 and boost to 1.80.0.
  • Make large file restriction configurable.
  • Optimize open/save large files time.
  • Remember Column Editor settings through the sessions.
  • Fix plugin admin search issue.
  • Installer enhancement: prevent arm64 installer from installing on non ARM64 system.
  • Installer enhancement: remember “Don’t use_%APPDATA%” option.
  • Add new API NPPM_GETBOOKMARKID for getting bookmark ID.
  • Enhance “Go To” dialog: update line/position data dynamically.
  • Fix lines hiding issue.
  • Fix language detected from content not applied if default language is set.
  • Fix long filters get truncated in Find in Files feature.
  • Add ESC Key for aborting “Move to Recycle Bin” confirmation prompt.

Downloads/v8.4.7
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,632
Notepad++ v8.4.7 Released



Fixes and new features:​

  1. Update to Scintilla 5.3.2 and Lexilla 5.2.1.
  2. Dark mode: Add “Follow Windows dark/light mode” feature, and toolbar, tabbar and theme choices are remembered for 2 modes separately.
  3. Fix inconsistencies at OS-forced Notepad++ v8.4.8 exit.
  4. Make tab context menu customizable.
  5. Make Macro & Run menu organizable with submenu by modifying shortcuts.xml.
  6. Fix crash on Win32 Namespace prefixed file name.
  7. Fix delimiter selection crash issue.
  8. Improve performance for the “Remove Empty Lines” command.
  9. Fix theme not working in cloud mode and portable mode issue.
  10. Fix autocomplete/calltip colors not applied when changing themes.
  11. Add dark autocompletion icons for dark themes.
  12. Fix search result not applying new theme.
  13. Fix sorting failure in zero-length column mode selection.
  14. Fix Default Language not working for the 1st empty file with empty session.
  15. Enhance “Go to settings” in Style Configurator.
  16. Fix themes’ inconsistent behaviour.
  17. Fix incorrect plugin architecture reports partially.
  18. Enhance Properties file: add/improve the syntax folding/highlighting.
  19. Add vertical scroll bar on all combobox in Find Replace dialog.
  20. Function List: Add Pascal/Delphi & NppExec plugin’s scripting, enhance SQL.
  21. Autocompletion: add PowerShell, fix some entries in PHP, update for Lua.
  22. Update CPP & PowerShell keywords.
  23. Fix the tab context menu reload command’s state not synchronized.
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,632
Notepad++ v8.4.9 Released

Fixes and new features:

  • Fix saving 4GB+ files file size cutting off issue.
  • Fix v8.4.8 hanging while opening some Pascal files.
  • Add JSON5 support, only JSONC currently (with js comment supported).
  • Add configuration for panels to ignore ‘-nosession’.
  • Fix Notepad Replacement display ‘Cannot open file “ “’ regression in v8.4.8.
  • Fix Notpad++ hangs while deleting search results results.
  • Fix XML tag-matching not be case-sensitive.
  • Add support selection for “EOL to Space” commands, “TAB and Space conversion” commands & trim operations.
  • Improve Pascal/Delphi function list performance.
  • Fix exclude functions in comment zones in C++, PHP, JavaScript and Pascal.
  • Use stable sort algorithm instead of standard sort one.
  • Fix doc switcher not using alternate icon sets.
  • Enhance dark mode.
  • Fix hand cursor on URL too small display under high DPI issue.
  • Fix docking GUI regression for plugin in light mode.
  • Fix cannot undo “Block Uncomment” & “Insert Date/Time” commands in one shot.
  • Fix sub-menu folder display mess in non-western languages under Macro/Run menu.

 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,632
Notepad++v8.5 Release

New update:06.03.2023
1.Fix notepad replacement opening file name containing white space regression.
2.Fix regression about visual glitch of Find in Files progress window & Document Switcher.
3.Update to Scintilla 5.3.3 and Lexilla 5.2.2.
4.Add new explorer context menu entry "Edit with Notepad++" for WINDOWS 11.
5.Add show non-printable characters command.
6.Apply tab colors to document list items, and add groups to document list.
7.Add middle mouse click ability to close doc in Document List.
8.Add Begin/End Select in Column Mode command.
9.Add option to make auto-completion list brief.
10.Remove duplicate items in function/word list of Auto-completion.
11.Fix missing items in word autocomplete.
12.Fix autocomplete to sort case insensitive issue.
13.Fix wrong value set in Preferences->Performance->"Define Large File Size".
14.Change behaviour: make Select and Find (Next/Previous) always in normal search mode.
15.Change behaviour: make volatile Find uses least-strict option settings.
16.Change behaviour: don't populate in Find what if a stream selection more than 1024 characters.
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.

Download Notepad++ v8.5
 

DR-10

Super VIP
Messages
3,690
Notepad++ v8.5.1 Release
New update: 24.03.2023
1. Use new modern shell "Edit with Notepad++" of Windows 11 instead of hijacking "Pin to Quick access".
2. Update scintilla to 5.3.4 and lexilla to 5.2.4.
3. Add MS Transact-SQL support.
4. Add GDScript language support with autocomplete & functionlist.
5. Fix UDL empty button regression after changing localization.
6. Add ability to copy "Find what" to "Replace with" and vice versa in Find Replace dialog.
7. Fix DocSwitcher RTL problem, and use edit field instead of a small popup value dialog.
8. GUI visual enhancement: Fix whole dialog items blink when a item value changed.
9. Make tray icon context menu translatable.
 

DR-10

Super VIP
Messages
3,690
Notepad++ v8.5.2 Release
New update: 06.04.2023
1. Enhance "Edit with Notepad++" context menu and fix several issues.
2. Make Find/Replace dialog swap/copy button usage more explicit.
3. Fix unexpected caret column jump post brace match.
4. Add hits in-progress increased number to Search Progress dialog.
5. Add HTML Hexadecimal column and more items to ASCII panel.
6. Add ability to do leading spaces with Column Editor.
7. Add programming language support for Hollywood.
8. Fix dock panels visual glitch while finding in search results.
9. Fix Mark dialog's Copy Marked Text button is not macro-able issue.
10. Dark mode enhancement: make focused combobox more visible.
11. Fix find dialog flicker issue.
12. Enhance Notepad++ icon's display in system tray.
13. Fix some options in Mark dialog not remembered though the session issue.
Download Notepad++ v8.5.2
 

DR-10

Super VIP
Messages
3,690
Notepad++ v8.5.3 Release
New update:15.05.2023
1. Fix session file data loss issue.
2. Fix Explorer context menu "Edit with Notepad++" needs restarting os to appear issue under Win 8/10.
3. Fix Explorer context menu "Edit with Notepad++" not installed for multiple users issue.
4. Fix Explorer context menu "Edit with Notepad++" double entries in some applications (Winzip).
5. Make Explorer context menu "Edit with Notepad++" translatable.
6. Add the UTF8 character ability for Run & Macro menu.
7. Add hide/show ability of Control Characters (C0 & C1) and Unicode EOL.
8. Fix Change history margin in black color issue.
9. Improve "Remove consecutive duplicate lines" command performance.
10. Project Workspace "Save a Copy As" confusion issue.
11. Make "Remove consecutive duplicate lines" support more line break.
12. Fix UDL deletion issue.
13. Fix RTL not working on FindInFiles progress window.
14. Fix search results output alignment for large file searches.
15. Several GUI Enhancements.
Download Notepad++ v8.5.3
 

DR-10

Super VIP
Messages
3,690
Notepad++ v8.5.4 Release
New update:18.06.2023
1. Fix macro recording regression on Unicode character.
2. Fix regression of defective detection for file read-only attribute removal via Explorer.
3. Fix opening multi-files on multi-instance mode regression.
4. Update: Scintilla 5.3.5 Lexilla 5.2.5
5. Fix Notepad++ hanging issue running macro to EOF.
6. Fix EOL symbol color/appearence being reset issue while changing encoding.
7. Enable code folding in Assembly source files.
8. Fix document language not remembered through sessions issue.
9. Add SHA-1 hash features.
10. Add "open new blank document in addition on startup" ability.
11. Fix lexer plugin is sorted unconventionally in language menu issue.
12. Add message NPPM_DARKMODESUBCLASSANDTHEME to allow plugin to use generic dark mode.
13. Add the ability to close multiple files without saving in Document list.
14. Several GUI Enhancements.
15. Fix tabContextMenu_example.xml not being deleted while uninstallation.
16. Fix error message on uninstallation.
Download Notepad++ v8.5.4
 
Top