Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
TextMorphEditor
Last updated at 9:23 am UTC on 28 September 2017
now TextEditor

51Deprecated-Morphic-Text Support

2006
A instance of the class TextMorphEditor is created for a paragraph in a TextMorph when it has the focus. When another paragraph gets the focus the old editor is released and a new one is created while keeping certain attributes. When the TextMorph instance looses the focus the TextMorphEditor instance is released. (see methods TextMorph>hasFocus and TextMorph>keyboardFocusChange:).

The term 'editor' here may be misleading in a sense when considering these frequent creations and releases. In general a TextMorphEditor object is a helper object to keep track of an editing state and doing certain editing functions. In this sense it is an editor although one normally thinks of something more static.

The TextMorphEditor is a subclass of FAQ: Keyboard shortcuts and bindings and that is the place where the important things for editing are defined.


Class hierarchy

ProtoObject
Object
Controller
MouseMenuController
ScrollController
FAQ: Keyboard shortcuts and bindings
TextMorphEditor