fixes to allow viewing all vs extensions in a
authorClaus Gittinger <cg@exept.de>
Tue, 23 Oct 2012 20:21:36 +0200
changeset 11918 46ef9b23af7a
parent 11917 4abec96d769d
child 11919 9fa21d589eba
fixes to allow viewing all vs extensions in a project-filtered setup (spawn single or multiple projects)
Tools_ClassList.st
--- a/Tools_ClassList.st	Tue Oct 23 20:21:29 2012 +0200
+++ b/Tools_ClassList.st	Tue Oct 23 20:21:36 2012 +0200
@@ -1120,7 +1120,7 @@
     "create a generator which enumerates my elements, 
      and place it into the outputGenerator holder"
 
-    self outGeneratorHolder value: self makeGenerator.
+    super updateOutputGenerator.
     outGeneratorHolderForMethods notNil ifTrue:[
         outGeneratorHolderForMethods value: self makeGeneratorForMethods.
     ].
@@ -2011,9 +2011,9 @@
 !ClassList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.61 2012-10-20 19:54:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.62 2012-10-23 18:21:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.61 2012-10-20 19:54:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.62 2012-10-23 18:21:36 cg Exp $'
 ! !