Version: (using KDE KDE 3.1.3) Installed from: SuSE RPMs The following cool feature came to my mind. It would be really great if it would be possible to have a spell checking in KDevelop for User visible strings. For example, I have the following source code: QLabel* label = new QLabel( this, "label" ); label->setText( i18n("A spelling mistace") ); KDevelop should recognice that the i18n text is user visible and needs to be spellchecked. KDevelop should underline the word mistace like kword does and offer in the context menu possible correction (i.e "mistake"). This would beware some of my users of spelling mistakes in my UI's :-). I know that this is complicated and not a small feature request, but I really would like to have this feature. CU Dom
*** This bug has been marked as a duplicate of 47065 ***
And also for the comments and documentations, please! Spell check: [ ] Strings [ ] Source code comments [ ] Documentation, other files