Issue 1046 in moose-technology: TextPresentation should update rendering when text port is populated

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 1046 in moose-technology: TextPresentation should update rendering when text port is populated

moose-technology
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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1046 in moose-technology: TextPresentation should update rendering when text port is populated

moose-technology
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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1046 in moose-technology: TextPresentation should update rendering when text port is populated

moose-technology

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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1046 in moose-technology: TextPresentation should update rendering when text port is populated

moose-technology
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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1046 in moose-technology: TextPresentation should update rendering when text port is populated

moose-technology
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