Bug 240425 - Cannot open declarations
Summary: Cannot open declarations
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: Roy Ganor CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2008-07-10 19:07 EDT by Jake CLA
Modified: 2020-05-14 11:08 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jake CLA 2008-07-10 19:07:21 EDT
Hello,

I have a function defined in a functions.php:

function test($foo, $bar)
{
 echo "hello world";
}

In index.php I have included the file. When I type the function code assist shows up with the method, parameters, and where the file is located. However when I double click the method, right click and try to click Open Declaration it goes nowhere because it is disabled.

If I try to highlight the function and click F3 two options come up in a yellow sticky, Open Declaration and Open Selection. When I click on either of those nothing happens.

I went to the settings (ctrl + shift + L) and just to be sure restored all my shortcut keys to the default and still nothing happens.

I would appreciate some sort of solution or notification when this bug as been fixed.

Thanks.
Comment 1 Roy Ganor CLA 2008-07-16 09:58:23 EDT
thanks,

this bug was fixed already, works on head (available on nightly)
Comment 2 Gadi Goldbarg CLA 2008-10-05 07:51:43 EDT
fixed