Started with PHP/HTML Formatter menu => doesn't work right now
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
index 8ef16ae..4cddf37 100644 (file)
@@ -1,11 +1,12 @@
 #########################################
 #
 #########################################
-pluginName=PHP Plugin
+pluginName=PHPEclipse Tools Core
 providerName=EclipseProject.de
 naturePHP.name=PHP Project
 
 perspectivePHP.name=PHP
+perspectiveHTML.name=HTML
 viewPHPResources.name=PHP Resources
 
 newWizardCategory.name=PHP
@@ -22,12 +23,51 @@ phpConsoleView=PHP Console
 phpFileExtension=php
 php3FileExtension=php3
 php4FileExtension=php4
-
+incFileExtension=inc
+phtmlFileExtension=phtml
+htmlFileExtension=html
+htmFileExtension=htm
+xmlFileExtension=xml
 #
 # Action sets
 #
 
-php.menu.label=&PHP
-phpActionSet.label=PHP Actions
-phpUncommentAction.label=&Uncomment@Ctrl+\\
-phpCommentAction.label=&Comment@Ctrl+/
\ No newline at end of file
+AddBookmark.label=Add Boo&kmark
+AddBookmark.tooltip=Add Bookmark...
+
+AddTask.label=Add &Task
+AddTask.tooltip=Add Task...
+php.menu.label=&Source
+
+##########################################################################
+# Coding Action set
+##########################################################################
+CodingActionSet.label= PHP Coding
+CodingActionSet.description= Action set containing coding related PHP actions
+
+##########################################################################
+# Source Menu
+##########################################################################
+SourceMenu.label= &Source
+
+CommentAction.label= Co&mment@Ctrl+/
+
+UncommentAction.label= &Uncomment@Ctrl+\\
+
+FormatAction.label= F&ormat@Ctrl+Shift+F
+##########################################################################
+# Action Definitions
+##########################################################################
+#--- Edit menu
+ActionDefinition.contentAssistProposals.name= Content Assist
+ActionDefinition.contentAssistProposals.description= Content Assist
+
+#--- Source menu
+ActionDefinition.comment.name= Comment
+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