[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Re: Hyperlinking source files
|
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? :)
Shit, shit....hags...
I do it now, and it's really work, but in my real project files placed in different directory, and in this tree:
~~~~~~
-directory
+++second.php
first.php
~~~~~~~~~
and in second.php:
<?php
include "../first.php";
?>
hyperlinking doesn't work!
But if i place second.php in directory, where first.php placed and write "include 'first.php'" hyperlinking work!