From c25a3eff3f3e3293500097ad8d9318763bd66206 Mon Sep 17 00:00:00 2001 From: pombredanne Date: Mon, 24 Sep 2007 20:26:12 +0000 Subject: [PATCH] Cleaning up the supported files extensions, need more fixing. Adding ctp extensions support (Cake PHP templates) --- .../plugin.xml | 25 +++------ net.sourceforge.phpeclipse.launching/plugin.xml | 40 ++++---------- net.sourceforge.phpeclipse/plugin.xml | 55 +++++--------------- 3 files changed, 34 insertions(+), 86 deletions(-) diff --git a/net.sourceforge.phpeclipse.externaltools/plugin.xml b/net.sourceforge.phpeclipse.externaltools/plugin.xml index 03fe24c..a7c61f2 100644 --- a/net.sourceforge.phpeclipse.externaltools/plugin.xml +++ b/net.sourceforge.phpeclipse.externaltools/plugin.xml @@ -289,12 +289,14 @@ + + + nameFilter="*.php*" + id="net.sourceforge.phpdt.externaltools.actions.externalParserAction.phpS"> + nameFilter="*.ctp" + id="net.sourceforge.phpdt.externaltools.actions.externalParserAction.ctp"> - - - - + nameFilter="*.phtml" + id="net.sourceforge.phpdt.externaltools.actions.externalParserAction.phtml"> - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/net.sourceforge.phpeclipse/plugin.xml b/net.sourceforge.phpeclipse/plugin.xml index 8680c34..1a3aee8 100644 --- a/net.sourceforge.phpeclipse/plugin.xml +++ b/net.sourceforge.phpeclipse/plugin.xml @@ -106,10 +106,11 @@ - - + + + @@ -118,7 +119,7 @@ + file-extensions="php,phpc,php3,php4,php5,phtml,inc,module,phpt,ctp"/> + + - - - - - - - - + nameFilter="*.php*" + id="net.sourceforge.phpeclipse.actions.popupShowAction.phpS"> + + + nameFilter="*.ctp" + id="net.sourceforge.phpeclipse.actions.popupShowAction.ctp"> - - - - + -- 1.7.1