PHP perspective and new Project Wizard
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPEditorMessages.properties
index 0ad7081..87fb2bb 100644 (file)
@@ -17,6 +17,12 @@ ContentAssistTip.tooltip=Content Tip
 ContentAssistTip.image=
 ContentAssistTip.description=Content Tip
 
+Comment.label=Comment@Ctrl+/
+Comment.tooltip=Comment selected lines
+
+Uncomment.label=Uncomment@Ctrl+\
+Uncomment.tooltip=Uncomment selected lines
+
 TogglePresentation.label=Change Presentation
 TogglePresentation.tooltip=Enable/Disable Segmented Source Viewer
 TogglePresentation.image=togglepresentation.gif
@@ -31,3 +37,8 @@ CompletionProcessor.ContextInfo.display.pattern=proposal {0} at position {1}
 CompletionProcessor.ContextInfo.value.pattern=proposal {0} valid from {1} to {2}
 CompletionProcessor.Proposal.ContextInfo.pattern={0} valid 5 characters around insertion point
 CompletionProcessor.Proposal.hoverinfo.pattern=Java keyword: {0}
+
+ParserAction.label=Parse the PHP file
+ParserAction.tooltip=Parse the current PHP file
+ParserAction.image=java.gif
+ParserAction.description=Parse the current PHP file