#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 28 Jan 2017 02:12:22 +0100
changeset 17287 ab847ac24b33
parent 17286 367515a3b9a4
child 17288 37a31feda2e4
#DOCUMENTATION by cg class: Tools::LintRuleSelectionDialog comment/format in: #examples
Tools__LintRuleSelectionDialog.st
--- a/Tools__LintRuleSelectionDialog.st	Sat Jan 28 02:10:59 2017 +0100
+++ b/Tools__LintRuleSelectionDialog.st	Sat Jan 28 02:12:22 2017 +0100
@@ -103,7 +103,8 @@
     dialog open.
     dialog accepted ifTrue:[
         rules := dialog selectionAsRule
-    ]
+    ].
+    rules inspect.
 
                                                                 [exEnd]