Skip to content

v0.0.2: fix Ctrl+C/X for Notepad++ v8.6.1+, minor bugfixes

Compare
Choose a tag to compare
@molsonkiko molsonkiko released this 07 Feb 03:49
· 44 commits to main since this release

[0.0.2] - 2024-02-06

Added

  1. Ported over (from kbilsted's old template) the ToolsForMaintainersOfTheProjectTemplate folder for updating some of the PluginInfrastructure files to stay up to date with Notepad++.
  2. Added new PopupDialog form, which demonstrates how to configure a pop-up dialog that has select-able fields like textboxes or buttons.

Changed

  1. Remove references and links to JsonTools (they now go to this project's GitHub repo).

Fixed

  1. TestRunner.cs now restores clipboard text after tests.
  2. Link label text and background now correctly switches back to defaults when going from a dark theme to default styles.
  3. Fix bug where running tests multiple times in a single Notepad++ session causes the user interface tests to fail.
  4. Fix bug introduced in Notepad++ 8.6.1 where Ctrl+C and Ctrl+X would not work in the text fields of forms.