Bug 61282

Summary: Source code spell checking in Gideon source code editor
Product: [Applications] kdevelop Reporter: domseichter
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description domseichter 2003-07-15 16:46:17 UTC
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
Comment 1 Amilcar do Carmo Lucas 2003-07-15 17:02:05 UTC

*** This bug has been marked as a duplicate of 47065 ***
Comment 2 nagytam 2003-07-15 18:29:43 UTC
And also for the comments and documentations, please! 
 
Spell check: 
[ ] Strings 
[ ] Source code comments 
[ ] Documentation, other files