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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.