Auto Spell Check Setup in Kile
by sahab on Aug.19, 2011, under kubuntu
Kile is a user-friendly TeX/LaTeX editor for the KDEÂ desktop environment. KDE is available for many architectures and operating systems such as PC, Mac, and BSD, including Linux and Microsoft Windows.
For setup the auto splell check please follow the below steps
#sudo apt-get install ispell
#vim ~/.kde/share/config/kdeglobals
Then add the follwing lines
[KSpell]
KSpell_Client=1
KSpell_DictFromList=1
KSpell_Dictionary=american
KSpell_Encoding=0
KSpell_NoRootAffix=0
KSpell_RunTogether=0