From 81353394b3683cfe7610e4d36379182eec5e0423 Mon Sep 17 00:00:00 2001 From: khartlage Date: Mon, 8 Sep 2003 22:46:32 +0000 Subject: [PATCH] Extended the builder with an index file generator for PHP class- and function-names. The index is stored in a "project.index" file for every project with php-nature. Right-mouse click in the PHP editor on an indexed class- or function-name should open the file, where the identifier is declared. --- net.sourceforge.phpeclipse/plugin.xml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/net.sourceforge.phpeclipse/plugin.xml b/net.sourceforge.phpeclipse/plugin.xml index 71158ed..6405e84 100644 --- a/net.sourceforge.phpeclipse/plugin.xml +++ b/net.sourceforge.phpeclipse/plugin.xml @@ -571,7 +571,18 @@ Temporarily replaced until errors can be ironed out... id="net.sourceforge.phpeclipse.actions.showAction"> - + + + + + + -- 1.7.1