Hi, Could we have a beautiful feature like "Open file by selected text" ? For example, I have PHP code:
<?php include('foo.inc.php'); ...
?>
By selecting the text "foo.inc.php" and via a shortcut keyboard/context menu I would like to open this file which is supposed found in the same location of main source.
Thank you,
On Sun, 21 Jan 2007 21:57:40 +0100, Vnpenguin vnpenguin@vnoss.org wrote:
Hi,
Could we have a beautiful feature like "Open file by selected text" ? For example, I have PHP code:
<?php include('foo.inc.php'); ... ?>
By selecting the text "foo.inc.php" and via a shortcut keyboard/context menu I would like to open this file which is supposed found in the same location of main source.
When reading this, I remembered that this was already requested some time ago. I don't know why I didn't answered your last request on September, but I added the feature with SVN r1225.
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
On 1/24/07, Enrico Tröger enrico.troeger@uvena.de wrote:
By selecting the text "foo.inc.php" and via a shortcut keyboard/context menu I would like to open this file which is supposed found in the same location of main source.
When reading this, I remembered that this was already requested some time ago. I don't know why I didn't answered your last request on September, but I added the feature with SVN r1225.
Thank you,