Skip to content

Commit

Permalink
clarified the evaluate top level sexpr command which is really evalua…
Browse files Browse the repository at this point in the history
…te current selection or top level sexpr
  • Loading branch information
laurentpetit committed Apr 9, 2010
1 parent 7b56d04 commit 5a53e68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ccw.core/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Counterclockwise Clojure Plug-in
Bundle-SymbolicName: ccw.core;singleton:=true
Bundle-Version: 0.0.55.A001
Bundle-Version: 0.0.55.A002
Bundle-Localization: plugin
Bundle-Activator: ccw.CCWPlugin
Require-Bundle: org.eclipse.ui,
Expand Down
4 changes: 2 additions & 2 deletions ccw.core/plugin.properties
Expand Up @@ -31,8 +31,8 @@ command.gotoPreviousMember.description=Go to previous member
command.selectToplevelSExpression.name=Select Top level S-Expression
command.selectToplevelSExpression.description=Select Top level S-Expression

command.evaluateToplevelSExpression.name=Evaluate Top level S-Expression
command.evaluateToplevelSExpression.description=Evaluate Top level S-Expression
command.evaluateToplevelSExpression.name=Evaluate current selection or Top Level S-Expression
command.evaluateToplevelSExpression.description=Evaluate current selection or Top Level S-Expression

command.clojureShortcut.run.name=Clojure shortcut run
command.clojureShortcut.run.description=Clojure shortcut run
Expand Down
4 changes: 2 additions & 2 deletions ccw.core/plugin.xml
Expand Up @@ -489,7 +489,7 @@
</command>
<command
commandId="ccw.ui.edit.text.clojure.evaluate.toplevel.s.expression"
label="Evaluate Top Level s-expression"
label="Evaluate current selection or Top Level S-Expression"
style="push">
</command>
<separator
Expand Down Expand Up @@ -580,7 +580,7 @@
</command>
<command
commandId="ccw.ui.edit.text.clojure.evaluate.toplevel.s.expression"
label="Evaluate Top Level s-expression"
label="Evaluate current selection or Top Level S-Expression"
style="push">
</command>
<separator
Expand Down
Expand Up @@ -15,7 +15,7 @@ GotoMatchingBracketAction_error_noMatchingBracket=There is no matching bracket
GotoMatchingBracketAction_error_bracketOutsideSelectedElement=Bracket outside selected element

SelectTopLevelSExpressionAction_label=Select Top Level S-Expression
EvaluateTopLevelSExpressionAction_label=Evaluate To pLevel S-Expression
EvaluateTopLevelSExpressionAction_label=Evaluate current selection or Top Level S-Expression
LoadFileAction_label=Load File
CompileLibAction_label=Compile Lib
WrapRoundActionAction_label=Wrap next s-expression with parens
Expand Down
2 changes: 1 addition & 1 deletion ccw.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="ccw.feature"
label="%featureName"
version="0.0.55.A001"
version="0.0.55.A002"
provider-name="%providerName"
plugin="ccw.branding">

Expand Down

0 comments on commit 5a53e68

Please sign in to comment.