Bug 114098

Summary: [content assist] Camel case completions are not inserted
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: TextAssignee: Tom Hofmann <eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: eclipse
Version: 3.2   
Target Milestone: 3.2 M4   
Hardware: PC   
OS: All   
Whiteboard:

Description David Audel CLA 2005-10-28 09:42:11 EDT
build I20051025-0800 + JDTCore head

Completion support now camel case in JDTCore (bug 102572) but when a camel case
proposal is selected nothing is inserted.

class ToTo {
  TT| // do ctlr + space here and select ToTo
}
Comment 1 Tom Hofmann CLA 2005-10-28 10:16:07 EDT
the proposals don't pass validation
Comment 2 Tom Hofmann CLA 2005-12-08 09:13:35 EST
fixed > 20051208