[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Re: Hyperlinking source files
|
Sorry, but I cannot re-create this issue.
I have two files in my project: test.php and test2.php
test2.php contents are:
<?php
include "test.php";
?>
When staying on "test.php" and pressing CTRL - it hyperlinks. When clicking
on it - test.php is opened in a new editor.
What am I doing wrong? :)
<rapkasta@xxxxxxxxx> wrote in message
news:op.unck2yqepszu1d@xxxxxxxxxxxxxxxxxxxxxxxx
> Tue, 06 Jan 2009 20:34:08 +0500, Michael Spector <michael@xxxxxxxx>
> ???????:
>
>> libs/class.name.php must be found according to the Include Path.
>> For example, if class.name.php is placed in /MyProject/a/b/c/libs, there
>> should be an entry in Include Path:
>>
>> /MyProject/a/b/c
>
> Yes, i know. I talk about something second: for example i have next code:
>
> [script.php]
> <?php
> include "file.php";
> ?>
> file.php placed in directory "A" and script "script.php" in "A", i need
> next: if i hover mouse at "file.php" and click - pdt must open "file.php"
> to edit. Now it doesn't open, but if i write:
> <?php
>
> ...
> some_func(...);
> ?>
> and hover mouse on some_func, click "CTRL+left mouse", file ( where
> some_func defined) will open in editor.
>
> P.S. So sorry for my english,next for russian people, i wrote in russian
>
> ???? ???, ? ??????? ???? ????? ?????????? ?????, ? ???? (??? ? ??? ?? Zend
> Studio), ????? ????? ????????? ?????? ?? ??? ????? + ??????? ?? ctrl ?
> ?????? ????, ???? ????? ???? ???????? ? ????? ???? ??? ??????????????...