Closed molsonkiko closed 9 months ago
This is partially fixed by the most recent commit, although currently in Npp 8.6.1, Ctrl+V pastes text on keyup, rather than keydown as is normal.
I reverted that change in a subsequent commit, because there is no point in trying to correct for this issue, and as noted below, the underlying issue was subsequently fixed by Don Ho in Notepad++ 8.6.2.
Note that this issue will be fixed in Notepad++ 8.6.2, so you should install 8.6.2 or higher to avoid this issue.
But you can still right-click and select Paste from the dropdown menu to paste text.
This also applies to Ctrl+X and Ctrl+V.
Tested on Notepad++ 8.6.1 32bit and 64bit.
As I noted in this community forum post, this issue seems to affect all text fields in all Windows Forms using the C# plugin template, but not forms in C++ plugins.
Debug info:
EDIT: see below posts for clarification