X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 7070756..4cddf37 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -6,6 +6,7 @@ providerName=EclipseProject.de naturePHP.name=PHP Project perspectivePHP.name=PHP +perspectiveHTML.name=HTML viewPHPResources.name=PHP Resources newWizardCategory.name=PHP @@ -53,6 +54,7 @@ CommentAction.label= Co&mment@Ctrl+/ UncommentAction.label= &Uncomment@Ctrl+\\ +FormatAction.label= F&ormat@Ctrl+Shift+F ########################################################################## # Action Definitions ########################################################################## @@ -66,3 +68,6 @@ ActionDefinition.comment.description= Turn the selected lines into PHP comments ActionDefinition.uncomment.name= Uncomment ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines + +ActionDefinition.format.name= Format +ActionDefinition.format.description= Format the source code \ No newline at end of file