FunkyBuddha Posted December 2, 2023 #1 Posted December 2, 2023 What is Notepad++ Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment. Info: Quote Hidden Content Give reaction to this post to see the hidden content. Link: Quote Hidden Content Give reaction to this post to see the hidden content. 1
FunkyBuddha Posted January 6, 2024 Author #2 Posted January 6, 2024 Notepad++ v8.6.1 new features & bug-fixes: Updated to Scintilla 5.4.1 & Lexilla 5.3.0. (Implement #14375) Fix a regression: the position in the previous session is now restored correctly in cloned document. (Fix #14164) Fix a regression: customized extension in Style Configurator is now saved correctly. (Fix #14437) Add an ability (disableLineCopyCutDelete.xml) to disable line copy/cut/delete when no selection is made. (Fix #14470, ref, ref)) Add an ability (noColumnToMultiSelect.xml) to disable column mode to multi-select mode. (Fix #14464, ref) Fix deleting in column mode also delete an unexpected EOL. (Fix #14426) Fix hidden results of long lines for Search results with “Find in…” commands. (Fix #12023) Enhance Search-results by showing search options for “Find in…” commands. (Fix #14306) Fix an issue: replacements are no longer duplicated (the 2nd time in cloned document) for “Replace in Opened Docs”. (Fix #14505) Fix a regression to make F3 & Shift-F3 work again in Incremental Search. (Fix #14503) Add document tab navigation commands: “First tab” & “Last tab”. (Fix #14416) Add document tab commands: “Move to Start” & “Move to End” commands. (Fix #9525, #13982) 3 RTL new abilities: RTL per document, RTL per document remembered across the sessions & new attribute editZoneRTL=“no” in RTL localization files. (Fix #9665, #9950, #14385) Enhance the “-loadingTime” command line parameter. (Fix #14472) Enhance the performance: disable undo collection while loading a file. (Fix #14455) Sort language list in the Preferences dialog. (Fix #14245) Fix a visual glitch that occurred during multi-paste. (Fix #14410) Fix confusing memory allocation error message. (Fix #14418) Fix python wrong decorator attribute color. (Fix #5894) Fix file status in “other view” is not detected. (Fix #14225) Fix dropped file being opened in the wrong view. (Fix #14354) Info: Quote Hidden Content Give reaction to this post to see the hidden content. Link: Quote Hidden Content Give reaction to this post to see the hidden content. 1
FunkyBuddha Posted January 19, 2024 Author #3 Posted January 19, 2024 Notepad++ v8.6.2 fixed regressions: Fix Shift-DEL, Ctrl-INS and Shift-INS not working regression. (Fix #14470, #14571) Fix Ctrl+V cannot paste into the text fields of certain plugins regression. (Fix #14568) Remove option “disableLineCopyCutDelete.xml” (the empty file takes no effect). Fix a regression: the position in the previous session is now restored correctly in cloned document. (Fix #14164) Info: Quote Hidden Content Give reaction to this post to see the hidden content. Link: Quote Hidden Content Give reaction to this post to see the hidden content.
FunkyBuddha Posted February 20, 2024 Author #4 Posted February 20, 2024 Notepad++ v8.6.4 regression-fix: Fix regression that the view cannot be activated by mouse clicking. (Fix regression) Notepad++ v8.6.3 bug-fixes & enhancements: 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) Info: Quote Hidden Content Give reaction to this post to see the hidden content. Link: Quote Hidden Content Give reaction to this post to see the hidden content.
Administrator draww Posted April 1, 2024 Administrator #5 Posted April 1, 2024 Notepad++ v8.6.5 bug-fixes & enhancements: Fix “Replace All” action not notifying plugins of modification regression by adding NPPN_GLOBALMODIFIED. (Fix #14767, see NPPN_GLOBALMODIFIED how to) Fix plugins not receiving some Scintilla notification types regression. (Fix issue) Fix Shortcut Mapper pontential crash problem. (Implement #14880) Fix period backup pontential crash due to the dead lock. (Fix #14906) Fix NUL characters file corruption after power outrages. (Fix #6133, implement #14860) Remedy losing session problem after the power outrages. (Fix #14781, implement #14858) Fix URLs are not detected after a “Replace All” regression. (Fix #14864) Notify user while saving failure due to hardware problem. (Implement #14842) Update to scintilla 5.4.3 (from 5.4.1) & Lexilla 5.3.1. (Implement #14834) Support template literal (template strings) in JavaScript & make `back-quoted strings` more readable. (Fix #3822) Add support for Change History in the text, besides in the margin. Also, make Change History color configurable. (Fix #12321, #13915, Implement #14838) Fix NPPM_RELOADFILE API return wrong result issue. (Fix issue) Enhance Shortcut Mapper filter to find the command items more easily. (Fix #14743) Prevent typing control characters into document & make it optional. (Fix #13279) Fix possible no-GUI state when using systray. (Fix #14777) Make context menu popup location at current text position when invoked via keyboard. (Fix #14727) Fix Notepad++ blocked when closed minimized or from systray. (Fix #14718) Fix Mouse Wheel Scrolling in Shortcut Mapper & reduce also the memory use. (Fix #14895) Fix Python wrong decorator attribute colors & add “ATTRIBUTE” color in styles.xml.model. (Fix #5894) Hidden Content Give reaction to this post to see the hidden content. 1 1
FunkyBuddha Posted May 18, 2024 Author #6 Posted May 18, 2024 Notepad++ v8.6.7 bug-fixes & enhancements: Fix regression of multi-edit cursors placed wrongly issue. (Fix #15126) Fix multi-editing not showing multiple cursors in dark mode. (Fix #15075) Add auto-completion for Go & Raku, function list for Raku. (Implement #15128) Fix symbol ‘&’ not showing in Document Switcher. (Fix #15117) Allow syntax highlighting for custom tags in HTML. (Fix #15093) Fix dialogs out of screen problem. (Fix #11240, #14913) Notepad++ v8.6.6 bug-fixes & enhancements: 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 sizing arrows more coherent in Find dialog. (Fix #15099) Fix URL enclosed in apostrophes or backtick not working issue. (Fix #14978, #14323, #14212) Fix wrong dropped file view issue. (Fix #14951) Fix Korean(한)/English(영) key not working regression. (Fix #14400, #14973) Fix the tab labels of some dialogs being cut in Dark mode. (Fix #11012) Fix close button disappeared issue in Find Replace dialog. (Fix #14940) Apply dark theme to checkbox buttons on Windows 11. (Fix #14929) Fix menu bar cluttered in Dark Mode issue. (Fix #10130) Fix Debug Info minor display regression. (Fix #14921) Enhance Lua language syntax highlighting. (Fix #7615, #15081) Improve the function list support for Ada. (Fix #14908, #14687, #14498) Link: Quote Hidden Content Give reaction to this post to see the hidden content. Info: Quote Hidden Content Give reaction to this post to see the hidden content. 1
FunkyBuddha Posted June 5, 2024 Author #7 Posted June 5, 2024 Notepad++ v8.6.8 bug-fixes & enhancements: Fix a crash in Column Editor caused by an arithmetic overflow. (Fix #15144) Fix the issue where any negative repeat value in Column Editor causes a hang. (Fix #15153) Fix an extra space being inserted in HEX mode issue in Column Editor. (Fix #15168) Fix a visual glitch of the toolbar pressed buttons in dark mode. (Fix #15225) Add auto-indent feature for Python. (Fix #15122) Fix the issue where “show control characters” settings not remembered when switching to another tab. (Fix #13988) Fix the missing monitoring disabled state icon from the fluent icon set on the toolbar. (Fix #15217) Adjusted the inaccurate naming of indent settings in thee Preferences dialog. (Fix issue) Fix the issue where the customized color of active tab in inactive view is missing. (Fix #15140) Introduce a new plugin command “NPPM_GETTABCOLORID” to retrieve the current tab color ID. (Fix #15115) Allow the tree view dark mode customization for plugins. (Fix #15077) Fix the popup dialog for updating not metioning ‘Notepad++’. (Fix #14668) Link: Quote Hidden Content Give reaction to this post to see the hidden content.
FunkyBuddha Posted July 14, 2024 Author #8 Posted July 14, 2024 Notepad++ v8.6.9 bug-fixes & enhancements: 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 Sever. (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 custom tones. (Fix #15055) Add “Show All Character” popup menu on toolbar button. (Fix #14832) Fix the rectangular selection copy-paste bug. (Fix #15139, #15151) Allow opening shortcut files (*.lnk) directly if the file extension is changed. (Fix #9643, #11089, #10139) Fix the lost panels issue. (Fix #13084) Add Backspace unindent option. (Fix #15180) Fix CSS more indentation bug. (Fix #14962) Include F13-F24 keys in Shortcut Mapper. (Fix #11975) Fix the problem where the last empty clean untitled tab cannot be closed after renaming. (Fix #15306) Add plugin a command (NPPM_SETUNTITLEDNAME) to rename untitled tab. (Fix #8916) Display a message box with information about disabled backward regex searching. (Fix #15239) Fix the display glitch for unsaved tabs containing tab characters. (Fix #15202) Fix status bar and tab bar flicker during the GUI updated (fixed only for dark mode). (Fix #15260) Fix the issue with “Begin/End Select” command after deletion. (Fix #15221) Resolve the integer overflow problem in the Column Editor. (Fix #15167) Adjust the position of hits text in the File Progress dialog. (Fix #13426, #15244) Fix the deployment of other software blocked due to NppShell. (Fix #62) Link: Quote Hidden Content Give reaction to this post to see the hidden content. 3
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now