Squiggly spell checking component
Hi everyone,
Following the release of Squiggly - the spell checker engine for mx components - I just realized a small Flex4/Spark component for using the spell checker with a TextFlow.
The demo here: http://lafabrick.com/labz/pageLayout/squiggly/.
Sources are available here: http://lafabrick.com/labz/pageLayout/squiggly/srcview/index.html.
I took the opportunity to make a small management of TextFlow with a scrollbar in a custom Spark component.
These are basic components which waiting for you to edit:)
You'll see that I use a different system compared to a standard spell checker (all words highlighted in red, ...)
So I have a question/request: To get the red underlining of words wrong, it would be possible to have an extra character format, NOT taken into account by the TextConverter? Another possibility could be a style highlighter, or a character format, directely in the TextRange... I do not know if I'm clear!
If a way exist to do this, tell me more !
Also ... A second feature request!
It would be really interesting to replace a text / word via elements ParagraphElement: I work in elearning, and it happens to need of words that have several character with different formats from each other (example: abigwordwithdifferentformat ) . The aim would be to replace directly this type of word, composed of several SpanElement by another, in the paragraphElement.
Thanks a lot !
Fabien
