ParagraphEditor
Last updated at 4:37 pm UTC on 16 January 2006
ParagraphEditor is a class worth exploring with the SystemBrowser if you want to configure keyboard related things in your image.
Most important are the methods called in the initialize method on the class side:
initialize
UndoSelection _ FindText _ ChangeText _ Text new.
UndoMessage _ Message selector: #halt.
self initializeCmdKeyShortcuts.
self initializeShiftCmdKeyShortcuts.
self initializeTextEditorMenus
See also TextMorphEditor (a subclass)