-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctrl+C and Ctrl+X no longer work in forms for Notepad++ 8.6.1 and newer. #87
Comments
This is an interesting find, you're right that I'm not sure what's more work, submit changes as a PR or re-structure the CSV Lint pluin to use the new NppCSharpPluginPack as a basis. As it seems to fix some other issues as well (better dark mode, docked window integration). But also I don't know how important an issue this is, in terms of users running into this. |
One thing I should warn you of, regarding my fix in NppCSharpPluginPack - it introduces some weird behavior that you may not want, discussed in this README section. None of these issues are the end of the world, but all of them are at least mildly irritating, and some of them may not be fixable at all, so it's not entirely obvious to me that fixing this issue would be net positive. It is net positive for JsonTools and NppCSharpPluginPack, but those are very different plugins with very different UX demands. If the issue above were more prominent, I would unreservedly recommend using That said, you also mentioned that you were interested in changing your dark mode behavior to match NppCSharpPluginPack. That is obviously a separate matter, but I can certainly submit a PR to implement that. |
This was fixed in commit #88 to fix issue #83 and it's available in the new release CSV Lint v0.4.6.7 |
This issue does not apply to Notepad++ 8.6.2.
To replicate the issue:
Original selection
)CSV Lint selection
)Original selection
is still in the clipboard.Original selection
is still in the clipboard.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:
Settings->Preferences...->Editing
from the Notepad++ main menu and uncheckEnable Copy/Cut Line without selection
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.The text was updated successfully, but these errors were encountered: