Bug 151218 - [spell checking] Support for user defined ignore expressions on spell checker
Summary: [spell checking] Support for user defined ignore expressions on spell checker
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2006-07-20 09:04 EDT by Otavio Pereira CLA
Modified: 2007-06-22 10:02 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Otavio Pereira CLA 2006-07-20 09:04:31 EDT
Using the spellchecker shipped with 3.2, we noted that the number of squiggles had increased in our project compared to the ones reported from 3.1. Most of cases are resources names that get the file extensions highlighted ("gif" isn't part of our dictionary). The main thing we noticed is that in 3.1 the spell checker ignored words with dots, like "org.eclipse.spell", but now it's checking individual words (org, eclipse, spell). I really don't think this is a bad thing, I just would like to be able to have a new option to enable/disable the highlighting of "resource names", for instance.

Talking to some folks, we came out with an idea, not sure about the feasibility, but it would be really nice to have some "user defined" ignore patterns, like a way to enter a regular expression that is matched against the tokens returned by the editor. Note that I'm really not familiar with the spell checking internals and very little familiar with the editor's API.

If I sent this issue to the wrong component, don't be afraid to reject, but please point me to the right direction :)

Regards,
Otavio
Comment 1 Dani Megert CLA 2006-11-20 10:50:29 EST
No plans to work on this.
Comment 2 Dani Megert CLA 2007-06-22 09:59:30 EDT
Get rid of deprecated state.