Community
Participate
Working Groups
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>
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.