Skip to content

Ctrl+C and Ctrl+X no longer work in forms for Notepad++ 8.6.1 and newer. #64

@molsonkiko

Description

@molsonkiko

To replicate the issue:

  1. Install NavigateTo 2.7.0 on Notepad++ 8.6.1 (32bit or 64bit, shouldn't matter).
  2. Copy some text to the clipboard (call this Original selection)
  3. Open the NavigateTo window in any document.
  4. Select some text in the NavigateTo textbox (call this NavigateTo selection)
  5. Copy the NavigateTo textbox selection using Ctrl+C.
  6. Observe that Original selection is still in the clipboard.
  7. Cut the NavigateTo textbox selection using Ctrl+X.
  8. Observe that Original selection is still in the clipboard.
  9. If desired, try doing similar things on the settings form. You should find that Ctrl+C and Ctrl+X are broken everywhere.

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions