Tools__LintRuleList.st
changeset 11381 baba3049428c
parent 11317 96a66a14341a
child 11386 58298a5a7c1a
--- a/Tools__LintRuleList.st	Wed Mar 07 18:18:52 2012 +0100
+++ b/Tools__LintRuleList.st	Wed Mar 07 18:19:06 2012 +0100
@@ -140,9 +140,10 @@
     "Do not manually edit this!! If it is corrupted,
      the MenuEditor may not be able to read the specification."
 
+
     "
-     MenuEditor new openOnClass:Tools::SmalllintRuleList andSelector:#menu
-     (Menu new fromLiteralArrayEncoding:(Tools::SmalllintRuleList menu)) startUp
+     MenuEditor new openOnClass:Tools::LintRuleList andSelector:#menu
+     (Menu new fromLiteralArrayEncoding:(Tools::LintRuleList menu)) startUp
     "
 
     <resource: #menu>
@@ -152,6 +153,7 @@
         (
          (MenuItem
             label: '-'
+            isVisible: false
           )
          (MenuItem
             label: 'Inspect'
@@ -519,13 +521,14 @@
             ]
         ]
     ].
+    newList sort:[:a :b | a name < b name].
     self listHolder value:newList.
     listValid := true.
 
     "Modified: / 22-07-2009 / 15:58:39 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 16-04-2010 / 11:38:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 25-08-2010 / 13:35:58 / Jan Vrany <enter your email here>"
-    "Modified: / 04-08-2011 / 20:50:20 / cg"
+    "Modified: / 07-03-2012 / 18:06:50 / cg"
 ! !
 
 !LintRuleList methodsFor:'queries'!
@@ -748,11 +751,11 @@
 !LintRuleList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.10 2012-03-02 01:58:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.11 2012-03-07 17:19:06 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.10 2012-03-02 01:58:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.11 2012-03-07 17:19:06 cg Exp $'
 !
 
 version_SVN