Bug 336228 - [code assist] Content assist does not work in specific case (array initializer in anonymous class method)
Summary: [code assist] Content assist does not work in specific case (array initialize...
Status: CLOSED DUPLICATE of bug 395604
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.6.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Ayushman Jain CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 09:00 EST by Markus Keller CLA
Modified: 2012-12-04 02:22 EST (History)
3 users (show)

See Also:


Attachments
patched StatusLine.java (20.18 KB, text/plain)
2011-02-03 09:00 EST, Markus Keller CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2011-02-03 09:00:52 EST
Created attachment 188229 [details]
patched StatusLine.java

M20110202-0800 and HEAD

- Check out org.eclipse.jface
- Apply patch from attachment 188191 [details] (from bug 129309), or use attached file
- In org.eclipse.jface.action.StatusLine line 301, set caret before 'text' in 'cp.setContents(new Object[] { text },...'
- type 'Leg', Ctrl+Space
=> Content Assist doesn't propose LegacyActionTools (nor anything else)
Comment 1 Dani Megert CLA 2012-12-04 02:22:50 EST
Bug 395604 has a simpler test case.

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