stx_libtool.st
changeset 17476 de380a84914e
parent 17422 b84aecfd04b4
child 17558 14fd7fcbab3f
--- a/stx_libtool.st	Fri Mar 17 11:45:49 2017 +0100
+++ b/stx_libtool.st	Fri Mar 17 12:00:21 2017 +0100
@@ -428,9 +428,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.
-     A correponding method with real names must be present in my concrete subclasses
-     if it has extensions."
+     Entries are pairwise elements, consisting of class-name and selector."
 
     ^ #(
         ApplicationModel inspectorExtraAttributes
@@ -506,7 +504,6 @@
         Method printStringForBrowserWithSelector:inClass:
         Method selectorPrintStringInBrowserFor:
         Method selectorPrintStringInBrowserFor:class:
-        MethodDictionary inspectorClass
         MultiImage inspectorClass
         NonPositionableExternalStream inspectorExtraMenuOperations
         Object inspector2TabClass
@@ -616,6 +613,7 @@
         'Smalltalk class' inspectorClass
         'StandaloneStartup class' iconInBrowserSymbol
         'Warning class' iconInBrowserSymbol
+        KeyedCollection inspectorClass
     )
 ! !