Re: [Pharo-project] [update 1.4] #14141
On Sep 15, 2011, at 12:24 PM, Gary Chambers wrote:
Unfortunately major breakage when I update. PluggableTextMorph initialize seems to indicate that AdorementMorph is nil Hence MNU for UndefinedObject does not uunderstand #on: (shouldn't it be named AdornmentMorph anyway...)
Aargh.. the class was in a system category that is not a Package, so it did not get saved... I will fix it by adding a changeset to the update stream... -- Marcus Denker -- http://marcusdenker.de
On Sep 15, 2011, at 12:53 PM, Marcus Denker wrote:
On Sep 15, 2011, at 12:24 PM, Gary Chambers wrote:
Unfortunately major breakage when I update. PluggableTextMorph initialize seems to indicate that AdorementMorph is nil Hence MNU for UndefinedObject does not uunderstand #on: (shouldn't it be named AdornmentMorph anyway...)
Aargh.. the class was in a system category that is not a Package, so it did not get saved...
I will fix it by adding a changeset to the update stream...
14142 provides the missing class (we can rename it later). Now Morphic is dirty, which will be fixed in 14143. -- Marcus Denker -- http://marcusdenker.de
On Sep 15, 2011, at 1:01 PM, Marcus Denker wrote:
On Sep 15, 2011, at 12:53 PM, Marcus Denker wrote:
On Sep 15, 2011, at 12:24 PM, Gary Chambers wrote:
Unfortunately major breakage when I update. PluggableTextMorph initialize seems to indicate that AdorementMorph is nil Hence MNU for UndefinedObject does not uunderstand #on: (shouldn't it be named AdornmentMorph anyway...)
Aargh.. the class was in a system category that is not a Package, so it did not get saved...
I will fix it by adding a changeset to the update stream...
14142 provides the missing class (we can rename it later). Now Morphic is dirty, which will be fixed in 14143.
Ok, 14243 is done and it seems all to be fixed (I hope) -- Marcus Denker -- http://marcusdenker.de
Somewhat... The change in PluggableTextMorph>>initialize to a proportional layout affects the minExtent calculation, hence splitters for text will not allow shrinkage any more... Regards, Gary ----- Original Message ----- From: "Marcus Denker" <marcus.denker@inria.fr> To: "An open mailing list to discuss any topics related to an open-sourceSmalltalk" <Pharo-project@lists.gforge.inria.fr> Sent: Thursday, September 15, 2011 12:22 PM Subject: Re: [Pharo-project] [update 1.4] #14141 On Sep 15, 2011, at 1:01 PM, Marcus Denker wrote:
On Sep 15, 2011, at 12:53 PM, Marcus Denker wrote:
On Sep 15, 2011, at 12:24 PM, Gary Chambers wrote:
Unfortunately major breakage when I update. PluggableTextMorph initialize seems to indicate that AdorementMorph is nil Hence MNU for UndefinedObject does not uunderstand #on: (shouldn't it be named AdornmentMorph anyway...)
Aargh.. the class was in a system category that is not a Package, so it did not get saved...
I will fix it by adding a changeset to the update stream...
14142 provides the missing class (we can rename it later). Now Morphic is dirty, which will be fixed in 14143.
Ok, 14243 is done and it seems all to be fixed (I hope) -- Marcus Denker -- http://marcusdenker.de
participants (2)
-
Gary Chambers -
Marcus Denker