[squeak-dev] The Inbox: ConfigBrowser2-chc.2.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 21 18:54:54 UTC 2010


A new version of ConfigBrowser2 was added to project The Inbox:
http://source.squeak.org/inbox/ConfigBrowser2-chc.2.mcz

==================== Summary ====================

Name: ConfigBrowser2-chc.2
Author: chc
Time: 21 May 2010, 2:54:52.198 pm
UUID: 062228eb-9c80-405e-a643-24cf53183bb4
Ancestors: ConfigBrowser2-chc.1

empty log message

==================== Snapshot ====================

SystemOrganization addCategory: #ConfigBrowser2!

TestRunner subclass: #ConfigBrowser2
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'ConfigBrowser2'!

----- Method: ConfigBrowser2>>buttons (in category 'as yet unclassified') -----
buttons
	^ #(( 'Install' #runAll #hasRunnable )
		( 'Update' #runProfiled #hasRunnable )
		( 'Something' #runCoverage #hasRunnable )
		( 'Help' #runFailures #hasFailures )
		( 'Something Else' #runErrors #hasErrors ))!

----- Method: ConfigBrowser2>>categoryList (in category 'as yet unclassified') -----
categoryList
	^ #(#'BuildConfig1')!

----- Method: ConfigBrowser2>>classList (in category 'as yet unclassified') -----
classList
	
	^(MetacelloConfiguration allSubclasses)!

----- Method: ConfigBrowser2>>label (in category 'as yet unclassified') -----
label

	^'ConfigBrowser2'!




More information about the Squeak-dev mailing list