mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #783] [QUESTION] Textarea - How to color some words like textview? #574
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#574
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @rsmaximiliano on GitHub (Dec 18, 2022).
Original GitHub issue: https://github.com/rivo/tview/issues/783
Hi, I want to know if is possible to color some words when user is typing words in a Textarea
@rivo commented on GitHub (Dec 18, 2022):
No, it's not possible. I collected feedback for the
TextAreafor over a year (see #594) and it was decided that coloring was "not necessary / required". To be honest, I'm glad about that because the text area is already very complex, coloring / syntax highlighting would have made it almost unmaintainable.@rsmaximiliano commented on GitHub (Dec 18, 2022):
Ok! Thank you for your time and work <3