Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View gist:1075828
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!--PHP Editor:-->
<extension point="org.eclipse.ui.editors">
<editor class="org.eclipse.php.internal.ui.editor.PHPStructuredEditor"
contributorClass="org.eclipse.php.internal.ui.editor.ActionContributorForPhp"
default="true" icon="icons/full/obj16/phpfile.gif" id="org.eclipse.php.editor"
name="%editor.name.0" symbolicFontName="org.eclipse.wst.sse.ui.textfont">
<contentTypeBinding contentTypeId="org.eclipse.php.core.phpsource" />
</editor>
<editor
class="org.eclipse.php.internal.ui.editor.UntitledPHPEditor"
icon="icons/full/obj16/phpfile.gif"
id="org.eclipse.php.untitledPhpEditor"
name="%editor.name.1"
symbolicFontName="org.eclipse.wst.sse.ui.textfont">
</editor>
</extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.