Hi,
if one has an inspector extension that shows a textual iVar of an object
representing code (using #rubricText, #pharoMethod or�� #pharoPlayground)
as in this example:
��gtInspectorSourceIn: composite
�� �� �� �� <gtInspectorPresentationOrder: 30>
�� �� �� �� ^ composite pharoMethod
�� �� �� �� �� �� �� �� title: 'Source';
�� �� �� �� �� �� �� �� smalltalkClass: [ self methodClass ];
�� �� �� �� �� �� �� �� display: [ self getSource ];
�� �� �� �� �� �� �� �� act: [ self browse ] icon: GLMUIThemeExtraIcons glamorousBrowse entitled: 'Browse'
What is the best/correct way to set the iVar when the text is typed so the
state of the iVar represents the lively editing in the inspector extension?
Or is there a way to realize this somehow with Glamour ports using the #text port?
Thanks
T.