-
Notifications
You must be signed in to change notification settings - Fork 7
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. #64
Comments
Hm. I tested it on my machine with v.8.6.2 and I am able to copy and cut text from searchbox without any issues.
|
Yes, I'm aware of this. However, if you go to |
Darn, you're right. I got confused; that menu item was added in a commit
since 8.6.2 (which I tested using the GH Actions artifact), and should be
in 8.6.3.
…On Wed, Feb 7, 2024, 8:42 AM Oleksii Maryshchenko ***@***.***> wrote:
I cant find such option:
image.png (view on web)
<https://github.com/young-developer/nppNavigateTo/assets/4460168/4e622447-fade-4c8e-8388-27db3b99574f>
—
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALAQAI4JFTDV3DQ2U43IL5LYSOVHNAVCNFSM6AAAAABC5EU3BKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZSGQ2DOMJXHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I double-checked in 8.6.5 and I am still able to copy without any issues. @molsonkiko please could you retest? |
The issue only manifests when you do the following:
I do not know that it's really worthwhile to fix this issue, given what a small corner case this is. As noted here there are a bunch of disadvantages associated with fixing it. |
To replicate the issue:
Original selection
)NavigateTo selection
)Original selection
is still in the clipboard.Original selection
is still in the clipboard.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: