The Inbox: ShoutCore-fbs.35.mcz

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

The Inbox: ShoutCore-fbs.35.mcz

commits-2
A new version of ShoutCore was added to project The Inbox:
http://source.squeak.org/inbox/ShoutCore-fbs.35.mcz

==================== Summary ====================

Name: ShoutCore-fbs.35
Author: fbs
Time: 11 June 2012, 9:28:28.141 am
UUID: b78331bb-dbe7-48bc-ab35-b2aacf11d0c4
Ancestors: ShoutCore-ul.34

An SHTextStyler shouldn't double initialise itself.

=============== Diff against ShoutCore-ul.34 ===============

Item was removed:
- ----- Method: SHTextStyler class>>new (in category 'as yet unclassified') -----
- new
- ^super new
- initialize;
- yourself!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: ShoutCore-fbs.35.mcz

Nicolas Cellier
+1

2012/6/11  <[hidden email]>:

> A new version of ShoutCore was added to project The Inbox:
> http://source.squeak.org/inbox/ShoutCore-fbs.35.mcz
>
> ==================== Summary ====================
>
> Name: ShoutCore-fbs.35
> Author: fbs
> Time: 11 June 2012, 9:28:28.141 am
> UUID: b78331bb-dbe7-48bc-ab35-b2aacf11d0c4
> Ancestors: ShoutCore-ul.34
>
> An SHTextStyler shouldn't double initialise itself.
>
> =============== Diff against ShoutCore-ul.34 ===============
>
> Item was removed:
> - ----- Method: SHTextStyler class>>new (in category 'as yet unclassified') -----
> - new
> -       ^super new
> -               initialize;
> -               yourself!
>
>