From: khartlage Date: Mon, 8 Sep 2003 22:46:32 +0000 (+0000) Subject: Extended the builder with an index file generator for PHP class- and function-names. X-Git-Url: http://git.phpeclipse.com 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. --- 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"> - + + + + + +