Bug 114098 - [content assist] Camel case completions are not inserted
Summary: [content assist] Camel case completions are not inserted
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Tom Hofmann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-28 09:42 EDT by David Audel CLA
Modified: 2005-12-08 09:13 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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