Bug 33236 - [content assist] Autocompletion case-sensitive
Summary: [content assist] Autocompletion case-sensitive
Status: RESOLVED DUPLICATE of bug 25305
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-26 06:32 EST by Henning Boeger CLA
Modified: 2003-06-17 07:07 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 Henning Boeger CLA 2003-02-26 06:32:02 EST
Auto completion would be more efficient to use if it would act case sensitive.
For example, if I have

int myVar;
// now I want to type myVar = 1;
m<HIT CTRL-SPACE>

I get all Types and Variables starting with "m" or "M", so I have to select 
myVar. If autocomplete was case sensitive, I would get a single proposal 
(myVar) and it could be inserted automatically.

Maybe case-sensitivity could be a preference in Java|Editor|Code Assist
Comment 1 Dani Megert CLA 2003-06-17 07:07:39 EDT

*** This bug has been marked as a duplicate of 25305 ***