v0.0.2: fix Ctrl+C/X for Notepad++ v8.6.1+, minor bugfixes
[0.0.2] - 2024-02-06
Added
- Ported over (from kbilsted's old template) the ToolsForMaintainersOfTheProjectTemplate folder for updating some of the PluginInfrastructure files to stay up to date with Notepad++.
- Added new PopupDialog form, which demonstrates how to configure a pop-up dialog that has select-able fields like textboxes or buttons.
Changed
- Remove references and links to JsonTools (they now go to this project's GitHub repo).
Fixed
- TestRunner.cs now restores clipboard text after tests.
- Link label text and background now correctly switches back to defaults when going from a dark theme to default styles.
- Fix bug where running tests multiple times in a single Notepad++ session causes the user interface tests to fail.
- Fix bug introduced in Notepad++ 8.6.1 where
Ctrl+C
andCtrl+X
would not work in the text fields of forms.