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

Bug 378127

Summary: Content assist should cancel but doesn't
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.5   
Target Milestone: 1.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-04-30 17:40:49 EDT
1. Make a new JavaScript (.js) file
2. Press Ctrl+Space to activate content assist
3. Start typing something that matches a completion. e.g. type
> contin
which will filter the proposals down to just 'continue'.
4. Keep typing, but add characters that make it not match anymore:
> continxxxxx
5. Now press ENTER to start a new line. Now you'll immediately see the content assist panel pop up again. 

This is weird. I expected the newline to cancel content assist.