[BUG][FIX] PackageBrowser find class

Bob Arning arning at charm.net
Sun Jan 9 16:14:52 UTC 2000


Somewhere along the way, finding a class in the PackageBrowser stopped working. A fix is enclosed.

Cheers,
Bob

=========
'From Squeak2.7 of 5 January 2000 [latest update: #1762] on 9 January 2000 at 11:06:07 am'!

!PackageBrowser methodsFor: 'class list' stamp: 'RAA 1/9/2000 11:04'!
selectCategory: cat

	self packageListIndex: (self packageList indexOf: (cat copyUpTo: $-)).	
	self systemCategoryListIndex: (self systemCategoryList indexOf: 
			(cat copyFrom: (cat indexOf: $- ifAbsent: [0]) + 1 to: cat size)).! !





More information about the Squeak-dev mailing list