July 30, 2015
9:15 a.m.
Is there a specific reason why TextEditor>>initWithMorph: aMorph super initialize. morph := aMorph. self resetState. calls super initialize instead of self initialize? TextMorph uses that with its subclass SmalltalkEditor as TextEditor class>>forMorph: aMorph ^ self basicNew initWithMorph: aMorph Stephan