This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191773 - Dictionary should have a disable switch
Summary: Dictionary should have a disable switch
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-10 01:52 UTC by tbrunhoff
Modified: 2010-11-10 15:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2010-11-10 01:52:43 UTC
I think spell-checking is a new feature... or it has changed. I would expect to find either a preference (under Tools-->Options) or a project property or a per-file setting that would allow me to turn off the spell checker. As it is, it complains about the spelling of jargon in the C++ comments and, worse yet, it thinks my python scripts are full of spelling errors. This is a nice feature for UI code, but very distracting for other code.

Please add some disable switches!!
Comment 1 Vladimir Voskresensky 2010-11-10 09:13:20 UTC
I have added switches in Tools->Options->Misc->Spell Checker
you can turn off spell checker separately for C/C++ files and scripts
also you can always add any word to user's or project's dictionary
http://hg.netbeans.org/cnd-main?cmd=changeset;node=9cf744d61dc5
Comment 2 tbrunhoff 2010-11-10 15:43:05 UTC
Thanks!