Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326625 - Code Assist in scrapbook pages cannot create new object
Summary: Code Assist in scrapbook pages cannot create new object
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-29 23:37 EDT by jhngc CLA
Modified: 2010-10-06 12:55 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jhngc CLA 2010-09-29 23:37:54 EDT
Build Identifier: 20100917-0705

after typing "new" and ctrl+<space> on a scrapbook page, new object does appear. this happened while following the video Java and eclipse for total beginners. I believe it worked before, but I closed and reopened my project and I know now it does not work while the video clearly tells you to do work this way.

Reproducible: Always

Steps to Reproduce:
1.open an old project with a scrapbook page
2.type "new" (without quotes)
3.try code assist for a new object ctrl+<space>
Comment 1 Markus Keller CLA 2010-10-06 12:55:57 EDT
After "new", code assist doesn't show anything because it doesn't find any other completions than the keyword.

After "new ", code assist doesn't show anything because it would have to show each and every type in the system, and that list would just be too huge.

After "new O", code assist works fine for me.