Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

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

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo

Comment #4 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

New version up to date based on 14139

Attachments:
        AdorementMorph.1.cs  3.9 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Labels: Milestone-1.4 Type-Feature

Comment #5 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Status: FixProposed

Comment #6 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Status: Closed

Comment #7 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

14141


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Status: FixToInclude

Comment #8 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

The code breaks everything.

Reason: code is in system category AdorementMorph, which is not a package,  
which in turn means
that it does not get saved, so the code was lost.




_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo

Comment #9 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

To fix this, I will now have to do:

1) edit the change set.
2) add it to the update stread directly
3) after: save the dirty packages
3) add a sync update to re-load packages
4) make sure Scriptload is in sync.

How much time will this waste? Far too much.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Status: Closed

Comment #10 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

fixed in 14142.

TODO: 14143 for fixing dirty package


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Status: Started

Comment #11 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

update 14141 was retracted due to problems


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo

Comment #12 on issue 3726 by [hidden email]: Turn the orange corner into  
a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

That problem mainly being switching PluggableTextMorph to Proportional  
Layout by default breaks lots of other tools. (finder, settingbrowser  
timeprofiler)

As per Gary:
"The change in PluggableTextMorph>>initialize to a proportional layout
affects the minExtent calculation, hence splitters for text will not allow  
shrinkage any more...
Probably, clearly some more work is required before it is ready
(maybe a StackLayout with the adornment in a spaceFill Panel with  
proportional layout would work) "


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Status: Workneeded

Comment #13 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Labels: -Milestone-1.4

Comment #14 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Status: Invalid

Comment #15 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Labels: MigratedToFogBugz

Comment #16 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726#c16

Issue migrated to https://pharo.fogbugz.com/f/cases/3773

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

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker