we are talking about 1.4 latest version. I integrated the fix of alain for shout. I'm waiting for doing the same for 1.3. But I was relunctant to do that one day before the release. I really do not like the release cycle of 1.3. Beta was ignored, RC was far too long, and now just before releasing we will touch 20 packages. Sure 100% safe and tested. So if it would be me I would not integrate any non showstopper fixes in 1.3 and work in 1.4 to get 1.4 out of the door for february. Stef On Aug 31, 2011, at 10:43 PM, Igor Stasenko wrote:
(Workspace new contents: 'hello world') open
opens without style hilite
(it took me several minutes to figure out) this thing still severly broken..
for instance, why there is #contents: and #setContent: ??
Initially i tried to do:
(Workspace openContents: 'hello world' ) textMorph beUnStyled
as well as variations like:
(Workspace openContents: 'hello world' ) toggleStylingActive
but it has to effect.
Broken, broken , broken.
P.S. could someone explain me, why on Earth, a PluggableTextMorph has so much instance variables dedicated to styler: - nullStyler - shoutedStyler - styler - styled
??? isn't it a responsibility of an owner of morph to set a styler and based on what it sets (nil, null, shout or whatever else value) consider text as styled or not? Why on Earth, a PluggableTextMorph needs to care about it more than just having a 'styler' ivar?
-- Best regards, Igor Stasenko AKA sig.