Skip to content

notepadpp-multireplace 4.1.0.20

Latest
Compare
Choose a tag to compare
@daddel80 daddel80 released this 20 Nov 23:19

Implemented updates:

  • Header Column Menu: Right-click on the header to toggle columns like Find count, Replace count, Comments, and Delete.

  • Comments Column: Add custom comments to entries via the new optional Comments column. Existing list files remain fully compatible.

  • Column Locking: Lock the width of columns (Find, Replace, Comments) with a double-click on the header divider. A lock icon shows the status.

  • Multilanguage Support: The plugin now supports Danish.

  • Configuration Options: Manage settings via the INI file located at
    C:\Users\<Username>\AppData\Roaming\Notepad++\plugins\Config\MultiReplace.ini:

    • DoubleClickEdits: To disable direct editing on double-click, set DoubleClickEdits=0 (default: enabled).
    • Tooltips: To disable tooltips, set Tooltips=0 (default: enabled).
    • AlertNotFound: To disable notifications for unsuccessful searches, set AlertNotFound=0 (default: enabled).