[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Hyperlinking source files

Hi,

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

Best regards,

<rapkasta@xxxxxxxxx> wrote in message 
news:op.unbpe2elpszu1d@xxxxxxxxxxxxxxxxxxxxxxxx
> //firstly, sorry for my English
> I've used Zend Studio for Eclipse for a long time, use some other editors.
> PTD now is my choice, but there is one problem for me: i can't find 
> normally hyperlinking in editor:
> for example, I have a code:
> ---
> <?php
> include "libs/class.name.php"; // in this file class "name" defined
>
> $c=new name();
> $c->doIt();
> ?>
> ---
> Now, if i hover on "name()" or at "doIt()" with Ctrl and click, editor 
> open needful code. !But If i do it on "libs/class.name.php" - there are no 
> effects: but family Zend Studio for Eclipse will open source file.
> I see at Hyperlinking configure and does not find a cause of this.
>
> Is PDT doesn't have this ability or I have a curves hands? :)