Bug 85747 - [spell checking] Spell checker fails to recognize "<word>"
Summary: [spell checking] Spell checker fails to recognize "<word>"
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M4   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-17 13:56 EST by Randy Hudson CLA
Modified: 2006-11-20 09:58 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2005-02-17 13:56:57 EST
characters which are not Character.isJavaLetter should not be included in the 
dictionary lookup.

This error occurs in the following java code:
String foo = "<word>";
Comment 1 Dani Megert CLA 2005-02-18 09:12:42 EST

*** This bug has been marked as a duplicate of 68898 ***
Comment 2 Dani Megert CLA 2005-02-18 10:22:31 EST
see bug 68898, comment 3
Comment 3 Dani Megert CLA 2005-05-25 17:52:49 EDT
Deferred.
Comment 4 Dani Megert CLA 2006-11-20 09:58:17 EST
Fixed in HEAD.
Available in builds > N20061120-0010.

There's now a preference to ignore non-letters at word boundaries (on by default).