Tools__LintRuleList.st
changeset 14165 93b3cd16ecf3
parent 14033 a8387e4a0a78
child 14169 d983f6273b6d
--- a/Tools__LintRuleList.st	Wed Mar 26 11:00:25 2014 +0100
+++ b/Tools__LintRuleList.st	Wed Mar 26 11:48:30 2014 +0100
@@ -359,19 +359,19 @@
 
 selectionChanged
 
-    | selection |
-
-    super selectionChanged.
-    selection := self listSelection value.
-    selection isEmptyOrNil ifTrue:[
-        self selectionHolder value: selection
-    ] ifFalse:[
-        self selectionHolder value: (selection collect:[:entry|entry rule])
-    ].                                 
-    listView invalidate
+"/    | selection |
+"/
+"/    super selectionChanged.
+"/    selection := self listSelection value.
+"/    selection isEmptyOrNil ifTrue:[
+"/        self selectionHolder value: selection
+"/    ] ifFalse:[
+"/        self selectionHolder value: (selection collect:[:entry|entry rule])
+"/    ].                                 
+"/    listView invalidate
 
     "Created: / 05-08-2011 / 00:10:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 27-02-2013 / 23:31:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 26-03-2014 / 10:45:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !LintRuleList methodsFor:'event processing'!
@@ -772,14 +772,14 @@
 !LintRuleList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.16 2014-02-25 10:42:18 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.17 2014-03-26 10:48:30 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.16 2014-02-25 10:42:18 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.17 2014-03-26 10:48:30 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__LintRuleList.st,v 1.16 2014-02-25 10:42:18 vrany Exp $'
+    ^ '$Id: Tools__LintRuleList.st,v 1.17 2014-03-26 10:48:30 vrany Exp $'
 ! !