Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326625

Summary: Code Assist in scrapbook pages cannot create new object
Product: [Eclipse Project] JDT Reporter: jhngc
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, markus.kell.r, prakash
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.