Updates:
Status: Accepted
Comment #3 on issue 1046 by tu...(a)tudorgirba.com: TextPresentation should
update rendering when text port is populated
http://code.google.com/p/moose-technology/issues/detail?id=1046
The problem is located in the commented code from below:
GLMMorphicTextRenderer>>actOnContextChanged: ann
ann property = #selectionInterval
ifTrue: [
ann value notNil
ifTrue: [textMorph setSelection: ann value ]
ifFalse: [textMorph setSelection: (1 to: 0)] ].
" self flag: 'somehow this disturbs copy paste and cmd+shift+left
selection'.
ann property = #text
ifTrue: [
textMorph announcer suspendAll: {GLMTextChanged} while: [
textModel changedText: ann value ] ]"
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings