stx_libtool.st
changeset 13989 38ea3e78bb70
parent 13898 2add5ca4bdb7
child 14003 3952eebda714
--- 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 $'
 ! !