Implement selections, clipboard #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tomo text boxes can be marked as selectable, so when text is selected it should be marked as such under X. Additionally, text copying with ctrl-c should be performed on all selectable text boxes. Also need to look into creating a SetEditable on text boxes so that objects don't have to implement that by themselves and we can also have backend specific behavior, pasting too.
We also just need clipboard support in general. It's been missing for too long.