2024-05-13In this version, we have addressed the regression issue where multi-edit cursors were incorrectly placed. Additionally, we’ve resolved the problem of multi-editing not displaying multiple cursors in dark mode. The support for Go and Raku has been enhanced, with the addition of auto-completion for both languages and a function list specifically for Raku.Alongside these fixes, you’ll find various enhancements and bug fixes. Get more info about this release and download v8. Continue reading at the publisher's website.
2024-03-30To 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. Continue reading at the publisher's website.
2024-02-18We recognize that not every user loves the multi-editing feature. In this release, we’ve added GUI options to disable the “Column To Multi-editing” feature, and even the “Multi-editing” feature can be turned off completely. Additionally, users can disable the “copy/cut line while no selection” feature through the preferences dialog.Furthermore, in the new release We’ve addressed a performance issue related to “Replace all” and fixed the critical problem where all open files were lost after restarting as an administrator. Continue reading at the publisher's website.