-
Notifications
You must be signed in to change notification settings - Fork 188
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
Paste into find overlay control does not work in multipage editor (manifest.mf, plugin.xml) #2509
Closed
2 tasks done
Tracked by
#2021
Comments
66 tasks
Additional information: this also happens in other editors (like Java source code editor) when pasting into the replace input field. |
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Nov 11, 2024
…platform#2509 While actions of the target editor are properly deactivated when the find input field of the FindReplaceOverlay has focus, the same does not happen for the replace input field. In consequence, for example, you cannot paste clipboard content into the replace input field via the according keyboard shortcut (CTRL+V). With this change, the functionality to deactivate target editor actions is also applied when the the replace input field has focus, in addition to the find input field. Contributes to eclipse-platform#2509
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Nov 11, 2024
…platform#2509 While actions of the target editor are properly deactivated when the find input field of the FindReplaceOverlay has focus, the same does not happen for the replace input field. In consequence, for example, you cannot paste clipboard content into the replace input field via the according keyboard shortcut (CTRL+V). With this change, the functionality to deactivate target editor actions is also applied when the the replace input field has focus, in addition to the find input field. Contributes to eclipse-platform#2509
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Nov 12, 2024
…tform#2509 While actions of the target editor are properly deactivated when the target is an ordinary, single-page editor, the same does not happen when the target is a multi-page editor. In consequence, for example, you cannot paste clipboard content into the overlay via the according keyboard shortcut (CTRL+V), but it will paste into the target editor instead. With this change, the functionality to deactivate target editor actions is extended to also deactivate the relevant global actions (cut, copy, paste, etc.) that editors like multi-page editors fall back to. Fixes to eclipse-platform#2509
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Nov 12, 2024
…platform#2509 While actions of the target editor are properly deactivated when the find input field of the FindReplaceOverlay has focus, the same does not happen for the replace input field. In consequence, for example, you cannot paste clipboard content into the replace input field via the according keyboard shortcut (CTRL+V). With this change, the functionality to deactivate target editor actions is also applied when the the replace input field has focus, in addition to the find input field. Contributes to eclipse-platform#2509
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Nov 12, 2024
…platform#2509 While actions of the target editor are properly deactivated when the find input field of the FindReplaceOverlay has focus, the same does not happen for the replace input field. In consequence, for example, you cannot paste clipboard content into the replace input field via the according keyboard shortcut (CTRL+V). With this change, the functionality to deactivate target editor actions is also applied when the the replace input field has focus, in addition to the find input field. Contributes to eclipse-platform#2509
HeikoKlare
added a commit
that referenced
this issue
Nov 12, 2024
While actions of the target editor are properly deactivated when the find input field of the FindReplaceOverlay has focus, the same does not happen for the replace input field. In consequence, for example, you cannot paste clipboard content into the replace input field via the according keyboard shortcut (CTRL+V). With this change, the functionality to deactivate target editor actions is also applied when the the replace input field has focus, in addition to the find input field. Contributes to #2509
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Nov 12, 2024
…tform#2509 While actions of the target editor are properly deactivated when the target is an ordinary, single-page editor, the same does not happen when the target is a multi-page editor. In consequence, for example, you cannot paste clipboard content into the overlay via the according keyboard shortcut (CTRL+V), but it will paste into the target editor instead. With this change, the functionality to deactivate target editor actions is extended to also deactivate the relevant global actions (cut, copy, paste, etc.) that editors like multi-page editors fall back to. Fixes to eclipse-platform#2509
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Nov 12, 2024
…tform#2509 While actions of the target editor are properly deactivated when the target is an ordinary, single-page editor, the same does not happen when the target is a multi-page editor. In consequence, for example, you cannot paste clipboard content into the overlay via the according keyboard shortcut (CTRL+V), but it will paste into the target editor instead. With this change, the functionality to deactivate target editor actions is extended to also deactivate the relevant global actions (cut, copy, paste, etc.) that editors like multi-page editors fall back to. Fixes to eclipse-platform#2509
HeikoKlare
added a commit
that referenced
this issue
Nov 12, 2024
While actions of the target editor are properly deactivated when the target is an ordinary, single-page editor, the same does not happen when the target is a multi-page editor. In consequence, for example, you cannot paste clipboard content into the overlay via the according keyboard shortcut (CTRL+V), but it will paste into the target editor instead. With this change, the functionality to deactivate target editor actions is extended to also deactivate the relevant global actions (cut, copy, paste, etc.) that editors like multi-page editors fall back to. Fixes to #2509
Fixed via: I used a wrong tag, so that this issue was not auto-closed by merging that PR. |
Thanks a lot. Fix is also working fine in the Abap Development Tools source editors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
From a fresh installation and clean workspace:
The same steps work fine in the Java source editor, but not in a multipage editor containing a text editor as page.
Screencast:
screencast_paste_into_find_overlay.mp4
Tested under this environment:
Community
The text was updated successfully, but these errors were encountered: