Squeak
  QotD    "To be or not to be" – Shakespeare
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
TextEditorTest
Last updated at 12:38 pm UTC on 25 July 2022

 setUp

	super setUp.
	model := MorphicTestTextModel new.
	widget := PluggableTextMorph on: model text: #contents accept: #contents:.
	"We don't do real keyboard event handling. To be sure to set the model in the editor."
	self editor model: model.
	
	model contents: ''.