Author: vrubezhny
Date: 2011-10-18 12:25:50 -0400 (Tue, 18 Oct 2011)
New Revision: 35765
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
Log:
JBIDE-9872 Html editor should be able to show html files even though they don't end in
.html
PHP files are enabled to be opened byJBoss Tools JSP/HTML editors in the same way as
it's done for *.inc files
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2011-10-18 15:03:51 UTC (rev
35764)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2011-10-18 16:25:50 UTC (rev
35765)
@@ -544,7 +544,7 @@
name="%ContentType_JBossToolsINC"
base-type="org.eclipse.jst.jsp.core.jspsource"
describer="org.jboss.tools.jst.jsp.jspeditor.JSPIncludeContentDescriber"
- file-extensions="inc"
+ file-extensions="inc, php"
priority="high"/>
<file-association
Show replies by date