Status: New Owner: tu...@tudorgirba.com Labels: Type-Defect Priority-Medium Component-Glamour Milestone-5.0
New issue 1046 by tu...@tudorgirba.com: TextPresentation should update rendering when text port is populated http://code.google.com/p/moose-technology/issues/detail?id=1046
This should update the rendering to '42':
composite := GLMCompositePresentation new with: [:a | a text ]. composite openOn: 'fourtytwo'. composite first text: '42'.
Updates: Status: Fixed
Comment #1 on issue 1046 by tu...@tudorgirba.com: TextPresentation should update rendering when text port is populated http://code.google.com/p/moose-technology/issues/detail?id=1046
(No comment was entered for this change.)
Comment #2 on issue 1046 by tu...@tudorgirba.com: TextPresentation should update rendering when text port is populated http://code.google.com/p/moose-technology/issues/detail?id=1046
Reverted the change for now.
Name: Glamour-Morphic-Renderer-TudorGirba.225 Author: TudorGirba Time: 10 February 2014, 6:39:53.053388 am UUID: f7f54f9b-4177-4e87-8751-5d7c7e616dd2 Ancestors: Glamour-Morphic-Renderer-TudorGirba.224
commented out the text updating because it seems to disturb copy-pasting and cmd+shift+left arrow :(
Issue 1046: TextPresentation should update rendering when text port is populated
Updates: Status: Accepted
Comment #3 on issue 1046 by tu...@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 ] ]"
Updates: Labels: -Milestone-5.0
Comment #4 on issue 1046 by tu...@tudorgirba.com: TextPresentation should update rendering when text port is populated https://code.google.com/p/moose-technology/issues/detail?id=1046
(No comment was entered for this change.)