Summary
There is no way for the user to select any text in the UI.
Motivation
A user (including me) expect text to be select-able.
Proposed API
Text should be select-able by default. There could potentially be a builder like method
to disable the ability (I mostly dislike UI that does that though)
Behavior
Should follow standard selection behavior, like in the browser. Like click and drag,
being able to copy text with ctrl-c. Double clicking on a word to select it, and triple clicking to select paragraph etc.
Summary
There is no way for the user to select any text in the UI.
Motivation
A user (including me) expect text to be select-able.
Proposed API
Text should be select-able by default. There could potentially be a builder like method
to disable the ability (I mostly dislike UI that does that though)
Behavior
Should follow standard selection behavior, like in the browser. Like click and drag,
being able to copy text with ctrl-c. Double clicking on a word to select it, and triple clicking to select paragraph etc.