Bug 488555 - [subwords] Subwords highlighting applied if proposal is a subword and camel case match
Summary: [subwords] Subwords highlighting applied if proposal is a subword and camel c...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Recommenders (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-26 08:24 EST by Simon Laffoy CLA
Modified: 2019-07-24 14:35 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 Simon Laffoy CLA 2016-02-26 08:24:49 EST
If content assist is triggered in the following situation

class A {

    void xxYyZz() {}

    void m() {
        xYZ$
    }
}

Then the proposal xxYyZz will have subword highlighting

*--**-
xxYyZz

instead of camel case hihglighting

*-*-*-
xxYyZz