Bug 226512 - [navigation] JavaWordIterator should consider numbers as camel case hunks
Summary: [navigation] JavaWordIterator should consider numbers as camel case hunks
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-10 10:02 EDT by Markus Keller CLA
Modified: 2008-04-10 10:48 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 Markus Keller CLA 2008-04-10 10:02:41 EDT
I20080408-0800

JavaWordIterator should consider numbers as separate camel case hunks.
Example:
Is:       Snippet|Test123|Case
Expected: Snippet|Test|123|Case

SearchPattern from JDT/Core already works more like this (currently only with multiple hunks in front of the number, see bug 226509).