Page 1 of 1

Spell Checking?

Posted: Sat Feb 22, 2014 12:15 pm
by Gibbon1
Has any thought been given to adding a spell checker, such as hunspell to codelite?

Seems some bits are there, you have code highlighting, meaning codelite somehow understands the difference between code (usually not spell checked and comments. And also uses clang and thus knows symbols being used in the code as well.

Re: Spell Checking?

Posted: Sat Feb 22, 2014 1:22 pm
by eranif
There is already a spellchecking plugin for codelite (it is in my Inbox waiting for integration into git head)
The plugin was written by Frank Lichtner (frank_frl)

Eran

Re: Spell Checking?

Posted: Mon Feb 24, 2014 3:18 am
by Gibbon1
That is fabulous!