Replies: 2 comments 2 replies
-
I don’t understand what you mean about Entry widget lacking support for cursor movement and selection - it supports all of that… You might have to be more specific about what you are trying to do but can’t. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Just for my own reference later, #5135 brought a proposed RichTextEntry to my attention as well. |
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
-
Is there a better parent issue / discussion than this feature request for supporting basic text editor functionality?
From what I can tell based on browsing the API, and sample projects such as defyne and notes, the only method for editing large text files is the basic Entry type, which seems to lack support for cursor movement, highlighting, and some other primitives that may allow for tool tipping / intellisene like behavior.
I'm new to this project and would like any pointers on existing design decisions for this feature so that I can determine if it would be feasible for me to begin work on a PR, potentially to make TextGrid editable.
Beta Was this translation helpful? Give feedback.
All reactions