[ENH]Removed items from NewMorph menu

Karl Ramberg karl.ramberg at chello.se
Wed May 3 11:01:29 UTC 2000


Items that caused a direct debugger.

FlapTab
MethodMorph
StringMorphEditor
TextMorphForEditView
ViewerFlapTab

Karl
-------------- next part --------------
'From Squeak2.8alpha of 19 February 2000 [latest update: #2052] on 3 May 2000 at 12:56:47 pm'!

!FlapTab class methodsFor: 'as yet unclassified' stamp: 'kfr 5/3/2000 12:51'!
includeInNewMorphMenu
	"Not to be instantiated from the menu"
	^ false! !


!MethodMorph class methodsFor: 'as yet unclassified' stamp: 'kfr 5/3/2000 12:52'!
includeInNewMorphMenu
	"Not to be instantiated from the menu"
	^ false! !


!StringMorphEditor class methodsFor: 'as yet unclassified' stamp: 'kfr 5/1/2000 13:41'!
includeInNewMorphMenu
	"Not to be instantiated from the menu"
	^ false! !


!TextMorphForEditView class methodsFor: 'as yet unclassified' stamp: 'kfr 5/1/2000 13:41'!
includeInNewMorphMenu
	"Not to be instantiated from the menu"
	^ false! !


!ViewerFlapTab class methodsFor: 'as yet unclassified' stamp: 'kfr 5/3/2000 12:52'!
includeInNewMorphMenu
	"Not to be instantiated from the menu"
	^ false! !



More information about the Squeak-dev mailing list