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

Bug 251063

Summary: [Code Assist] refinement of proposals pressing CTRL+space twice
Product: z_Archived Reporter: Roy Ganor <ganoro>
Component: PDTAssignee: Michael Spector <spektom>
Status: CLOSED FIXED QA Contact: Sylvia Tancheva <silviya>
Severity: normal    
Priority: P3 CC: gadi, kalin.a, php6developer
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Roy Ganor CLA 2008-10-16 05:40:30 EDT
1. use this content:
<?php
function foo() {
	return 5;
}

|

2. place the cursor where the | is positioned
3. click "f"
4. click Ctrl+Space
5. see that foo() is not on the list (it should work if foo() is outside of the file too)
Comment 1 Michael Spector CLA 2008-10-19 05:22:37 EDT
The scenario is the following:

1. use this content:
<?php
function foo() {
	return 5;
}

|

2. place the cursor where the | is positioned
3. click Ctrl+Space
4. see that foo() is not on the list - OK
5. click "f"
6. click Ctrl+Space
7. the list should be updated and foo() should present 

The bug is about feature like in JDT - pressing several times CTRL+space changes code assist scope.
Comment 2 Roy Ganor CLA 2008-11-04 09:41:21 EST
*** Bug 253662 has been marked as a duplicate of this bug. ***
Comment 3 Anton Danilchenko CLA 2009-05-20 09:06:10 EDT
Fixed?
Comment 4 Michael Spector CLA 2009-05-30 10:58:28 EDT
*** Bug 275270 has been marked as a duplicate of this bug. ***
Comment 5 Anton Danilchenko CLA 2009-06-04 03:28:36 EDT
Fixed in RC3
Comment 6 Michael Spector CLA 2009-06-04 03:38:29 EDT
Please close.
Comment 7 Gadi Goldbarg CLA 2010-01-18 11:01:51 EST
Closing
[Sylvia Tancheva]