Status: New
Owner: [hidden email] Labels: Type-Defect Priority-Medium Component-Glamour Milestone-5.0 New issue 1046 by [hidden email]: 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'. -- 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 _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Updates:
Status: Fixed Comment #1 on issue 1046 by [hidden email]: 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.) -- 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 _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Comment #2 on issue 1046 by [hidden email]: 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 -- 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 _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Updates:
Status: Accepted Comment #3 on issue 1046 by [hidden email]: 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 _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Updates:
Labels: -Milestone-5.0 Comment #4 on issue 1046 by [hidden email]: 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.) -- 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 _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |