Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
StringMorphEditor
Last updated at 3:06 pm UTC on 27 March 2018
TextMorph subclass: #StringMorphEditor
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Morphic-Text Support'


I am a textMorph used as a pop-up editor for StringMorphs.
I present a yellow background and I go away when a CR is typed or when the user clicks elsewhere.

This class is used as an editor by the class StringMorph.

The editor is activated if the user shift clicks on a StringMorph.