[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Hyperlinking source files
|
//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? :)