Comment 4 for bug 191616

Revision history for this message
Jesse B. Hannah (jbhannah) wrote :

Revision 122 in my branch above now has fully-functional spellchecking on-demand; it requires PyEnchant, Enchant, and a backend for Enchant (such as aspell or myspell), but only one package needed to be installed in Ubuntu (apt-get install python-enchant). It brings up a GTK dialog box for each error, with a combo box to select a suggested replacement or input your own and options to change that error, change all occurrences of that error, add the word to a personal word list, or ignore all occurrences of that error. Type in some text with spelling errors (my standard test was a few lines with "This is smoe txet.") and press Ctrl+K to test it.