<plugin
id="net.sourceforge.phpeclipse"
name="%pluginName"
- version="1.0.7"
+ version="1.0.9"
provider-name="%providerName"
class="net.sourceforge.phpeclipse.PHPeclipsePlugin">
<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.debug.core"/>
<import plugin="org.eclipse.debug.ui"/>
+ <import plugin="org.eclipse.search"/>
<import plugin="org.apache.xerces"/>
<import plugin="org.eclipse.update.ui"/>
</requires>
type="text"
extension="xml">
</fileTypes>
+ <fileTypes
+ type="text"
+ extension="tpl">
+ </fileTypes>
</extension>
<extension
point="org.eclipse.ui.perspectives">
name="%newWizardCategory.name"
id="net.sourceforge.phpeclipse.wizards.NewWizardCategoryPHP">
</category>
-<!--
-Temporarily replaced until errors can be ironed out...
--->
<wizard
name="%newWizardPHPProject.name"
icon="icons/obj16/php.gif"
Create a new PHP project.
</description>
</wizard>
+<!-- <wizard
+ id="net.sourceforge.phpdt.internal.ui.wizards.NewClassCreationWizard"
+ name="%NewPHPClass.label"
+ class="net.sourceforge.phpdt.internal.ui.wizards.NewClassCreationWizard"
+ category="net.sourceforge.phpeclipse.wizards.NewWizardCategoryPHP"
+ icon="icons/ctool16/newclass_wiz.gif">
+ <description>%NewPHPClass.description</description>
+ </wizard>
+ -->
<!--
<this wizard replaces it as it works - maybe not as pretty but still>
</description>
</wizard>
</extension>
+ <extension point="org.eclipse.ui.exportWizards">
+ <wizard name="%ExportWizards.Obfuscator"
+ icon="icons/ctool16/exportdir_wiz.gif"
+ class="net.sourceforge.phpeclipse.obfuscator.export.ObfuscatorExportWizard"
+ id="net.sourceforge.phpeclipse.obfuscator.export.ObfuscatorExportWizard">
+ <description>%ExportWizards.ObfuscatorDescription</description>
+ <selection class="org.eclipse.core.resources.IResource" />
+ </wizard>
+ </extension>
<extension
point="org.eclipse.ui.projectNatureImages">
<image
class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
id="net.sourceforge.phpeclipse.PHPUnitEditor">
</editor>
+ <editor
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/htmledit.gif"
+ extensions="tpl"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ </editor>
</extension>
<extension
point="org.eclipse.ui.actionSets">
<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="#PHPEditorContext"
+ id="net.sourceforge.phpeclipse.actions.popupOpenDeclaration">
+ <action
+ label="Open PHP Declaration"
+ class="net.sourceforge.phpeclipse.actions.PHPOpenDeclarationEditorActon"
+ menubarPath="additions"
+ id="net.sourceforge.phpeclipse.actions.opendeclaration">
+ </action>
+ </viewerContribution>
+
<viewerContribution
targetID="#PHPRulerContext"
id="net.sourceforge.phpdt.ui.PHPEditorPopupActions">
</provider>
</extension>
<extension
+ point="org.eclipse.ui.documentProviders">
+ <provider
+ extensions="%tplFileExtension"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider"
+ id="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider">
+ </provider>
+ </extension>
+ <extension
point="org.eclipse.ui.views">
<view
name="%phpConsoleView"
</extension>
<!-- =========================================================================== -->
-<!-- PHPDT/UI command definitions -->
-<!-- =========================================================================== -->
-<!--
-<extension point="org.eclipse.ui.commands">
- <category
- name="%category.source.name"
- description="%category.source.description"
- id="net.sourceforge.phpeclipse.ui.category.source">
- </category>
-
-
- <scope
- name="%scope.javaEditor.name"
- parent="org.eclipse.ui.textEditorScope"
- description="%scope.javaEditor.description"
- id="net.sourceforge.phpeclipse.ui.textEditorScope">
- </scope>
-
-
- <command
- category="org.eclipse.ui.category.edit"
- id="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals"
- name= "%ActionDefinition.correctionAssistProposals.name"
- description="%ActionDefinition.correctionAssistProposals.description">
- </command>
- <keyBinding
- string="Ctrl+1"
- scope="net.sourceforge.phpeclipse.ui.textEditorScope"
- command="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
- <keyBinding
- platform="carbon"
- string="Command+1"
- scope="net.sourceforge.phpeclipse.ui.textEditorScope"
- command="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
-
-
- <command
- category="net.sourceforge.phpeclipse.ui.category.source"
- id="net.sourceforge.phpeclipse.phpeditor.comment"
- name= "%ActionDefinition.comment.name"
- description= "%ActionDefinition.comment.description">
- </command>
- <keyBinding
- string="Ctrl+/"
- scope="net.sourceforge.phpeclipse.ui.textEditorScope"
- command="net.sourceforge.phpeclipse.phpeditor.comment"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
- <keyBinding
- platform="carbon"
- string="Command+/"
- scope="net.sourceforge.phpeclipse.ui.textEditorScope"
- command="net.sourceforge.phpeclipse.phpeditor.comment"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
-
- <command
- category="net.sourceforge.phpeclipse.ui.category.source"
- id="net.sourceforge.phpeclipse.phpeditor.uncomment"
- name= "%ActionDefinition.uncomment.name"
- description= "%ActionDefinition.uncomment.description">
- </command>
- <keyBinding
- string="Ctrl+\"
- scope="net.sourceforge.phpeclipse.ui.textEditorScope"
- command="net.sourceforge.phpeclipse.phpeditor.uncomment"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
- <keyBinding
- platform="carbon"
- string="Command+\"
- scope="net.sourceforge.phpeclipse.ui.textEditorScope"
- command="net.sourceforge.phpeclipse.phpeditor.uncomment"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
-
- <command
- category="net.sourceforge.phpeclipse.ui.category.source"
- id="org.eclipse.jdt.ui.edit.text.java.format"
- name= "%ActionDefinition.format.name"
- description= "%ActionDefinition.format.description">
- </command>
- <keyBinding
- string="Ctrl+Shift+F"
- scope="net.sourceforge.phpeclipse.ui.textEditorScope"
- command="org.eclipse.jdt.ui.edit.text.java.format"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
- <keyBinding
- platform="carbon"
- string="Command+Shift+F"
- scope="net.sourceforge.phpeclipse.ui.textEditorScope"
- command="org.eclipse.jdt.ui.edit.text.java.format"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
-
-</extension>
--->
-<!-- =========================================================================== -->
-<!-- PHP Editor Key Bindings -->
+<!-- PHPDT/UI Editor Key Bindings -->
<!-- =========================================================================== -->
<extension
point="org.eclipse.ui.acceleratorSets">
key="Ctrl+Shift+P"
id="net.sourceforge.phpeclipse.ui.edit.text.php.goto.matching.bracket">
</accelerator>
- <accelerator
+ <!-- <accelerator
key="Ctrl+Space"
id="net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals">
- </accelerator>
+ </accelerator> -->
<!-- source -->
<accelerator
key="Ctrl+/"