Replies: 1 comment
-
These settings has to be connected, however not necessary in that way. I changed it now on either way, I belive you can archive selectable, non-editable by setting it like this: textView.isEditable = false
textView.isSelectable = true |
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
-
Hi Marcin,
In STTextView, you have this code:
I have a use case where the view should be read-only for user inputs, but I'd like to be able to select/copy the text from the view and to format/highlight the text within the view (ex., TreeSitter.) It would be great if we could control these behaviors independently of each other.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions