Scroll egui::ScrollArea when user is highlighting/selecting text that extends off screen? #7343
Unanswered
kairoswater-jason
asked this question in
Q&A
Replies: 2 comments
-
I am trying to figure this out too. It seems you can |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was forced to implement an "export/save" button since I couldn't figure out how to enable a select all + copy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a egui::ScrollArea that is filled with
egui::Label
elements.I'd like to be able to select all of the text from the label elements and copy it.
Unfortunately, the contents extend off-screen.
In many applications the act of highlighting / dragging the cursor will cause a ScrollArea to move with the current cursor position.
Is there some way to implement this using an egui ScrollArea?
tangentially related question: is it possible to have a "control + A" select all of the textual things (eg. labels, etc.) inside of a egui frame?
Beta Was this translation helpful? Give feedback.
All reactions