[FIX] We do not need anymore 'fileOut' option for a class

Bergel Alexandre bergel at iam.unibe.ch
Tue Feb 19 10:24:46 UTC 2002


With module, 'fileOut' item in a class menu into browser is not useful anymore.


-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._
Bergel Alexandre  http://www.iam.unibe.ch/~bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^
-------------- next part --------------
'From Squeak3.3alpha of 30 January 2002 [latest update: #4730] on 19 February 2002 at 12:07:58 am'!

!Browser methodsFor: 'system category functions' stamp: 'AB 2/19/2002 00:05'!
systemCatSingletonMenu: aMenu 
	^ aMenu
		labels: 'browse all
browse
printOut
update
rename...
remove'
		lines: #(2 4 )
		selections: #(#browseAllClasses #buildSystemCategoryBrowser #printOutSystemCategory #updateSystemCategories #renameSystemCategory #removeSystemCategory )! !

!Browser methodsFor: 'system category functions' stamp: 'AB 2/19/2002 00:05'!
systemCategoryMenu: aMenu 
	^ aMenu
		labels: 'find class... (f)
recent classes... (r)
browse all
browse
printOut
reorganize
update
add item...
rename...
remove'
		lines: #(2 4 6 8 )
		selections: #(#findClass #recent #browseAllClasses #buildSystemCategoryBrowser #printOutSystemCategory #editSystemCategories #updateSystemCategories #addSystemCategory #renameSystemCategory #removeSystemCategory )! !


!HierarchyBrowser methodsFor: 'menu messages' stamp: 'AB 2/19/2002 00:05'!
systemCatSingletonMenu: aMenu 
	^ aMenu
		labels: 'find class... (f)
browse
printOut
update
rename...
remove'
		lines: #(1 4 )
		selections: #(#findClass #buildSystemCategoryBrowser #printOutSystemCategory #updateSystemCategories #renameSystemCategory #removeSystemCategory )! !


More information about the Squeak-dev mailing list