View Single Post
Old 09-09-2011, 07:53 PM   #17
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Spell checking itself is very easy. See this for underlying misspellings and this for adding possible corrections to the right click menu. Both of those are from a Markdown editor I wrote in Python. The only challenge will be translating that into C++ (thankfully I used Python bindings to C++ libraries) and making it more robust.
user_none is offline   Reply With Quote