[FIX]New Morph menu TextSupport

Karl Ramberg karl.ramberg at chello.se
Mon May 1 12:04:17 UTC 2000


This fix removes two items from the New Morph menu / Text Support.
Either
of the items funktion alone and are useless. This just confuses people
when
trying to add text to a book or something. Use the textMorph in the
basic sub menu.

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

!TextMorph class methodsFor: 'as yet unclassified' stamp: 'kfr 5/1/2000 13:42'!
includeInNewMorphMenu
	"OK to instantiate"
	^ true! !


!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! !



More information about the Squeak-dev mailing list