* DLTK Validators actions menu shown only for project for wich checkers are available.
* Ruby Launching with arguments added spaces for correct handling.
* Implemented way to test enablement and visibility of actions shown on top of dltk model elements.
diff --git a/core/plugins/org.eclipse.dltk.validators.ui/plugin.xml b/core/plugins/org.eclipse.dltk.validators.ui/plugin.xml
index 4192d77..9a260ef 100644
--- a/core/plugins/org.eclipse.dltk.validators.ui/plugin.xml
+++ b/core/plugins/org.eclipse.dltk.validators.ui/plugin.xml
@@ -40,6 +40,12 @@
label="Remove all validator markers"
menubarPath="org.eclipse.dltk.validators.ui.menu/top">
</action>
+ <visibility>
+ <objectState
+ name="org.eclipse.dltk.validators.ui.visibility"
+ value="true">
+ </objectState>
+ </visibility>
</objectContribution>
</extension>
<extension
@@ -50,5 +56,12 @@
<enablement></enablement>
</consolePageParticipant>
</extension>
+ <extension
+ point="org.eclipse.dltk.ui.actionFilterTester">
+ <actionFilterTester
+ class="org.eclipse.dltk.validators.internal.ui.ValidatorsVisibilityTester"
+ id="org.eclipse.dltk.validators.ui.visibility">
+ </actionFilterTester>
+ </extension>
</plugin>