better listentry for intervals
authorClaus Gittinger <cg@exept.de>
Sun, 23 Feb 2014 12:37:38 +0100
changeset 13989 38ea3e78bb70
parent 13988 07aada7b0e4a
child 13990 0cf6a3bea278
better listentry for intervals
stx_libtool.st
--- a/stx_libtool.st	Sun Feb 23 12:37:36 2014 +0100
+++ b/stx_libtool.st	Sun Feb 23 12:37:38 2014 +0100
@@ -426,7 +426,7 @@
 
 extensionMethodNames
     "lists the extension methods which are to be included in the project.
-     Entries are 2-element array literals, consisting of class-name and selector."
+     Entries are pairwise elements, consisting of class-name and selector."
 
     ^ #(
         Breakpoint icon
@@ -575,6 +575,7 @@
         ProgrammingLanguage toolboxClass
         'Autoload class' inspectorExtraAttributes
         ProgrammingLanguage displayString
+        Interval inspectorValueStringInListFor:
     )
 ! !
 
@@ -634,10 +635,10 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.101 2014-02-05 19:32:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.102 2014-02-23 11:37:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.101 2014-02-05 19:32:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.102 2014-02-23 11:37:38 cg Exp $'
 ! !