</extension>
<extension
point="org.eclipse.ui.propertyPages">
- <page
+<!-- <page
objectClass="org.eclipse.core.resources.IProject"
name="%propertyPagePHPProject.name"
class="net.sourceforge.phpeclipse.preferences.PHPProjectPropertyPage"
name="nature"
value="net.sourceforge.phpeclipse.phpnature">
</filter>
- </page>
- <!-- <page
- objectClass="net.sourceforge.phpeclipse.resourcesview.PHPProject"
- name="%propertyPagePHPProject.name"
- class="net.sourceforge.phpeclipse.preferences.PHPProjectPropertyPage"
- id="net.sourceforge.phpeclipse.preferences.PropertyPagePHPProject">
+ </page> -->
+ <page
+ objectClass="org.eclipse.core.resources.IProject"
+ name="PHP Obfuscator"
+ class="net.sourceforge.phpeclipse.preferences.PHPObfuscatorPropertyPage"
+ id="net.sourceforge.phpeclipse.preferences.PHPObfuscatorPropertyPage">
<filter
name="nature"
value="net.sourceforge.phpeclipse.phpnature">
</filter>
- </page> -->
+ </page>
</extension>
<!-- <extension
point="org.eclipse.ui.views">
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
+ objectClass="org.eclipse.core.resources.IResource"
+ id="net.sourceforge.phpeclipse.actions.obfuscator">
+ <action
+ label="PHP Obfuscator"
+ class="net.sourceforge.phpeclipse.actions.PHPObfuscatorAction"
+ menubarPath="additions"
+ id="net.sourceforge.phpeclipse.actions.obfuscatorAction">
+ </action>
+ </objectContribution>
+ <objectContribution
objectClass="org.eclipse.core.resources.IFile"
nameFilter="*.php"
id="net.sourceforge.phpeclipse.actions.externalParserAction">
id="net.sourceforge.phpeclipse.actions.showAction">
</action>
</objectContribution>
+
<viewerContribution
targetID="#PHPRulerContext"
id="net.sourceforge.phpdt.ui.PHPEditorPopupActions">
class="net.sourceforge.phpeclipse.PHPEclipseBasePreferencePage"
id="net.sourceforge.phpeclipse.preference.PHPEclipsePreferencePage">
</page>
+ <page
+ name="PHP Parser"
+ category="net.sourceforge.phpeclipse.preference.PHPEclipsePreferencePage"
+ class="net.sourceforge.phpeclipse.PHPEclipseParserPreferencePage"
+ id="net.sourceforge.phpeclipse.preference.PHPEclipseParserPreferencePage">
+ </page>
<!-- <page
name="Editor2"
category="net.sourceforge.phpeclipse.preference.PHPEclipsePreferencePage"
expanderClass="net.sourceforge.phpdt.externaltools.variable.WorkspaceExpander">
</variable>
<variable
- tag="localhost_loc"
+ tag="file_loc"
+ description="Expands to the full file name"
+ expanderClass="net.sourceforge.phpdt.externaltools.variable.FileExpander">
+ </variable>
+ <variable
+ tag="file_url"
+ description="Expands to an URL with the localhost preference settings"
+ expanderClass="net.sourceforge.phpdt.externaltools.variable.UrlExpander">
+ </variable>
+ <variable
+ tag="localhost_url"
description="Expands to the localhost preference settings."
expanderClass="net.sourceforge.phpdt.externaltools.variable.LocalhostExpander">
</variable>