Bug 251063 - [Code Assist] refinement of proposals pressing CTRL+space twice
Summary: [Code Assist] refinement of proposals pressing CTRL+space twice
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael Spector CLA
QA Contact: Sylvia Tancheva CLA
URL:
Whiteboard:
Keywords:
: 253662 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-16 05:40 EDT by Roy Ganor CLA
Modified: 2020-05-14 13:19 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 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]