Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
PluggableTextMorphPlus
Last updated at 1:28 pm UTC on 8 June 2019
A PluggableTextMorphPlus is like PluggableTextMorph but with support for color and optional text styler for syntax highlighting. It is used by the ToolBuilder.



 MorphicModel #(''model'' ''slotName'' ''open'')
    ScrollPane #(''scrollBar'' ''scroller'' ''retractableScrollBar'' ''scrollBarOnLeft'' ''getMenuSelector'' ''getMenuTitleSelector'' ''hasFocus'' ''hScrollBar'' ''hScrollBarPolicy'' 
                        ''vScrollBarPolicy'' ''scrollBarThickness'')
		PluggableTextMorph #(''textMorph'' ''getTextSelector'' ''setTextSelector'' ''getSelectionSelector'' ''hasUnacceptedEdits'' ''askBeforeDiscardingEdits'' ''selectionInterval'' 
		                                    ''hasEditingConflicts'' ''editTextSelector'' ''wantsWrapBorder'')
				PluggableTextMorphPlus #(''getColorSelector'' ''acceptAction'' ''unstyledAcceptText'' ''styler'' ''getTextColorSelector'')
					PluggableTextMorphWithModel #(''myContents'')


TODO2019 : update comment in trunk