Bug 334002 - [spell checking] Spell Checker new option": Ignore words in comment blocks
Summary: [spell checking] Spell Checker new option": Ignore words in comment blocks
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2011-01-11 11:58 EST by Mark Richards CLA
Modified: 2011-01-20 02:03 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Richards CLA 2011-01-11 11:58:37 EST
Build Identifier: 20100218-1602

Although mostly an annoyance, the spell checker tests words within comments:
//
or
/* */

An option Spelling:Options: "Ignore words within comments" would be nice.


Reproducible: Always
Comment 1 Dani Megert CLA 2011-01-12 10:26:24 EST
Why would you not want to have the comments spell checked?
Comment 2 Mark Richards CLA 2011-01-12 10:54:48 EST
Because doing so serves no purpose.
Comment 3 Dani Megert CLA 2011-01-12 10:57:56 EST
(In reply to comment #2)
> Because doing so serves no purpose.
Sure it does: it serves the purpose of not having typos in the comments.
Comment 4 Nitin Dahyabhai CLA 2011-01-12 12:00:03 EST
Aren't comments the only thing that's spell checked?
Comment 5 Dani Megert CLA 2011-01-13 03:31:37 EST
(In reply to comment #4)
> Aren't comments the only thing that's spell checked?
Yes, but I think he refers to code comments vs. Javadoc comments.