Replies: 1 comment 1 reply
-
|
It is possible to override how editable text is rendered via the egui/crates/egui_demo_lib/src/easy_mark/easy_mark_editor.rs Lines 83 to 94 in 27e7303 You could use that to add spell checker underlines. Then to add interactivity (i.e., map the mouse position to a specific part of the text to display suggestions etc), I think you'd have to get the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was just wondering, is there any way for me to implement a spell check for text fields, i.e. colour underline of a text portion that is not valid by some criteria? I get that this is a complicated enough topic to warrant
eguinot bothering about it, but I don't think I found anything that could be used vaguely in this way on theTextEditdocumentation page, so I'm curious if anyone has any thoughts on how to do something like that.Beta Was this translation helpful? Give feedback.
All reactions