


A community for discussing the notepad++ text editor https://notepad-plus-plus.org/
Looking for mods, if you want to mod the community feel free to dm @Ategon@programming.dev
-
Notepad++ @programming.dev Mac @programming.dev Notepad++ v8.6.9 - addresses regressions, enhances the Notepad++ fluent icon set, dark mode, and updater, and includes numerous other bug fixes and improvements.
- Make installation and updates easy & quiet by adding “Yes (Silent)” button. (Fix #8514)
- Add new options ‘/closeRunningNpp’ & ‘/runNppAfterSilentInstall’ in the installer. (Implement #15230, implement #15280)
- Fix crash of “Next Search Result” command on the empty search result. (Fix #15247)
- Fix the regression where the Find dialog size is not remembered across sessions. (Fix #15294)
- Fix the regression of content lost by using Encoding “Convert to…” commands. (Fix #15324, #15271, #3054, possibly #9426)
- Fix the regression of exception/crash on Windows Server Core 2022. (Fix #15313)
- Prevent DirectWrite from being enabled under Windows Server. (commit)
- Enhance the quality of Fluent toolbar icon sets for different DPI settings. (Fix #15253)
- Improve the look & feel of tabbar close button in dark mode. (Fix #15321, implement #15326)
- Improve the dark mode tab bar icon in the search results panel. (Implement #15286)
- Add ability to pre-populate the predefined color sets for
-
Notepad++ @programming.dev Mac @programming.dev Notepad++ v8.6.6 release
In this release, we’ve addressed a crash and resolved a performance issue. Additionally, we’ve introduced two new programming languages: Go and Raku.
Alongside these updates, you’ll find various enhancements and bug fixes:
- Update to scintilla 5.5.0 & Lexilla 5.3.2. (Merge #15042)
- Fix crash when crossing the 2GB file size threshold. (Fix #14944, #14981)
- Fix a performance issue due to URL recognition. (Fix #13916)
- Update to nlohman json 3.11.3. (Merge #15041)
- Fix multi-edit resists escape after typing issue. (Fix #14649)
- Make F3 & Shift-F3 work in Find Replace dialog. (Fix #2138)
- Allow Ctrl-TAB to switch tabs in FindReplace, PluginAdmin and UDL dialogs. (Fix #7932, #14975)
- Add programming language support for Go & Raku(Perl 6). (Fix #8090, #4465)
- Fix user defined auto-insert not working issue. (Fix #3171, #8063, #12547, #14831)
- Enhance GUI: resize checkboxes/radio buttons as text length needs. (Fix #15006)
- Enhance GUI: make
-
Notepad++ @programming.dev BrikoX @lemmy.zip Notepad++ wants your help in "parasite website" shutdown
The Notepad++ project is seeking the public's help in taking down a copycat website that closely impersonates Notepad++ but is not affiliated with the project. There is some concern that it could pose security threats—for example, if it starts pushing malicious releases or spam someday either deliberately or as a result of a hijack.
-
Notepad++ @programming.dev Mac @programming.dev Notepad++ v8.6.5 release
- Fix “Replace All” action not notifying plugins of modification regression by adding NPPN_GLOBALMODIFIED.
- Fix plugins not receiving some Scintilla notification types regression.
- Fix Shortcut Mapper pontential crash problem.
- Fix period backup pontential crash due to the dead lock.
- Fix NUL characters file corruption after power outrages.
- Remedy losing session problem after the power outrages.
- Fix URLs are not detected after a “Replace All” regression.
- Notify user while saving failure due to hardware problem.
- Update to scintilla 5.4.3 (from 5.4.1) & Lexilla 5.3.1.
- Support template literal (template strings) in JavaScript & make
back-quoted strings
more readable. - Add support for Change History in the text, besides in the margin. Also, make Change History color configurable.
- Fix NPPM_RELOADFILE API return wrong result issue.
- Enhance Shortcut Mapper filter to find the command items more easily.
- Prevent typing control characters into document & make it op
-
Notepad++ @programming.dev Mac @programming.dev Notepad++ v8.6.4 release
In Notepad++ version 8.6.3, a regression was identified and subsequently fixed. When two documents are displayed side by side, clicking into the unfocused content no longer activates it as the current document. This regression has been resolved in version 8.6.4. We apologize for any inconvenience caused.
-
Notepad++ @programming.dev badcommandorfilename @lemmy.world Am I a noob for not being able to find and replace /n?
When I copy some long string like json from a debugger, and want to look at it properly formatted it starts off encoded with /n and /t characters, etc.
I usually go:
- Replace (Normal) /n -> qqqq
- Replace (Extended) qqqq -> /n
Is there some trick to do this in one step?