-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This issue does not apply to Notepad++ 8.6.2.
To replicate the issue:
- Install CSVLint 0.4.6.6 on Notepad++ 8.6.1 (32bit or 64bit, shouldn't matter).
- Copy some text to the clipboard (call this
Original selection
) - Open the CSV Lint window in any document.
- Select some text in the CSV Lint window (call this
CSV Lint selection
) - Copy the CSV Lint window selection using Ctrl+C.
- Observe that
Original selection
is still in the clipboard. - Cut the CSV Lint window selection using Ctrl+X.
- Observe that
Original selection
is still in the clipboard. - If desired, try doing similar things on the other forms in CSV Lint. You should find that Ctrl+C and Ctrl+X are broken everywhere.
Note that for any version after Notepad++ 8.6.2 (i.e., versions not yet released at the time of writing), there are (probably) two additional steps after step 2:
- go to
Settings->Preferences...->Editing
from the Notepad++ main menu and uncheckEnable Copy/Cut Line without selection
- make sure there is no text selected in the current Notepad++ document.
My proposed solution
You can fix this issue by following the process I describe in my NppCSharpPluginPack.
If you like, I can submit a PR. While this issue isn't hard to fix, it is annoying and finicky to fix because you have to visually compare the order of Controls.Add
calls to the desired tab order for every form in your plugin.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working