fixed accelerator problem; slightly improved PHP Perspective
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
index b4f9b2e..7070756 100644 (file)
@@ -37,6 +37,32 @@ AddBookmark.tooltip=Add Bookmark...
 AddTask.label=Add &Task
 AddTask.tooltip=Add Task...
 php.menu.label=&Source
-phpActionSet.label=PHP Source Actions
-phpUncommentAction.label=&Uncomment@Ctrl+\\
-phpCommentAction.label=&Comment@Ctrl+/
\ No newline at end of file
+
+##########################################################################
+# 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+\\
+
+##########################################################################
+# 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