Notepad++ Portable Changelog

What's new in Notepad++ Portable 8.6.5

Mar 30, 2024
  • To address a performance issue of “Replace All” in previous version 8.6.4, Notepad++ no longer triggers SCN_MODIFIED and other Scintilla notifications during the “Replace All” action. Consequently, some plugins that rely on Scintilla’s notifications may malfunction after a “Replace All” operation. To rectify this regression, a new notification called NPPN_GLOBALMODIFIED has been implemented in Notepad++ v8.6.5. Plugin developers should monitor NPPN_GLOBALMODIFIED alongside SCN_MODIFIED, if SCN_MODIFIED is already monitored in the plugin. For additional information about NPPN_GLOBALMODIFIED, please refer to this link: https://community.notepad-plus-plus.org/topic/25504/new-nppn_globalmodified-notification
  • The session loss problem and the data loss due to the power outages issue are also addressed in this release.
  • There are more enhancements & bug-fixes. Get more info about this release or download v8.6.5 here:

New in Notepad++ Portable 8.6.4 (Feb 20, 2024)

  • Fix regression that the view cannot be activated by mouse clicking. (Fix regression)

New in Notepad++ Portable 8.6.3 (Feb 19, 2024)

  • Restore multi-editing option & add “Column To Multi-editing” option on GUI. (Fix #14645)
  • Make “copy/cut line while no selection” optional. (Fix #14638)
  • Fix all open files lost after restarting as Admin to save a file. (Fix #14694)
  • Fix “Replace All” crash & performance issue. (Fix #14630)
  • Fix calltip crash due to the division by zero. (Fix #14664)
  • Enhance Function List for Python to support “async def” & colons in argument list. (Fix #13908)
  • Fix Copy/Cut/Paste issue in Vertical Edge text field in preferences dialog. (Fix #13874)
  • Fix macro recording twice for some commands. (Fix #5217, #14634)
  • Fix “Open File” command not working with TAB preceded. (Fix #14543)
  • Add auto-completion keywords for PHP, JavaScript and CSS. (Fix #14635, #14705)

New in Notepad++ Portable 8.6.2 (Jan 15, 2024)

  • 3 shortcuts Shift-DEL (Cut), Ctrl-INS (Copy) and Shift-INS (Paste) are restored in the release 8.6.2 (they were removed from v8.6.1).
  • A regression is fixed in this release for the shortcut Ctrl-V not being able to paste clipboard content into the text fields of certain plugins.
  • “disableLineCopyCutDelete.xml”, which was introduced in v8.6.1, is canceled in this release v8.6.2 - this empty file is not necessary anymore because the concerning shorcuts conflict/problem has been solved in this release.

New in Notepad++ Portable 8.6.1 (Jan 6, 2024)

  • In the previous version v8.6, we introduced the “column mode to multi-editing” to enhance the user experience for Notepad++ users. However, it’s impossible to make every user happy with any new feature of the software, so an option is added to disable the “column mode to multi-editing”. Also another option is added in v8.6.1 to disable the shortcuts for copying/cutting/deleting an entire line when there’s no selection. This release includes numerous bug fixes and new features.

New in Notepad++ Portable 8.6 (Nov 23, 2023)

  • Multi-edit is the main feature of this version.

New in Notepad++ Portable 8.5.8 (Oct 17, 2023)

  • Fix “Clear Read-Only Flag” command not working immediately regression. (Fix #14138)
  • Fix saving files losing Alternate Data Stream issue. (Fix #1498, #8451, #8013)
  • Fix data loss issue due to no room on disk for saving. (Fix #5664, #14089)
  • Add Win10/Win11 Restart-application feature. (Fix #9722, #11721, #11934)
  • Fix user created session being modified behaviour on exit. (Implement part 1, part 2, part 3)
  • Improve document list display performance. (Fix #13479, #12632)
  • Update Scintilla to v5.3.7 & Lexilla to v5.2.7. (Fix #13991, #14062)
  • fix unwanted Afrikaans installer language issue. (Fix #3844, #7574)
  • Fix a crash issue while reading settings from cloud. (Fix #14131)
  • Fix security issue CVE-2022-31901. (Fix #13520)
  • Enhance non-saved search text’s persistence in Find dialog combobox while pressing arrow key. (Fix #14174)
  • Make auto-checking of Find InSelection configurable (resizable & can be disabled). (Fix #14108, #13677, #12639)
  • Perl enhancement: Update Stylers & the keywords for Perl v5.38. (Fix #14192)
  • Fix “Single Line Uncomment” uncommenting an extra line issue. (Fix #12829)
  • Fix “Next Bookmark” command not resetting current column issue. (Fix #14137)
  • Allow menu command Window->Windows to be assigned a shortcut. (Fix #14179)
  • Fix wrong categories in Shortcuts Mapper. (Fix #13285)

New in Notepad++ Portable 8.5.7 (Sep 8, 2023)

  • Notepad++ v8.5.7 bug-fixes and new features:
  • Fix 4 security issues CVE-2023-40031, CVE-2023-40036, CVE-2023-40164 & CVE-2023-40166. (Fix #14073)
  • Security enhancement: Sign uninstall.exe. (Fix #14099)
  • Change the slogan in installer. (Fix #14052)
  • Fix eventual memory leak while reading Utf8-16 files. (Fix #4120, #5806, #4443)
  • Fix dragging tab performance issue while Document List is displayed. (Fix #13479, #12632)
  • Add supperss 2GB file warning option for x64. (Fix #14055)
  • Fix cloned document disassociated issue after Notepad++ being relaunched. (Fix #10266)
  • Fix session file saving problem if it’s read-only. (Fix #14024, #13894, #13859)
  • Fix activating wrong file(s) issue after loading session file. (Fix #14006)
  • Fix product version value displayed in file’s properties. (Fix #14010, #11886, #11431)

New in Notepad++ Portable 8.5.6 (Aug 15, 2023)

  • This version fixes a regression of plugins crash in v8.5.5 due to CET enhancement.

New in Notepad++ Portable 8.5.5 (Aug 9, 2023)

  • Update to Scintilla 5.3.6 and Lexilla 5.2.6
  • Add change history navigation commands: Go to next/prev change & Clear change history.
  • Fix Change History incorrect display after “Reload from Disk” command.
  • Remember through sessions the directory of “Remember last used directory”.
  • Fix regression of double clicking on find result not going to the document.
  • Fix regression of opening file rejection if file name contains dot at the end.
  • Fix error message of opening file with ‘=’ as end of file name.
  • Fix menu Tools contains 2 SHA-256 item while using localization.
  • Fix SHA-1 hash result wrong length bug while “Treat each line as a separate string” enabled.
  • Add SHA-512 hash features
  • Fix normal.xml for Normal text auto-completion not working issue.
  • Fix Korean IME append file extension issue in save dialog.
  • Make find/replace in files result more accurate while used RegExpr is invalid.
  • Fix Project panel’s inaccurate initialized path in save dialog.
  • Fix wrong syntax highlighting of URLs with quotes in JSON.
  • Fix Clipboard History panel shows corrupted data issue.
  • Improve lines sorting memory consumption.
  • Enhance “Add new document at startup”: add new document only when the session is remembered.
  • Enhance “Convert case to Proper Case” command: fix the error conversion after quote.

New in Notepad++ Portable 8.5.4 (Jun 18, 2023)

  • Fix macro recording regression on Unicode character.
  • Fix regression of defective detection for file read-only attribute removal via Explorer.
  • Fix opening multi-files on multi-instance mode regression.
  • Update: Scintilla 5.3.5 Lexilla 5.2.5.
  • Fix Notepad++ hanging issue running macro to EOF.
  • Fix EOL symbol color/appearence being reset issue while changing encoding.
  • Enable code folding in Assembly source files.
  • Fix document language not remembered through sessions issue.
  • Add SHA-1 hash features.
  • Add “open new blank document in addition on startup” ability.
  • Fix lexer plugin is sorted unconventionally in language menu issue
  • Add message NPPM_DARKMODESUBCLASSANDTHEME to allow plugin to use generic dark mode.
  • Add the ability to close multiple files without saving in Document list.
  • Several GUI Enhancements.
  • Fix error message on uninstallation.
  • Fix tabContextMenu_example.xml not being deleted while uninstallation.

New in Notepad++ Portable 8.5.3 (May 15, 2023)

  • Fix a critical issue of session file data loss.
  • Fix bugs & enhance Explorer context menu “Edit with Notepad++”.
  • Also a lot of GUI enhancements are added in 8.5.3 release.

New in Notepad++ Portable 8.5.2 (Apr 6, 2023)

  • A lot of GUI enhancements are added in 8.5.2 release.

New in Notepad++ Portable 8.5.1 (Mar 24, 2023)

  • Use new modern shell “Edit with Notepad++” of Windows 11 instead of hijacking “Pin to Quick access”.(Fix #13320, implement #13330)
  • Update scintilla to 5.3.4 and lexilla to 5.2.4. (Implement #13338)
  • Add MS Transact-SQL support. (Fix #5940, #7988, #11718, #12610, #13160)
  • Add GDScript language support with autocomplete & functionlist. (Fix #13329)
  • Fix UDL empty button regression after changing localization. (Fix #13228)
  • Add ability to copy “Find what” to “Replace with” and vice versa in Find Replace dialog. (Fix #12122)
  • Fix DocSwitcher RTL problem, and use edit field instead of a small popup value dialog. (Fix #13244, #13248)
  • GUI visual enhancement: Fix whole dialog items blink when a item value changed. (Fix #13230)
  • Make tray icon context menu translatable. (Fix #11628)

New in Notepad++ Portable 8.5 (Mar 6, 2023)

  • Notepad++ v8.5 bug-fixes and new features:
  • Fix notepad replacement opening file name containing white space regression. (Fix #13032)
  • Fix regression about visual glitch of Find in Files progress window & Document Switcher.(Fix #13185, #13053)
  • Update to Scintilla 5.3.3 and Lexilla 5.2.2. (Implement #13082)
  • Add new explorer context menu entry “Edit with Notepad++” for WINDOWS 11. (Fix #10320, #10565, #4368, #8786, #10640, #10856, #10653, #7747, #6169, #92)
  • Add show non-printable characters command. (Fix #827, #4731, #8284)
  • Apply tab colors to document list items, and add groups to document list. (Fix #12155, #12689, #13026)
  • Add middle mouse click ability to close doc in Document List. (Fix #12949)
  • Add Begin/End Select in Column Mode command. (Fix #12833, #12832)
  • Add option to make auto-completion list brief. (Fix #12783)
  • Remove duplicate items in function/word list of Auto-completion. (Fix #13061)
  • Fix missing items in word autocomplete. (Fix #13060)
  • Fix autocomplete to sort case insensitive issue. (Fix #12495)
  • Change behaviour: make Select and Find (Next/Previous) always in normal search mode. (Fix #3229)
  • Change behaviour: make volatile Find uses least-strict option settings. (Fix #13145)
  • Change behaviour: Don’t populate in Find what if a stream selection more than 1024 characters. (Fix #12603)
  • Fix wrong value set in Preferences->Performance->“Define Large File Size”.(Fix #13280)
  • Fix untitled document number jumping or repeated problem. (Fix #8677, #11704, #13194)
  • Fix dock-able panels not restoring for mono instances when Notepad++ is in the tray. (Fix #9454)
  • Fix panels not restored from systemtray with “Edit with Notepad++” in admin mode. (Fix #13041)
  • Fix hit text in search results not being scrolled in the view issue. (Fix #13129)
  • Add new notification NPPN_EXTERNALLEXERBUFFER for lexer plugin with buffer ID when a new lexer is applied to the buffer in question. (Fix #12351)
  • Fix Synch H/V Scrolling commands not sync with 2 views. (Fix #5250, #13071)
  • Add several GUI enhancement. (Fix #11695, #13176, #13187, #13162)
  • Make several GUI items translatable. (Fix #13175, #8020, #8858, #13088, #8927, #10876, #9343, #8004)

New in Notepad++ Portable 8.4.9 (Jan 31, 2023)

  • Anyway, in v8.4.9 release, a critical issue of 4GB+ file saving problem has been fixed, and there are more bug fixes and new added enhancements.

New in Notepad++ Portable 8.4.8 (Dec 25, 2022)

  • Update to Scintilla 5.3.2 and Lexilla 5.2.1. (implement #12624)
  • Dark mode: Add “Follow Windows dark/light mode” feature, and toolbar, tabbar and theme choices are remembered for 2 modes separately. (Fix #9183, #9992, #10153, #10239, #10544, #11867, #10644)
  • Fix inconsistencies at OS-forced Notepad++ v8.4.8 exit. (Fix #12541)
  • Make tab context menu customizable. (Fix #12170)
  • Make Macro & Run menu organizable with submenu by modifying shortcuts.xml. (Fix #5349, implement #12617)
  • Fix crash on Win32 Namespace prefixed file name. (Fix #12453)
  • Fix delimiter selection crash issue. (Fix #12384)
  • Improve performance for the “Remove Empty Lines” command. (Fix #12462, implement #12544)
  • Fix theme not working in cloud mode and portable mode issue. (Fix #6092, #10801, #12296)
  • Fix autocomplete/calltip colors not applied when changing themes. (Fix #12514)
  • Add dark autocompletion icons for dark themes. (Fix #12549)
  • Fix search result not applying new theme. (Fix #12588)
  • Fix sorting failure in zero-length column mode selection. (Fix #12299)
  • Fix Default Language not working for the 1st empty file with empty session. (Fix #12586)
  • Enhance “Go to settings” in Style Configurator. (Implement #12650, #12634)
  • Fix themes’ inconsistent behaviour. (Fix #12642, #12508)
  • Fix incorrect plugin architecture reports partially. (Fix partially #12565)
  • Enhance Properties file: add/improve the syntax folding/highlighting. (Implementation)
  • Add vertical scroll bar on all combobox in Find Replace dialog. (Fix #12459)
  • Function List: Add Pascal/Delphi & NppExec plugin’s scripting, enhance SQL. (Fix #3664, #12517, implemnt #12625)
  • Autocompletion: add PowerShell, fix some entries in PHP, update for Lua. (Fix #12492, implement #12641, #12657)
  • Update CPP & PowerShell keywords. (Fix #11936, #5004)
  • Fix the tab context menu reload command’s state not synchronized. (Fix #12579)

New in Notepad++ Portable 8.4.7 (Nov 8, 2022)

  • 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.

New in Notepad++ Portable 8.4.6 (Sep 29, 2022)

  • Add Change History markers for document saved/unsaved/undone modification.
  • Add setting tab color ability.
  • Make tab context menu less cluttered by adding sub-menu.

New in Notepad++ Portable 8.4.5 (Sep 7, 2022)

  • Add reduce mode in Find/Replace dialog. (Implement #11780)
  • Update to Scintilla 5.2.4 and Lexilla 5.1.8. (Implement #12022)
  • Enhance very long line’s performance. (Fix #11942)
  • Fix crash on Wine. (Fix #11941)
  • Fix Notepad++ crash due to calling NPPM_GETLANGUAGENAME with -1 (WPARAM). (Fix #12009)
  • Improve performance for “Find in Files” and "“Find all in…”. (Fix #11878)
  • Add option to turn off selecting text when Field dialog is invoked. (Implement #11988)
  • Fix drag n drop documents crash between 2 instances. (Fix #11976)
  • Fix erasing part of content make hanging issue. (Fix #10193)
  • Add an option for hiding the + ? ? from the menu bar. (Implement #11945)
  • Add cycling function hints ability by ALT-UP/DOWN shortcuts. (Implement #11950)
  • Add carret block after option. (Implement #11944)
  • Fix detected language not being applied if Default languge is set in Document settings. (Fix #11504)
  • Fix dark mode visual glichy in explorer panel under Windows 8.1. (Fix #11898)

New in Notepad++ Portable 8.4.4 (Jul 16, 2022)

  • Integrity & Authenticity validation:
  • GPG Notepad++ Public key: Use it for the verification of GPG Signature.
  • SHA-256 digests of binary packages for checking the integrity of your Notepad++ download. GPG Signature
  • Notepad++ v8.4.4 crash/regression-fixes & new enhancement:
  • Fix Find in Files crash & syntax highlighting regression. (Fix #11910, #11883 & #11920)
  • Add shortcuts toward the settings of preferences dialog into Styler Configurator. (Implement #11890)

New in Notepad++ Portable 8.4.3 (Jul 8, 2022)

  • Notepad++ v8.4.3 crash/regression-fixes, bug-fixes & new enhancement:
  • Add an option which allows to show only 1 entry per found line in search result. (Fix #2481, #1499, #5547, #2987, #4525, #3224)
  • Make EOL (CRLF) display customizable (via Editing section of Preferences dialog). (Fix #11413)
  • Add 2 more shortcuts “plus” (new file) and “arrow” (drop down list of opened files) buttons on menu bar. (Fix #11229)
  • Update Lexilla to 5.1.7 & Scintilla to 5.2.3 and use new API for large files. (Implement #11734)
  • Fix Find in files performance regression since updating Scintilla 5. (Fix #11814)
  • Add dark mode support for plugins - support dark mode for plugins with docking GUI. (Fix #11710, implement #11767)
  • Fix a crash issue due to opening an empty .NFO file. (Fix #11820)
  • Fix language fonts regression in Style Configurator (make font definition possible again). (Fix #11786)
  • Add NPPM_CREATELEXER message for plugins to instantiate lexers. (Fix #11789)
  • Enhance dark mode (edge colors). (Fix #11207, #11376)
  • Fix “CMD Here” command open Explorer issue. (Fix #11818)
  • Fix crash issue of “Style Configurator…” command if “stylers.xml” is absent. (Fix #11812)
  • Fix Selected text changes color issue when editor window loses focus. (Fix #11743)
  • Skip save all warning dialog if only current editing file is dirty. (Fix #10995)
  • Fix a small regression in DebugInfo dialog. (Fix #11752)

New in Notepad++ Portable 8.4.2 (Jun 3, 2022)

  • In version 8.4.2, Notepad++ allows users to customize the toolbar icons (ie. overriding the default toolbar icons by using the set of icons provided by user).
  • So for people who stick on the old big legacy icons, here is the solution:
  • Download the nppLegacyIconSet.zip and unzip it into %APPDATA%Notepad++ folder if you installed Notepad++ with the installer (or if you used the zipped package, unzip the content into the Notepad++ installation folder).
  • Relaunch Notepad++ then you will see the old legacy icons appear.
  • To disable customizing toolbar icons feature, just rename “toolbarIcons.xml” to “toolbarIcons.xml.OFF” (or whatever you want), and relaunch Notepad++.
  • Just replace the old legacy icons by you icons, if you want to build your own icon set.
  • There are also 2 crash-fixes, some bug-fixes and a lot of enhancement are done in this release, please check the following link for the detail information or download 8.4.2.

New in Notepad++ Portable 8.4.1 (May 11, 2022)

  • Fix HTML syntax highlighting in PHP files regression. (Fix #11585, #11602)
  • Fix “Reload from disk” loosing syntax highlighting regression. (Fix #11606)
  • Fix unfocused selected text background color changed regression. (Fix #11595)
  • Update Scintilla from 5.2.1 to 5.2.2 and Lexilla from 5.1.5 to 5.1.6. (Implement #11537)
  • Fix multi-part keyword in prefix mode freezes Notepad++ in UDL. (Fix #11434)
  • Add several dark mode enhancement. (Fix #11574, #11622, #10054, #11546, #11544)
  • Add DarkMode usage detection support for plugins. (Implement #11546)
  • Add “Framed current line” option beside of “Highlight current line background”. (Implement #11501)
  • Add file monitoring command line argument [-monitor]. (Implement #10562)
  • File Dialog enhancement. (Fix #11630, #11517)
  • Add a new format argument/option “ADD_ZERO_PADDING” to NPPM_GETNPPVERSION. (Implement #11535)
  • Restore auto-completion & calltip default fg/bg colors when no theme is applied. (Fix #11637)
  • Sort “Search result” to the bottom in language list of Style Configurator. (Fix #11337)

New in Notepad++ Portable 8.4 (Apr 26, 2022)

  • Notepad++ v8.4 new features, enhancement and bug-fixes:
  • Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5. (Fix #10504)
  • Enhance dark mode support (Shortcut Mapper, autocompletion, calltip, Column Editor and Style configurator, Preferences dialog, etc…) (Fix #11530, #11522, #11407, #11514, #11506, #11497)
  • Fix lossing characters issue after case-conversion (UPPER/lower). (Fix #11463)
  • Fix “Sort Lines as Integer” not considering negative number issue. (Fix #11023, #2025)
  • Sort languages alphabetically automatically in Style Configurator. (Fix #11337)
  • Fix flashing box (autocompletion empty list) appears while typing issue. (Fix #9433)
  • Scrolling Document List automatically to make the selected tab item visible. (Fix #11204)
  • Make Find in Files search result line number aligned. (Fix #11119)
  • Add default A-Z sorting ability in Function list. (Fix #11446)
  • Add virtual space ability. (Fix #11443, #11444)
  • Fix document being wronly marked as saved bug after converting its encoding. (Fix #11436)
  • Fix Document list not sync with tab order after sorting. (Fix #11272)
  • Fix file saving critical bug under Symantec encryption desktop. (Fix #11339)
  • Fix cropped text in Shortcut mapper’s status area issue. (Fix #10358)
  • Enhance installer: Remember the chosen language in the previous installation. (Implement #10582)
  • Improve Find/Replace Dialog layout. (Fix #11318)
  • Update NSIS & Inno Setup keyword lists.

New in Notepad++ Portable 8.3.3 (Mar 15, 2022)

  • In this release, Notepad++ goes on standing in solidarity with Ukraine, the Ukrainian population and all Russians who do not support this war.
  • The donation to Notepad++ keeps being redirected to NGO for helping Ukraine.
  • 2 important contributors of Notepad++ stay in Ukraine. I hope they are fine.

New in Notepad++ Portable 8.3.2 (Feb 27, 2022)

  • Fix incorrect message while double clicking on search result regression. (Fix #11215, #11106)
  • Fix regression: file can’t be saved if it’s set to other charset before. (Fix #11238)
  • Fix UDL comment config input fields broken regression. (Fix #11239)
  • Fix UDL dialog crash issue on over 30 created UDL. (Fix #11257)
  • Add sorting document tab order commands by name, path, type and size under “Window” Menu. (Fix #10393)
  • Add API NPPM_GETCURRENTLINESTR and variable $(CURRENT_LINESTR) for RunDlg. (Fix #11216)
  • Support better 2GB+ file (cmdline & session file adaptation). (Fix #11213)
  • Fix auto-completion sort order problem due to fx icon. (Fix #11233)
  • Refine auto-saving session on exit behaviour. (Fix #11249)
  • Enhance performance on exit with certain settings. (Fix #11219)
  • Fix auto-complete case insensitive not working issue. (Fix #11187)
  • Fix saving problem (regression) with “Sysnative” alias in x86 binary. (Fix #11196)

New in Notepad++ Portable 8.3.1 (Feb 15, 2022)

  • Fix XML tag adding or mark deletion crash issue. (Fix #11128)
  • Fix wrong cursor position on opened file & cmdline ‘-n’ param not working regression. (Fix #11131)
  • Revert “Enable backup on save (simple) feature by default”.
  • Restore auto-completion insert selection default behaviour (now with both ENTER & TAB as expected). (Fix #11178)
  • Fix Path Completion not working regression. (Fix #11147)
  • Fix target directory parameter (/D=) ignored by x64 installer regression. (Fix #11072)
  • Add icons on function items of auto-completion to distinguish from word items. (Implement #11087)
  • Fix file dialog “Append extension” checkbox not working on empty folder. (Fix #10436)
  • Fix link part of Dark Mode Customized tone not persistent issue. (Fix #11095)
  • Fix NPPM_RELOADFILE not working with converted 8.3 DOS file name (from long file name) bug. (Fix #11106)

New in Notepad++ Portable 8.3 (Feb 4, 2022)

  • Remove 2GB file open restriction for x64 binary.
  • Improve large files (200MB) loading speed and editing/browsing performance.
  • Fix Find in Files crash issue.

New in Notepad++ Portable 8.3 (Feb 4, 2022)

  • This release focuses on the management of large files: not only 2GB files size restriction has been removed from Notepad++ 64-bit binary, but also the loading and editing of large files (200MB) performance have been improved for both 32-bit and 64-bit binaries considerably. However, this change causes the compability issue with a lot of plugins, which will bring the instability, even crash on Notepad++ x64 binary. It’s simple and easy to fix these incompabilities: plugins authors have to recompile their x64 binaries with the new modified C++ header file. Sorry for the instability to the users and inconvenience to the plugin authors. Notepad++ will be rerleased more frequently with updated plugin list to ensure its usability.

New in Notepad++ Portable 8.2.1 (Jan 24, 2022)

  • A regression of “loaded session being empty on exit” has been fixed. Find/Replace swap button is added in this release. An option for inserting auto-completion selection (with TAB or ENTER key) is also added in this version, to fix hitting twice ENTER to go to next line issue. More bug-fixes and enhancement are done in this release.

New in Notepad++ Portable 8.2 (Jan 1, 2022)

  • Add exclude folder(s) capacity in Find in Files (mouse hover on “Filters” label for getting the example on tool-tip). (Fix #2433, #8350)
  • Fix UTF-8 detected wrongly as TIS-620 encoding issue. (Fix #10916, #940, #8755, #3588, #3188, #4932, #3172, #10492)
  • Add auto save loaded session on exit feature (while “Open session in a new instance” is set in Multi-instance settings). (Fix #1646, #3241, #3574, #4228)
  • A comprehensive fix for dockable panels losing background color when switching back Notepad++. (Fix #2202, #2937, #5980, #8980, #9905, #10091)
  • Fix memory leak while toggling between Dark/Lite Mode. (Fix #10957)
  • Fix caret left-right inverse moving in RTL mode issue. (Fix #8553, #7678, #9730)
  • Fix Document List icons unchanged issue after switching to dark mode or changing to alternative icons. (Fix #10740)
  • Fix incorrect folding behaviour in C, C++, Java, JavaScript, TypeScript and Objective-C. (Fix #4560)
  • Update boost regexp from v1.76 to v1.78. (Implement #10912)
  • “Rename tab” name field enlargement (from 20 to 63 char!). (Fix #10961, #9849)
  • Apply “crontab” file to the syntax highlighting of bash. (Fix #3377)

New in Notepad++ Portable 8.1.9.3 (Dec 9, 2021)

  • 2 regressions of file modified outside detection and saving file / false alert issues on network drive have been fixed in this release.
  • An old bug of dockable panels losing background color while switching back Notepad++ issue has been also fixed in this version.
  • Some users have still experienced the NUL file content corruption & the session lost issues under v8.1.9.2 - it seems these 2 critical bugs have not been fixed.
  • In order to understand how to fix these issues, once Microsoft Update triggers to shutdown and restart Windows (and only in this case), a very small amount logs (about 9 lines usually) will be written in a file named nppLogNulContentCorruptionIssue.log in %APPDATA%Notepad++ directory, or in Notepad++ installed folder for the portable packages. In this way, if file corruption due to MS Update happens to any user, log files can be provided to dev for the analysis.
  • Keep in mind that there won’t be any log written, except when Windows is about to restart and Notepad++ is still opened. However, you can always remove nppLogNulContentCorruptionIssue.xml from the Notepad++ installed folder if you don’t want any log.

New in Notepad++ Portable 8.1.9.2 (Nov 21, 2021)

  • Fix failure of erasing & saving server logs (of network drive) regression.
  • Fix dark mode not working on Windows 10 2H22.

New in Notepad++ Portable 8.1.9.1 (Nov 14, 2021)

  • Fix a regression of saving problem.
  • Fix a regression of reloading false alarm from the network drive.

New in Notepad++ Portable 8.1.9 (Oct 22, 2021)

  • Notepad++ v8.1.9 bug-fixes:
  • Fix empty file with non-Unicode encoding cannot be saved issue. (Fix #10699)
  • Fix language list in Style Configurator not being reloaded issue. (Fix #9512)

New in Notepad++ Portable 8.1.8 (Oct 19, 2021)

  • Fix config files (XML) saving performance regression. (Fix #10678, #10674)
  • Workaround Microsoft dark mode API bug of Windows 11. (Fix #10510)

New in Notepad++ Portable 8.1.7 (Oct 15, 2021)

  • Fix empty file not being saved regression.
  • Fix white flash in dark mode on CMD launch with position parameters.
  • Enhance dark themes for some programming languages (JSON, Python & Makefile).
  • Fix “Run macro until the end of file” command skipping the last line issue.
  • Fix tooltip layout and position in RTL mode.
  • Fix docking problem for dockable panel in RTL mode.

New in Notepad++ Portable 8.1.6 (Oct 13, 2021)

  • Notepad++ v8.1.6 bug-fixes:
  • Fix NUL file-corruption issue after system shutting down brutally. (Fix #6133)
  • Fix session lost issue after MS update restarting Windows. (Fix #10402)
  • Make Markdown UDL work in every dark theme. (Fix #10593)
  • Fix file can be marked as saved even it’s been deleted outside. (Fix #10401)
  • Fix status bar text display glitchy in dark mode. (Fix #10564)
  • Fix white flash on Notepad++ startup in dark mode issue. (Fix #10601)
  • Fix docked window sizing direction problem in RTL mode. (Fix #10536)
  • Fix floating panel movement issue in RTL mode. (Fix #10579)
  • Fix Print GUI bug in Preferences dialog. (Fix #10552)

New in Notepad++ Portable 8.1.5 (Sep 27, 2021)

  • Make Insert date time customizable. (Fix #10467)
  • Make date time order reversible for short & long format. (Fix #10445)
  • Add Insert Date/Time commands shortcut & macro capacities. (Fix #10567)
  • Fix regression: no error message when locked file could not be saved - Show file locked warning now. (Fix #9994)
  • Make “Confirm Save All” dialog more clear: use “Always Yes” button instead of “Cancel”. (Fix #10339)
  • Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in dark mode. (Fix #10502, #10425, commit)
  • Fix inconsistency of Document List context menu. (Fix #10463)
  • Enable/disable ext column via Document list context menu directly. (Fix #10468)
  • Add path column in Document list panel. (Fix #9679)
  • Allow custom color for Document Map. (Fix #10052)
  • Fix docked/float panels in RTL layout issue. (Fix #10488)
  • Fix CSS pseudo-elements not recognized issue. Update CSS keywords and add new styles. (Fix #10425)
  • Fix issue that current directory not been applied after changing current directory option in preferences. (Fix #10396)
  • Sort Default language combobox of “New Document” section in Preferences. (Fix #10513)

New in Notepad++ Portable 8.1.4 (Aug 25, 2021)

  • Notepad++ v8.1.4 release important fixes and enhancement:
  • Fix regression of find/replace and file open performance issue.
  • Make dark mode compatible with Windows 11.
  • Make current existing plugins’ toolbar icons display in both light and dark mode.
  • Support TypeScript language (syntax highlighting, auto-completion & function list).
  • Add Insert Date Time commands for both short & long format.

New in Notepad++ Portable 8.1.3 (Aug 13, 2021)

  • Here are the change log of this release:
  • Dark mode enhancement: 95.427% of dialogs in Notepad++ are dark-modable. (Implement #10061, #10287, #10285, #10283, #10275, #10273, #10269, #10049, #10196, #10066, #10264, #10242, #10255, #10253, #10210, #10251, #10249, #10247, #10245, #10236, #10233, #10178, #10069, #10205, #10027, #10221, #10230, #10226)
  • Improve GUI display under high DPI.
  • Add Markdown UDL of dark mode in release packages. (Fix #10196)
  • Fix crash issue when several instances of the save dialogs are shown. (Fix #10290)
  • Fix save dialog not working on Windows Vista. (Fix #10238)
  • Add the capacity to switch among Find/Replace/FiF/Mark via their shortcuts. (Implement #10019)
  • Make Document List Panel togglable via View menu and shortcutable in shortcut mapper. (Implement #3526, #9015)
  • Fix Function list current empty lost issue while Sort/Unsort/Save/Reload. (Fix #8819, #10280, #10294)
  • Fix Functions list scrolling to the top on file save issue. (Fix #9659)
  • Fix wrong path in tooltip of tab in RTL mode. (Fix #8520)
  • Fix the file drag and drop bug in RTL mode. (Fix #8730)
  • Add filter capacity in Shortcut mapper by shortcut key combination (Implement #5616, #9316)
  • Add copy file names capacity from Windows dialog. (Implement #10123)
  • Fix shortcut conflict detection error in Shortcut mapper while filtering. (Fix #5374)
  • Increase macro, user command and plugin command number capacity. (Fix #10263)

New in Notepad++ Portable 8.1.2 (Jul 19, 2021)

  • Make dark mode restartless. (Fix #10121)
  • Activate dark mode in Windows 11. (Fix #10136)
  • Make Notepad++ dark mode colors customizable: add 6 more color tone choices. (Implement #10128)
  • Add customizing dynamically dark mode colors capacity (Implement #10145)
  • Add command line flag -udl=“UDL name” to open a file by applying an existent UDL via its name. (Implement #10102)
  • Use always current file directory in File Rename dialog. (Fix #10095)
  • Fix “Remember last used directory” unexpected behaviour. (Fix #10115)
  • Fix corrupted encoding text on status bar if shortcut assigned to encode command. (Fix #10146)
  • Add a Save all confirm dialog. (Fix #2124, #9931)
  • Improve JavaScript auto-completion.

New in Notepad++ Portable 8.1.1 (Jul 4, 2021)

  • Fix edit zone not being applied to dark mode issue on another user account in the same machine (Fix #10076).
  • Enhance dark mode (make user interface more dark-modable).

New in Notepad++ Portable 8.1 (Jun 17, 2021)

  • Fix regression of auto-completion performance issue (Fix #9975)
  • Fix Open dialog with “Save” label for “Open” button (Fix #9966)
  • Fix Notepad++ crash on dark mode while starting up (Fix #9961)
  • Improve look & feel in dark mode (Fix #9982)
  • Adapt Tooltips in dark mode (Fix #9962)
  • Remove white line under menubar in dark mode (Fix #9984)
  • Make multiline and vertical tabs work in dark mode (Implement #10017)

New in Notepad++ Portable 8.0 (Jun 7, 2021)

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

New in Notepad++ Portable 7.9.5 (Mar 23, 2021)

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

New in Notepad++ Portable 7.9.4 (Mar 15, 2021)

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

New in Notepad++ Portable 7.9.3 (Feb 15, 2021)

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

New in Notepad++ Portable 7.9.2 (Jan 1, 2021)

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

New in Notepad++ Portable 7.9.1 (Nov 2, 2020)

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

New in Notepad++ Portable 7.9 (Sep 27, 2020)

  • Add the ability to open the target file of a Shortcut (*.lnk).
  • Enhance side panels behaviour: close a single panel instead of the entire stack.
  • Fix Monitoring & document auto-update not scrolling to the end of the file with Word wrap enabled issue.
  • Fix mouse cursor flicker while hovering URLs.
  • Add back hovered blue underlined URLs.
  • Enhance C++, Perl, Python parsers and add VHDL in Function List.
  • Improve some ambiguous commands naming in Shortcut Mapper.
  • Add an option to prevent right click from canceling selection.
  • Add ability to sort lines randomly.
  • Fix “Close All BUT this” looses current document data issue.
  • Allow user to start making a stream selection and then change to column block (by pressing ALT key).
  • Add word wrap option to find results context menu.
  • Add keyboard navigation ability to Column Editor.
  • Add keyboard shortcut ability to Projects, Folder as Workspace and Function List for switching among these panels.
  • Enable project panels toggle from menu.
  • Enhance Folder as Workspace to restore latest selected item of last session on Notepad++ startup.
  • Fix inaccurate line margin update with word wrap enabled.
  • Fix Find previous/next commands not scroll vertically to show match result issue (with word wrap disabled).
  • Fix column key sort with col block starting in col1 bug.
  • Add confirmation preference for Replace All in All Opened Documents operation.
  • Add Escape keypress in functionlist searchbox to clear its text.
  • Add RTL capability to localized messageboxes.
  • Make (Find) dlgAlwaysVisible a true Preference setting.
  • Fix sorting by column key using incorrect key values.
  • Add search scope to Find window status bar output.
  • Fix false hit result in Find in Finder.
  • Prevent redundant line data copy in Finder.

New in Notepad++ Portable 7.8.9 (Jul 16, 2020)

  • 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.

New in Notepad++ Portable 7.8.8 (Jul 16, 2020)

  • An old regression (since v7.7) of find accented characters in “find in files” operation is fixed in this version.
  • Scintilla’s DirectWrite technology which could improve rendering special Unicode characters is available in this release.

New in Notepad++ Portable 7.8.7 (Jun 9, 2020)

  • Fix new style save dialog by selecting right file filter and adding extension automatically.
  • Add right-click context menu to bookmark margin.
  • Add sub-menu bullets for cascaded Encoding and Language menus.
  • Display file name as root of workspace instead of “Workspace”.
  • Add file extension automatically for session files and workspace files while saving in new style dialog.
  • Fix file reading failure (network problem) not detected issue.
  • Improve Document Map precision.
  • Fix clickable links break syntax highlighting issue.
  • Fix current range detached from Document Map issue.
  • Disallow backward regex searches due to sometimes surprising results (an non-UI option is available to enable it).
  • Fix wrong project panel at start by opening a project via command line.
  • Allow user to skip *.* when adding only excluding Filters for Find/Replace In Files.
  • Fix Doc switcher icon state update issue for cloned documents.
  • Assign CTRL-M as default shortcut for invoking mark dialog.
  • Fix also a folding visual glitch in Find result.
  • Add count of files searched to ‘Find result’ output.
  • Fix Find/Replace history lost issue.
  • Fix bug of Mark clearing in selection mode.
  • Fix auto-completion suggest the same word while the word being modified.

New in Notepad++ Portable 7.8.6 (Apr 21, 2020)

  • Notepad++ v7.8.6 bug-fixes & enhancement:
  • Add multi-column marker (multi-line edge) feature.
  • Add dynamical sorting feature for Folder as Workspace.
  • Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled).
  • Fix folding state lost on the next startup issue.
  • Make Replace-in-Files confirmation dialog modal to prevent from crashing.
  • Add support of smart-indenting for Perl and Rust.
  • Make recorded macro (IDC_FINDNEXT & IDC_FINDPREV)retro-compatible up to 7.8.4.

New in Notepad++ Portable 7.8.5 (Mar 6, 2020)

  • Fix “Monitoring” not detecting all file changes issue.
  • Fix auto-updater disabling not working regression.
  • Fix Notepad++ doesn’t exit correctly while Windows 10 update restart.
  • Make Count command in Find dialog respect Backward-direction and Wrap-around options.
  • Make Find dialog remember its position across runs.
  • Add the document size column to the Windows Selection dialog.
  • Make “View Current File in(browser)” commands macro recordable.
  • Add external sound control capability for unsuccessful search (in Find dialog) bell.

New in Notepad++ Portable 7.8.4 (Jan 30, 2020)

  • Fix regression of double clicking a found in files result while Word-Wrap is on.
  • Fix HashFromDlg title bar localization issue.

New in Notepad++ Portable 7.8.3 (Jan 16, 2020)

  • Add the “Expand All”, “Fold All” and “Select/Show current editing file” capacity into Folder as Workspace.
  • Fix restoring line position issue while document is wrapped.
  • Improve Json syntax highlighting.
  • Make filling find field of Find dialog with selected word(s) optional.
  • Make doSaveOrNot dialog simpler when there’s a single file to save.
  • Fix auto-insert {[“”]} imbrication not working issue.
  • Make cmd cli (for “Open Containing Folder in cmd”) customizable.
  • Prevent from setting Updater’s Proxy as Notepad++ is not in Admin mode.
  • Disable file association settings when Notepad++’s no admin right.
  • Fix incremental search bar “highlight all” option not conserved bug.
  • Enhance SQL syntax highlighting (add 2 more keyword lists).
  • Fix too small buffer issue during add text macro playback.
  • Fix “Close All Unchanged” not working issue for sub-view.
  • Eliminate garbage displaying in Find-result fold margin.

New in Notepad++ Portable 7.8.2 (Dec 8, 2019)

  • Add key shortcuts in Save or not dialog.
  • Add find in files filter excluding ability.
  • Add “Open UDL folder” command.
  • Fix issue of showing save dialog twice while cloned file is dirty.
  • Enhance “Open Explorer” command in Folder as workspace with expected path.
  • Fix tab dragging issues.
  • Enhance “Close all but This” and “Close all to the left/right” commands while files are dirty.
  • Enhance “In Selection” option in Find dialog.
  • Fix Notepad++ blocked in notification zone issue.
  • Make end-of-line conversion operations macroable.
  • Fix “View Current File In” commands disabled problem in some situations.

New in Notepad++ Portable 7.8.1 (Dec 8, 2019)

  • Fix popup dialog on startup regression regarding notepad replacement issue.
  • Make monospaced font in Find dialog optional, disabled by default.
  • Add download progress bar while download plugin(s).
  • Fix issue for Alt+Tab doesn’t show Notepad++ on Windows 7.

New in Notepad++ Portable 7.8 (Oct 11, 2019)

  • Upgrade Scintilla from 4.1.4 to 4.2.0
  • Fix non Unicode encoding problem in non-Western language(Chinese or Turkish).
  • Add “No to All” and “Yes to All” options in Save dialog.
  • Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel. Example: notepad++ -openFoldersAsWorkspace c:srcmyProj01 c:srcmyProj02
  • Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.
  • Fix File-Rename failing when new name is on a different drive.
  • Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.
  • Make “Command Argument Help” MessageBox modal.
  • Fix Folder as Workspace crash and “queue overflow” issues.
  • Make Combobox font monospace in Find dialog.
  • Fix folding in user-defined languages for non-windows line endings.
  • Fix crash of Folder as Workspace when too many directory changes happen.
  • Fix ‘-nosession’ overwrites config.xml issue.
  • Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.
  • Improve GUI in Find dialog for Find Previous & Find Next buttons.
  • Fix Sort Line as Integer regression.
  • Add more OS information to debug info.
  • Fix tab dragging issues under WINE and ReactOS.
  • Fix indent indicators continue to following code blocks for Python.
  • Fix Python folding collapse issue.
  • Fix crash when sorting “out of range” columns.
  • Fix find 2 times for the same occurrence in both original and cloned documents issue.
  • Fix command line issues where filenames have multiple white spaces in them.
  • Fix Document Peeker constantly changing focus problem.
  • Make backward direction checkbox be also on Find dialog’s Mark tab.
  • Add 2 new columns for HTML Code in the Character Panel.
  • Fix “clear all marks in find dialog also removes bookmarks” issue.
  • Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL.

New in Notepad++ Portable 7.7.1 (Jun 20, 2019)

  • Fix drag and drop tab regression: dragging tab is switched to another tab issue.
  • Fix an input regression: Cyrillic, Turkish and other languages input issue in ANSI mode.
  • Fix an ASP regression: VB looses syntax highlighting in ASP document.
  • Fix Reload dialog displaying issue during File Monitoring.
  • Fix “unhide lines” markers disappears issue.
  • Fix Plugin menu is not localized issue if no plugin installed.
  • Add “Copy File Name” command in context menu of “Folder as Workspace”.
  • Fix crash while sorting lines with numbers longer than 20 digits.
  • Enable Scintilla Virtual Space Option change from macro.
  • Add Tcl, CMake and AutoIt keywords; add Python and SQL new syntax highlighting cathegories.

New in Notepad++ Portable 7.7 (May 22, 2019)

  • List itemContinue Microsoft binary code signing thanks to the offer from DigiCert (again).
  • Upgrade Scintilla from v3.56 to v4.14.
  • Fix a regression about 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).

New in Notepad++ Portable 7.6.6 (Apr 4, 2019)

  • Fix macro playing back crash issue on new added "find previous" and "find next" buttons.
  • Function List enhancement: Highlight the current function based on cursor position.
  • Fix crash on styler dialog of User Defined Language dialog.
  • Fix file status detection issue under Windows XP.
  • Ghost typing enhancement: Unicode, syntax highlighting and speed support.
  • (check the url for the usage of ghost typing on command line: https://notepad-plus-plus.org/features/ghost-typing.html )
  • Add a message from outer space.

New in Notepad++ Portable 7.6.5 (Apr 2, 2019)

  • Security enhancement: GPG Signature is provided for Notepad++ release.
  • Fix a long waiting issue about file auto change detection: enhance "File status Auto-Detection" to avoid switching editing tab off behaviour.
  • Fix encoding (language) detection regressions since v7.6.
  • Fix a regression: double-clicking on a "find all in current document" result for an unsaved doc prompts to save it.
  • Added close all unchanged tabs command.
  • 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.
  • Retain read only setting state in session.
  • Enhancement: after file reload user can still undo.
  • Fix a bug in command "Remove Consecutive Duplicate Lines" and make it work with old Macintosh EOL.
  • Fix UDL language marker bullet position, if UDL Name exceeds 14 characters, extend UDL names to max 64 characters.
  • Enhance external call code to avoid eventual arbitrary commands execution. (EURO-FOSSA)
  • Fix crash issue by command "On Selection->Open File" while the number of selected characters is exceed 2048. (EURO-FOSSA)
  • Fix crash issue of User Define dialog while deleting a unallocated entry. (EURO-FOSSA)
  • Fix crash issue on shortcut command while its length exceed 260. (EURO-FOSSA)
  • Add an enhancement on "Open..." command to prevent from the eventual crash. (EURO-FOSSA)
  • Fix stack Buffer Overflow in Command::extractArgs. (EURO-FOSSA)

New in Notepad++ Portable 7.6.4 (Mar 6, 2019)

  • 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.
  • Enhance User Defined Language System for supporting more than one UDL file. Here is new behaviour.
  • 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)

New in Notepad++ Portable 7.6.3 (Jan 28, 2019)

  • Add Markdown language (Markdown++), 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)

New in Notepad++ Portable 7.5.9 (Oct 15, 2018)

  • Bug-fixes & enhancement:
  • Fix hanging problem while switching back a fully-folded document by using shortcut (Ctrl-TAB).
  • Fix possible file corruption during backup or power loss or other abnormal N++ termination.
  • Fix wrong backup file deleted issue.
  • Fix backup not fully disabled issue.
  • Add 2 command line flags "-notepadStyleCmdline" and "-z" for the replacement of notepad.exe.
  • Add new plugin API NPPM_REMOVESHORTCUTBYCMDID to allows plugins to remove unneeded shortcuts.
  • Fix Tail monitoring incoherent status after deleting a monitored file.
  • Fix issue with wrong smart highlighting when it is disabled.
  • Fix last active tab is ignored on Notepad++ restart issue.
  • Fix Tab non-responding by mouse click after dragging bug.
  • Fix switching back position restoring issue for wrapped document.
  • Add several spiritual quotes and a subtle Easter egg in the source code.
  • Included plugins:
  • NppExport v0.2.8 (32-bit x86 only)
  • Converter 4.2.1
  • Mime Tool 2.1
  • DSpellCheck 1.4.6
  • Updater (Installer only):
  • WinGup (for Notepad++) v5.0.3

New in Notepad++ Portable 7.5.8 (Jul 24, 2018)

  • Remove annoying "no update" notification.
  • Fix Folder as Workspace not updating regression.
  • Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog.
  • Fixed a crash when trying to launch a secondary instance with command line arguments.
  • Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma.

New in Notepad++ Portable 7.5.7 (Jul 2, 2018)

  • Fix hanging problem while shutdown and backup file is absent.
  • Fix Sort Lines as Integers issue: use Natural Sort algorithm.
  • Fix JavaScript not working regression in Function list.
  • Fix Open File Dialog error for a long path.
  • Fix document map display bug when the view is scrolled past the end of the file.
  • Fix tool bar display bug in big icon mode issue.
  • Make caret line always visible on click from Finder panel.
  • Fix UDL export extension issue.
  • Fix Run Macro multiple times dialog display glitch after deleting a Macro.

New in Notepad++ Portable 7.5.6 (Mar 19, 2018)

  • Fix macro playing back crash issue on new added "find previous" and "find next" buttons
  • Function List enhancement: Highlight the current function based on cursor position
  • Fix crash on styler dialog of User Defined Language dialog
  • Fix file status detection issue under Windows XP
  • Ghost typing enhancement: Unicode, syntax highlighting and speed support
  • check the url for the usage of ghost typing on command line: https://notepad-plus-plus.org/features/ghost-typing.html )
  • Add a message from outer space

New in Notepad++ Portable 7.5.5 (Feb 27, 2018)

  • Notepad++ 7.5.5 enhancements & bug-fixes:
  • Restore 2 buttons "<< Find Previous" & "Find Next >>" in Find dialog (optional).
  • Fix monitored (tail -f) file not always updated issue.
  • Keep Doc Switcher's ordering in sync with Tab bar.
  • Shortcut Mapper enhancements: Add filter capacity and make dialog resizable and maximizable.
  • Fix for "Toggle Single Line Comment" malfunctioning with HTML/XML.
  • Make Unix style path (slashes) work in open file dialog (optional).
  • Fix tab sticks to mouse pointer problem after external update of a opened file.
  • Fix encoding not sync (on status bar) after reloading.
  • Fix menu items' state is not maintained due to save macro command.
  • Fix line ending changes are not detected in reloaded changed files issue.
  • Fix highlighting of <script> tags in XML files issue.
  • Fix Unicode file name comparison to match Windows behaviour (as opposed to doing a linguistic filename comparison).
  • Included plugins:
  • NppExport v0.2.8 (32-bit x86 only)
  • Converter 4.2.1
  • Mime Tool 2.1
  • DSpellCheck 1.3.5
  • Updater (Installer only):
  • WinGup v4.2

New in Notepad++ Portable 7.5.4 (Jan 2, 2018)

  • Notepad++ v7.5.4 enhancements & bug-fixes:
  • Fix a crash bug due to disordered notifications sent to plugins.
  • Fix encoding broken regression.
  • Improve smart highlighting performance.
  • Auto-completion enhancement: remove unwanted symbols {} for variable names.
  • Add auto-completion for BaanC & CoffeeScript.
  • Fix localization copy regression in Installer.

New in Notepad++ Portable 7.5.3 (Dec 6, 2017)

  • 3 installer's issues have been fixed in release 7.5.3: shell extension registration, copying theme files and DSpellCheck installation failure.

New in Notepad++ Portable 7.5.2 (Nov 28, 2017)

  • Fixed hanging issue while modifying JavaScript TAB settings.
  • Add DSpellCheck plugin into distribution.
  • Add version and other info into installer.
  • Fix an issue while installing a x64 version, x86 version (if it exists) is not removed - and vice versa.
  • Fix display glitch of certificate checking error message.
  • Remove unused/empty entries from shortcut mapper.
  • Add BaanC function list feature.
  • Add batch auto-completion into installer.

New in Notepad++ Portable 7.5.1 (Aug 30, 2017)

  • Fix some excluded language cannot be remembered bug.
  • Fix a localization regression bug.
  • Fix the bug that Notepad++ create "%APPDATA%localnotepad++" folder in local conf mode.
  • Add Visual Prolog language support.
  • Add auto-completion support for batch file (*.bat).
  • Enhance Function List for PHP and JavaScript.
  • Enhance Shortcut Mapper by adding category column.
  • Make double click work for language menu disabling/enabling in preferences dialog.
  • Make double click work to improve file extension movement in Preferences dialog.
  • Fix bug: language menu item is restored back on the wrong zone.
  • Add a spiritual quote.

New in Notepad++ Portable 7.5 (Aug 16, 2017)

  • Add new languages support: ASN.1, AviSynth, Blitz Basic, Csound, Erlang, escript, Forth, FreeBASIC, LaTeX, MMIX, Nimrod, nnCron, OScript, PureBasic, Rebol, registry, Rust, SPICE, txt2tags
  • Add "Open file in its default viewer" command.
  • Add "-quickPrint" command line argument: Launch Notepad++, print document & exit.
  • Add /noUpdater argument for installer to not install updater (useful in silent mode).
  • Add new installer argument /allowAppDataPluginsLoading.
  • Roll back to 1 "Find next" button in Find/Replace dialog, due to the inconsistence after removal of direction option.
  • Enhancement: empty fields "Replace with" and "Filters" of Find/Replace dialog are remembered in the next session.
  • Fix text selection in combo boxes of find/replace dialog problem on resizing.
  • Fix the issue of passing non-exist folder via command line without any warning.
  • Fix multi-line tab button remaining pushed issue while switching off.
  • Fix TAB key wired behavior on find/replace dialog's transparency radio button.
  • Fix click on tab without hitting close button but close file issue.
  • Fix Notepad++ modifying command line arguments issue (command line arguments could be visualized by system tools).
  • Fix file not dirty while its content changed on the hard drive.
  • Fix saved duplicated file in the same view issue.
  • Fix "Folder as Workspace" toolbar button not activated after dropping folder issue.

New in Notepad++ Portable 7.4.2 (Jun 20, 2017)

  • Add SWIFT language support.
  • Fix replace in files regression.
  • Enhance Find Replace dialog (resizable & remove search direction radio buttons).
  • Fix a crash issue while doing a column insertion on a CJK unicode document.
  • Fix repeated notification dialog for modification from outside of Notepad++.
  • Fix a visual glitchy during tab drag and drop.

New in Notepad++ Portable 7.4.1 (May 21, 2017)

  • A critical regression (in replace in files feature) has been found in v7.4.1, a new version with fix will come out this weekend. In the meantime please use Notepad++ v7.3.3. Sorry for the inconvenience.
  • Fix Notepad++ hanging issue on start up due to its connection on Internet - disable the certification chain verification.
  • Fix the opened zero length file not saving bug.
  • Improve Document Peeker performance issue for large files.

New in Notepad++ Portable 7.4 (May 21, 2017)

  • Add document peek feature (while mouse hovering on tab).
  • Add peek on document map feature.
  • Fix issue with clicking links in html/js/asp/php.
  • Fix folding vertical line loses colour after changing folding style via Preference dialog.
  • Enhance folding feature (multi-line quotes) for python.
  • Improve certificate verifying method.
  • Fix issue of losing syntax highlighting while changing file extension (by "save as").
  • Enhance the UI of "Windows" dialog (Menu "Window->Windows...") for sorting.
  • Apply the new file custom encoding (Unicode or not) while opening an empty content file.
  • Improve whitespace visibility while the visualization of whitespace is activated.
  • Support RTL for header and footer printing.
  • Add a warning message for launching folder as Workspace while both files and folders are dropped in Notepad++.
  • Drag and dropping tabs is possible in multi-line tab mode.
  • Fix issue of right clicking on multiline tabs.
  • Add new moving tabs with mouse wheel feature (SHIFT + Mouse Wheel)
  • Fix text on active tabs (multi-line mode) being clipped problem.
  • Fix regression for saving session file (for session file extension, if set).
  • Enhance saving workspace file by adding workspace file extension (if set).
  • Fix change.log always opened issue.

New in Notepad++ Portable 7.3.3 (Mar 17, 2017)

  • Fix CIA Hacking Notepad++ issue (https://wikileaks.org/ciav7p1/cms/page_26968090.html).
  • Fix mouse wheel to task list scroll crash bug.
  • Fix flickering issue while switching back after modifying or deleting a document from outside.
  • Support Motorola S-Record, Intel and Tektronix extended hex file formats.
  • Improve multi-line tab: maintaining the selected tab position.
  • Fix add char into word char list bug.
  • Add Shift+Enter in Find dialog for searching in the opposite direction.
  • Fix a regression that delimiter settings is not retained correctly.
  • Add clear command button in shortcut mapper.
  • Enhancement: file extension supported in Load/Save Session dialog if a session file extension is set.

New in Notepad++ Portable 7.3.2 (Mar 9, 2017)

  • Fixed:
  • Crash issue on column mode editor.
  • "Use new style save dialog" setting's regression.
  • Word char list settings not applying on next launch issue.
  • Block uncomment for line comment bug.
  • The caret position not maintained issue between document move.
  • Caret goes to wrong position after word completion.
  • Toolbar not showing issue while launching Notepad++ from system tray in some unknown configuration.
  • Enhanced:
  • "Open file" command - open a file from editor zone without selecting its full path.
  • Function List for supporting language.
  • Added:
  • Error notification on run dialog.
  • Check mark in Language menu.
  • BaanC Language is supported.

New in Notepad++ Portable 7.3.1 (Feb 10, 2017)

  • Notepad++ 7.3.1 bug-fix & enhancement:
  • Fix geneation of MD5 on Unicode bug
  • Enhancement : make "Word characters list" customizable
  • Included plugins:
  • NppExport v0.2.8 (32-bit x86 only)
  • Plugin Manager 1.3.5 (32-bit x86 only)
  • Converter 4.2
  • Mime Tool 2.1
  • Updater (Installer only):
  • WinGup v4.1

New in Notepad++ Portable 7.3 (Jan 4, 2017)

  • Add MD5 functionalities.
  • Fix the problem of launch Notepad++ with Admin right after installation.
  • Fix a problem of recent file history - add to recent file history only if file is removed from all the views.
  • Get back Find dialog while you lost it (in a multi-screen + laptop configuration).
  • Fix long hyperlinks truncated problem.

New in Notepad++ Portable 7.2.2 (Jan 3, 2017)

  • Fix auto-updater setting toggles between startups bug.
  • Fix "Replace All" button shortcut accelerator in Replce dialog not working regression.
  • Fix unusual plugin update prompt after upgrade to 7.2.1 version.

New in Notepad++ Portable 7.2.1 (Nov 22, 2016)

  • Fix x64 installer regression issue - install in "C:Program Files" instead of "C:Program Files (x86)"
  • Fix expanding environment variables regression in backup path.
  • Make installer Unicode again.

New in Notepad++ Portable 7.2 (Nov 4, 2016)

  • Add option for smart highlighting extension to anothe view
  • Fix a tab settings regression
  • Fix file not saving bug (Ensure backup directory exists)

New in Notepad++ Portable 7.1 (Nov 4, 2016)

  • Fix x64 crash on macro recording.
  • Fix x64 crash on new language dialog of UDL.
  • Check plugin architecture (32-bit or 64-bit) before loading.
  • Enhance Smart Highlighting feature: 1. match case 2. whole word only 3. use find dialog settings for both.
  • Fix poor performance of hex XML entities.
  • Reshow CallTip text on separator character.
  • Skip Auto-Complete self-closing HTML tags (, , ... etc).
  • Fix 2 UI issues for RTL layout.
  • Fix Folder as Workspace toolbar button inconsist behaviour.
  • Add option to skip word completion on numbers (default: ON).
  • Fix bookmarks toggled off's bug.
  • Sort plugin menu by plugin name.
  • Installer: Add 64-bit/32-bit old install detection, and old installation removal ability.
  • Installer: Ask user for keeping user data during uninstallation.

New in Notepad++ Portable 7.0 (Nov 4, 2016)

  • x64 build available.
  • Fix the DLL Hijacking Vulnerability of previous versions (by updating NSIS to v3.0).
  • Auto-updater improvement: periodical check can be disable via auto-update prompt dialog.
  • Installer enhancement: Check if Notepad++ is running and ask the user to close it before continue.
  • Enhancement: add conflict detection to Shortcut Mapper.
  • Fix auto-completion on XML comment and tag bug.
  • Fix file saving crash which can be reproduced through a specific way to save file.
  • Fix a crash issue while UDL's user keyword list is too long.
  • Fix HDPI issues for some components (task list, margins and shortcut mapper).
  • Add a new feature(optional) : Close the last document will quit Notepad++.
  • Add more Change Case variants (Title Case, Sentence case, iVERT cASE, rANdOm caSe).
  • Add Open file & open containing folder commands on selected file/folder name in text content.
  • Add Search on Internet command on selected word(s) in text content.
  • Add Scroll Tab Bar with mouse wheel capacity.
  • Add commands for moving the current file tab Forward/Backward.
  • Fix bug of monitoring not working for files under root.
  • Ruby is supported by Function List.
  • Added new option: Enable scrolling beyond last line.
  • Add an option to restore old behaviour (open files in folder) while folder being dropped.

New in Notepad++ Portable 6.9.2 (Aug 16, 2016)

  • Add most wanted feature: Log Mornitoring (tail -f)
  • Add new feature: Find in Finder
  • Fix status bar display bug in high dpi environment
  • Fix open in explorer problem while path contain unusual characters
  • Fix smart highlighter issue after zoom or code folding change

New in Notepad++ Portable 6.9.1 (May 17, 2016)

  • Fix bad detection of sub-folder in Folder as Workspace.
  • Enhancement: Add "Find in files" command in "Folder as Workspace".
  • Enhancement: Add "Open Folder as Workspace" command in File menu.
  • Fix "copy" command bug in find result panel.
  • Improvements for JSON highlighting.
  • Fix Find In Files progress bar position bug.
  • Add Ctrl+Shift+Z shorcut for Redo.
  • FORTRAN 77 is supported.
  • Fix html tag auto-completion bug.

New in Notepad++ Portable 6.9 (Feb 22, 2016)

  • New feature Folder as Workspace is one of most wanted features.
  • Notepad++ installer is signed from this release.

New in Notepad++ Portable 6.8.8 (Dec 28, 2015)

  • Fix a regression of link style in html/php.
  • Fix find in files progress window alway on top issue.
  • Add Debug Info helper feature.
  • Fix highlighting for tags inside comment problem.
  • Make editor border edge display optional.
  • Enhance syntax highlighting for D, Powershell, Lua and Python.
  • Enhance syntax highlighting of preprocessor comments for several languages.
  • Improve close button in tab position.

New in Notepad++ Portable 6.8.7 (Dec 28, 2015)

  • Fix crash while "backups and session snapshots" is activated.
  • Restore file extension feature in save dialog.
  • Fix crash issue while moving Find In Files progress window.
  • Fix tab settings not working in javascript.
  • Fix user customized keywords no effect in Javascript.
  • Enhance language detection on "Save as".
  • Add back-quoted string support for javascript.
  • Move position to center when using "-n" option in command line.
  • Installer enhancement: Allow user to keep DSpellCheck plugin.

New in Notepad++ Portable 6.8.6 (Dec 10, 2015)

  • Fix function list not working for Javascript regression.
  • Fix maintain indent not working in javascript regression.
  • Improve the language detection at the beginning of file content.
  • Fix possible file corruption during macro playback.
  • Fix wrong EOL mode for opening/reloading big files.
  • Fix loading 3 bytes file error due to bad encoding detection (UTF16 w/o BOM).
  • Fix DocMap not updating issue when switching to user defined language or external lexer.
  • Fix reload file issue: document marked as unsaved after reloading.
  • Enhance the detection of EOL: if a document has no EOL for detecting, use EOL of new document settings.

New in Notepad++ Portable 6.8.5 (Oct 27, 2015)

  • Javascript autocompletion not working regression is fixed in this release

New in Notepad++ Portable 6.8.3 (Sep 9, 2015)

  • Fix a crash issue by using wild card (*) to open files on command line.
  • Fix the problem of display refresh missing on exit.
  • Fix plugin shortcut configuration lost problem by using option -noPlugin.
  • Fix Norwegian localization bad display and wrong encoding.
  • Fix functionList display problem under high DPI.

New in Notepad++ Portable 6.8.2 (Aug 24, 2015)

  • Bug fixes:
  • Remove Source Code Pro font du to the different issues.
  • Add back "Notepad++ Community (Forum)" menu item.
  • Fix a visual glitch on starup and on exit.
  • Fix "Open in/Move to new instance" issue (to memorize the language and the position).
  • Fix Preferences dialog loses focus issue while enabling document list panel.
  • Fix the narrow columns problem in Ascii Insert Panel under a high DPI.
  • Fix the list items' squeezed height problem in function list panel and project panel under a high DPI.
  • Fix panel caption squeezed display under a high DPI.
  • Fixed buffer overrun when opening a recent file.
  • Make toolbar refresh properly while switching over small/big icons.

New in Notepad++ Portable 6.8.1 (Aug 10, 2015)

  • Fix the Source Code Pro font making OS hanging issue (for some specific hardware configuration).
  • Make current default font (Source Code Pro) prettier by adding its bold, italic and bold-italic fonts.
  • Fix "Restore recent close file" text disappearing issue for some circumstance.
  • Fix snapshot file after saving being always dirty problem.
  • Fix document tab moving by clicking close button issue due to splitter inaccuracy.
  • Fix a regression of Preferences dialog in which some modified options are not applied immediately.
  • Fix inconsistent untitled document name issue (new 0 instead of new 1).
  • Fix Macro button on toolbar inconsistent issue at Notepad++ startup.

New in Notepad++ Portable 6.8 (Jul 24, 2015)

  • Settings on cloud feature allows users to write their settings on whichever cloud.
  • Use Source Code Pro as default font.
  • Make smooth font optional.
  • Fix the context menu disappears problem after find in files operation.

New in Notepad++ Portable 6.7.9.2 (Jun 24, 2015)

  • Fix JavaScript block not recognized in HTML document.

New in Notepad++ Portable 6.7.9.1 (Jun 24, 2015)

  • Fix Hanging on exit of Notepad++ issue (update DSpellCheck for its instability issue)
  • Fix JavaScript block not recognized in HTML document

New in Notepad++ Portable 6.7.9 (Jun 18, 2015)

  • Upgrade Scintilla to v3.56.
  • Add Language and EOL conversion context menu on status bar.
  • Enhance sort lines feature: Add lexicographic and numeric (integer and real) sorting with ascending and descending order.
  • Add new feature which launches a new instance with administrator privilege to save the protected file.
  • Fix the context menu not working problem after doing find in files action.
  • Improve copy (to clipboard) in found results panel.
  • Improve find in files modal dialog.

New in Notepad++ Portable 6.7.8.2 (Jun 3, 2015)

  • Disable Notepad++ updater (WinGup) under XP.

New in Notepad++ Portable 6.7.8.1 (May 23, 2015)

  • Fix "Missing msvcr120.dll" message error (of WinGup).

New in Notepad++ Portable 6.7.8 (May 18, 2015)

  • Fix an annoying regression about message "The buffer passed to GetFullPathName was too small!".
  • Update WinGup to version 3.0 which has SSL support and customizable User-Agent.
  • Improve sort lines performance greatly.
  • Fix tabbar close button usability issue (too small) on a high resolution laptop (Surface Pro 3).
  • Fix Settings on cloud - Google drive detection error.
  • Hiding tab bar via command line won't make hidden tab setting be saved in the next session.
  • Fix a bug of "Jump to next indicator" command.
  • Fix "File Status auto-detection" settings bug.

New in Notepad++ Portable 6.7.7 (Apr 20, 2015)

  • Fix "Restore last closed file" (Ctrl+Shift+T) display bug.

New in Notepad++ Portable 6.7.6 (Apr 20, 2015)

  • Add "Restore last closed file" (Ctrl+Shift+T) feature.
  • Fix Setting on Cloud for dropbox and for google drive not working issue.

New in Notepad++ Portable 6.7.5 (Apr 20, 2015)

  • Add ghost typing feature: launch Notepad++ with the auto-typing text from command line (via command line with argument -qn, -qt or -qf).
  • Fix auto-insert bad behaviour : under some condition typing " or ' makes erase the further " or '.
  • Fix the crash issue while user Ctrl + double click on an empty document.
  • Fix crash bug on loading dropbox settings.
  • Show progress window instead of a static window during FindInFiles and ReplaceInFiles.
  • Filename rendered incorrectly on tab bar while it contains '&' character.
  • Make highlighting (if enabled) follow typing for Incremental search, and add several Incremental search enhancements.
  • Add the followings notifications for plugins : NPPN_BEFORESHUTDOWN NPPN_CANCELSHUTDOWN NPPN_FILEBEFORERENAME NPPN_FILERENAMECANCEL NPPN_FILERENAMED NPPN_FILEBEFOREDELETE NPPN_FILEDELETEFAILED NPPN_FILEDELETED
  • Make keystroke ENTER trigger the shortcut editor dialog in Shortcut Mapper.
  • Allow drop files onto doc switcher and other side panels.
  • Installer remembers user's choices of last installation.
  • Fix Auto-indent in new code block not respecting current EOL bug.
  • Restore focus to editor when a panel is closed.

New in Notepad++ Portable 6.7.3 (Jan 3, 2015)

  • Fix a crash issue for old processors due to SSE2 instruction.
  • Fix the regression for the translation: remap the sub-menu entry for the added command "Mark...".

New in Notepad++ Portable 6.7.2 (Dec 29, 2014)

  • A crash issue and some regressions have been fixed in this release.
  • The User Defined Language dialog has been improved - its height is reduced in this version for people who cannot afford a bigger screen

New in Notepad++ Portable 6.7.1 (Dec 29, 2014)

  • Fix crash issue on GotoLine.
  • Fix a random crash issue while typing random characters.
  • Fix the bug of auto-insert skipping feature that ] and } don't be skipped if "auto-insert ()" is disabled.
  • Add new feature: auto-insert skipping character feature works for "" and '' now.
  • Fix reloaded file on dirty status issue.
  • Add "Mark..." menu command.
  • Fix a regression (broken with compare plugin) due to a new feature of MRU in v6.7 (the feature is removed).

New in Notepad++ Portable 6.7 (Dec 18, 2014)

  • The C style smart indent is added in release 6.7 for languages php, JavaScript, c, c++, Java, c# and Objective-C.
  • To enable/disable it, check/uncheck "Auto-indent" in MISC tab of preferences dialog.
  • An enhancement makes Auto-insert of {} [] () more usable: Just after auto-insert of ), ] or }, If users type ), ] or } then the typed symbol won't be inserted, and the caret will be brought behind inserted ), ] or }.

New in Notepad++ Portable 6.6.8 (Jul 29, 2014)

  • Settings on Cloud supports Google Drive now.
  • Better theme support: all internal docking dialogs apply selected theme background / foreground colour.

New in Notepad++ Portable 6.6.7 (Jun 26, 2014)

  • Microsoft OneDrive is supported for the feature Settings on Cloud.
  • A crash issue in 666 is fixed.

New in Notepad++ Portable 6.6.6 (Jun 20, 2014)

  • session snapshop & periodic backup feature is enhanced
  • a bugs of settings on cloud (dropbox) has been fixed.

New in Notepad++ Portable 6.6.4 (Jun 11, 2014)

  • In this release, you can centralize your settings on cloud, via Dropbox.

New in Notepad++ Portable 6.6.3 (May 20, 2014)

  • Session snapshot is main feature in v6.6.x, it is stable and bugless in v6.6.3 (hopefully).
  • In this release, a hanging issue and 3 bugs regarding session snapshot feature have been fixed.
  • The docking error for some configurations has been fixed as well in this version.

New in Notepad++ Portable 6.6.2 (May 10, 2014)

  • A session snapshot bug has been fixed - The correct behaviour is: the session snapshot feature cannot be enabled if "remember current session" option is disabled.

New in Notepad++ Portable 6.6.1 (May 5, 2014)

  • A hanging issue has been found in Notepad++ Workers' Day edition
  • It has been fixed in Notepad++ v6.6.1 May the 4th be with you Edition
  • As a reminder, the main feature of v6.6.x is Session snapshot & periodic backup - user won't be asked to save unsaved file as he quits Notepad++, and on startup Notepad++ restores the unsaved file and unsaved untitled document of last session. Such periodic backup of unsaved files will protects your data from the PC crashing or power outage

New in Notepad++ Portable 6.6 (May 3, 2014)

  • The main feature of this release is Session snapshot & periodic backup.
  • If this feature is enabled (enabled by default), user won't be asked to save unsaved file as he quits Notepad++, and on startup Notepad++ restores the unsaved file and unsaved untitled document of last session.
  • This feature brings another advantage - periodic backup of unsaved files which protects your data from the PC crashing or power outage.

New in Notepad++ Portable 6.5.5 (Mar 8, 2014)

  • The word-completion feature is re-enabled for ANSI document under Chinese environment
  • Auto-detection encoding feature can detect non-Unicode encoding
  • Wildcard character (* and ?) and recursion (-r) support for command line arguments

New in Notepad++ Portable 6.5.4 (Feb 21, 2014)

  • In v6.5.4, Notepad++ is conformed to DPI-aware application, it means Notepad++ will scale itself in a higher DPI configuration.
  • As a result, it's more comfortable to read the code in Notepad++ under any high DPI environment.

New in Notepad++ Portable 6.5.3 (Jan 3, 2014)

  • Make advanced scrolling optional so it can be disabled in case of touchpad scrolling problem.
  • Enhance sort lines feature: if several lines are selected, only the selected lines are sorted.
  • Add hex value column in Ascii Insert Panel.
  • Enhance performance: prevent switched-in document from being parsed by function list and by document map while these 2 panels are hidden.
  • Fix the bug that modified tab interface colour settings cannot be saved in stylers configurator.
  • Fix text crazy flickering while resizing the frame on a specific position.
  • Fix the context menu not shown for the all other users (accounts) in the same PC.

New in Notepad++ Portable 6.5.2 (Dec 12, 2013)

  • Add sort lines feature.
  • Make 2 external commands as build-in commands: Open containing folder in Explorer/cmd.
  • URL hovered highlighting can be customized.
  • Fix the bug that Global Styles are not loaded completely in Stylers Configurator.
  • Improve php and js parsers in functionList.
  • Add panel icons for 6 panels: ascii insertion, clipboard history, doc map, doc switcher, function list and project.
  • Fix function list class border determination problem (while open/close symbols are in the comment zone).
  • Fix crash (buffer overflowed problem) for function calltip.
  • Fix a bug in path auto-completion feature.
  • Fix tab close button's color remains hovered while mouse leaves.
  • Update html auto-completion file.

New in Notepad++ Portable 6.5.1 (Nov 5, 2013)

  • Add search and sort capacities in function list.
  • Fix synaptics touchpad scrolling problem

New in Notepad++ Portable 6.5 (Oct 10, 2013)

  • The language CoffeeScript is supported.
  • Auto-close feature allows not only to complete parentheses, quotes, bracket and matched xml/html tag, but also to define user's delimiter pairs. You can enable them in preferences dialog.
  • Multi-paste: the copied text will be pasted multiply when multi-selection or /and column mode is/are applied.
  • Enhancement of function list: new reload button, user defined languages supported, new parsers (php, perl, xml, batch, ini and nsis).

New in Notepad++ Portable 6.4.5 (Aug 11, 2013)

  • Fixed a regression on recent files history

New in Notepad++ Portable 6.4.4 (Aug 11, 2013)

  • Fix a crash issue while there's missing tag in functionList.xml.
  • Fix UTF-8 (w/o BOM) detection bug.
  • Fix line numbers space problem while folding.
  • Fix opening file in Notepad++ makes Aero-snapped cancelled.
  • Change behaviour: statusbar reports the number of selected characters instead of number of bytes now.
  • Add "close all tab to left" and "close all tab to right" features.
  • Add direct access to the tab feature (Ctrl + NumPad).
  • Fix macro replaying crash issue.
  • Add insert blank line above/below the current line feature(Ctrl+Alt+Enter/Ctrl+Alt+Shift+Enter respectively).
  • Add selection between matching braces feature.
  • Fix opening file problem from the network drive.
  • Fix C++ class (*.h) parsing problem in function list while there is comment on the beginning of document.
  • Enhance function list's C/C++ parser.

New in Notepad++ Portable 6.4.3 (Jul 30, 2013)

  • A fix of crash issue of Function List and the enhancements of delimiter selection and multi-instance options.

New in Notepad++ Portable 6.4.2 (Jul 10, 2013)

  • Contains some new features/enhancement and a few regression fixes.

New in Notepad++ Portable 6.4.1 (Jul 1, 2013)

  • Contains a crash issue fix from v6.4

New in Notepad++ Portable 6.4 (Jul 1, 2013)

  • Add Function List Panel (customizable, support C++ and Javascript for the moment).
  • Display the error/result in the new added statusbar of Find/Replace dialog instead in popup dialogs.
  • Add delimiter select by ctrl+Double click feature.
  • Add set begin position feature for selection.
  • Fix fold all command bug (which folds partially).
  • Fix opening the same file twice due to its different path (for example symbol link).
  • Fix deleting macro from macro menu crash issue.
  • Fix the bug of Window position not saved/restored properly.
  • Fix small window size problem due to closing Notepad++ in icon state (reduced in the taskbar) on the last session.
  • Enhance Block comment: remove 1024 bytes limit.
  • Fix a detection error of UTF16 file from a binary file.
  • Enhance the performance of switching files if folding is applied.
  • Fix macro problem: Find functionality doesn't work in "Run a Macro Multiple Times".
  • Enhance the performance while double clicking on a very long word.
  • Enhance TAB/Space conversion: UTF8 support and preserving the current state.
  • Change the Preferences dialog's UI (List interface instead of tab interface).

New in Notepad++ Portable 6.3.3 (May 7, 2013)

  • Remember folding states of last session.
  • Close selected/non-selected files.
  • New spell checker.

New in Notepad++ Portable 6.3.2 (Apr 4, 2013)

  • Fix a regression (performance issue)
  • Recognize wscript and Rakefile respectively as python and ruby file

New in Notepad++ Portable 6.3.1 (Mar 22, 2013)

  • Fix replacing '\n' bug in both extended and regex mode.
  • Remember folding states for each file in session.
  • Fix a crash bug on uncommenting.
  • Add "Set Updater proxy..." command for setting the proxy of updater.
  • Fix the problem of Window position not saved/restored properly.
  • Add new API NPPM_GETCURRENTVIEW.

New in Notepad++ Portable 6.3 (Feb 4, 2013)

  • the major bug fix and enhancement of regex search replace critical issue.
  • UDL new features and bug fixes.
  • several minor bug fixes.

New in Notepad++ Portable 6.2.3 (Dec 18, 2012)

  • Fix find "\r\n" bug in RegExpr mode.
  • Change "Delete file" command to "Move to Recycle Bin".
  • Add Remove empty lines feature.
  • Change document default value from ANSI to UTF8 w/o BOM.
  • Enable Word-completion under CJK environment for unicode document.

New in Notepad++ Portable 6.2.2 Rev 2 (Nov 26, 2012)

  • Fix URL link style problem in php document.
  • Add selected line count display on the status bar.
  • Add the capacity to treat path like "\test\test.txt".

New in Notepad++ Portable 6.2.1 (Nov 14, 2012)

  • Fix link hotspot colourising issue.
  • Fix a regression bug about Configurator GUI: font setting controls are disabled.
  • Fix a crash issue due to the inconsistent userDefineLang.xml.
  • Fixed bug of UDL2 where "Folder in code" keywords were detected even outside of commets.
  • Fixed for the hex number detection bug of UDL2 (for example, 0xfece57 ok, but not 0xfe57ce).
  • Fix a crash bug while file path as argument and its length is more than 260 characters.

New in Notepad++ Portable 6.2 (Oct 10, 2012)

  • More keyword groups were added (more syntax highlighting can be defined):
  • 3 folding groups
  • 8 keyword groups
  • 2 comment groups
  • 1 number definitions
  • 2 operators groups
  • 8 delimiter sets
  • Multipart keywords are supported (for example: "else if" can be defined as a single keyword)
  • Whitespace is no longer mandatory as keyword separator: Operators, Delimiters and Folding keywords can be recognized with or without whitespace separators.
  • Numbers recognition support is greatly improved (prefix, suffix, range and extra symbols supported).
  • Operators and delimiters can be longer than one character.
  • The same characters can be used as comments AND operators.
  • Comments and delimiters support nesting (even within each other).
  • Improvements to Comments include:
  • Comment folding
  • Comment continuation
  • Comment only start at the beginning of line
  • In the case of several comment pairs defined, comment open symbols match only with comment close symbols of the same order. (for example: /* C comment */, /+ D comment +/, but not /* mixed comment +/)

New in Notepad++ Portable 6.1.8 (Sep 18, 2012)

  • In this version, a regression of wrong behavior is fixed : a "No more disk space" message is displayed while saving an empty file.

New in Notepad++ Portable 6.1.7 (Sep 12, 2012)

  • Several random crash issues and enhancements are fixed and added in this version.

New in Notepad++ Portable 6.1.6 (Aug 18, 2012)

  • In version 6.1.6, Notepad++ doesn't elevate to Administrator right for checking update. Therefore the update auto-detection is added under vista / Windows7 / Windows8 environment from this version.
  • A hanging bug due to Chinese/Japanese/Korean input (in ANSI document as word completion enabled) is worked around.

New in Notepad++ Portable 6.1.5 (Jul 10, 2012)

  • Fix a html tag match freezing issue.
  • Fix the sidebar splitter failed in Windows 8 issue.
  • Fix un regression: folding/unfolding performance issue.
  • Fix tab context menu in the other localization regression due to adding new command "Reload".
  • Fix lower/UPPER case on selected text which contains NULL characters.
  • Fix wrap/unwrap line position not being kept bug.
  • Fix xml syntax highlighting broken because of php preprocessor instruction inside.
  • Fix a GUI bug which shows empty tab row while closing a last tab in a row (in the multi-line tab mode).

New in Notepad++ Portable 6.1.4 (Jun 26, 2012)

  • Notepad++'s Shell Extension (Explorer's context menu) has been worked to fix Window 8's Computer manager's crash.

New in Notepad++ Portable 6.1.3 (May 29, 2012)

  • Enhance the performance issue for xml matching tags highlighting and for displaying clickable links.
  • While the amount of file to open is larger than 200, a dialog will be shown to warn user.
  • Fix Notepad++ close bug while move one cloned new empty document into another view, in the destination contained only this new empty document.
  • Fix hanging problem while double-click on a project folder then (immediately) drag it.
  • Fix a bug while command argument contain an empty string ("").
  • Fix mouse cursor disappearing bug on right click while a project item is dragging.

New in Notepad++ Portable 6.1.2 (Apr 30, 2012)

  • A hanging bug is fixed (while opening files containing a half of UTF-8 double byte sequence at the end of the file).

New in Notepad++ Portable 6.1.1 (Apr 26, 2012)

  • Enhance project's License (GPL) to avoid the other malicious websites bundle Notepad++ release with their parasite software.
  • Fix selectAll-copy-paste on the same document crash bug while document map has been activated.
  • Fix a regression about auto-completion feature.
  • Fix focus on document map problem after its launch.

New in Notepad++ Portable 5.4.1 (Jun 3, 2009)

  • Add ChangeMarkers plugin in installer.
  • Add theme description in installer.
  • Make installer update contextMenu.xml (backup the old one then override it with the new one).
  • Fix lastRecentFileList localization issue.
  • Add readonly change status notification for plugin system.
  • Fix Styler Configurator user extension handler.