Bug 61282 - Source code spell checking in Gideon source code editor
Summary: Source code spell checking in Gideon source code editor
Status: RESOLVED DUPLICATE of bug 47065
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 16:46 UTC by domseichter
Modified: 2003-07-15 18:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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