Spec enhancements

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

Spec enhancements

Stephane Ducasse-3
Hi rob

I like you extensions to label and text.
I harvested them with the tests and I will slowly generalise that
to other widgets.

I published my current code experiments to

MCSmalltalkhubRepository
    owner: 'Pharo'
    project: 'Spec'
    user: ''
    password: ''


Stef

Reply | Threaded
Open this post in threaded view
|

Re: Spec enhancements

hernanmd
Hi Stephane,

You may check the SpecUIAddOns

Metacello new
    smalltalkhubUser: 'hernan' project: 'SpecUIAddOns';
    configuration: 'SpecUIAddOns';
    version: #bleedingEdge;
    load: 'Core'.

Most widgets has examples in class side.

Cheers,

Hernán




2017-10-05 4:55 GMT-03:00 Stephane Ducasse <[hidden email]>:

> Hi rob
>
> I like you extensions to label and text.
> I harvested them with the tests and I will slowly generalise that
> to other widgets.
>
> I published my current code experiments to
>
> MCSmalltalkhubRepository
>     owner: 'Pharo'
>     project: 'Spec'
>     user: ''
>     password: ''
>
>
> Stef
>

Reply | Threaded
Open this post in threaded view
|

Re: Spec enhancements

Stephane Ducasse-3
Thanks good idea.
I will have a look

On Thu, Oct 5, 2017 at 2:34 PM, Hernán Morales Durand
<[hidden email]> wrote:

> Hi Stephane,
>
> You may check the SpecUIAddOns
>
> Metacello new
>     smalltalkhubUser: 'hernan' project: 'SpecUIAddOns';
>     configuration: 'SpecUIAddOns';
>     version: #bleedingEdge;
>     load: 'Core'.
>
> Most widgets has examples in class side.
>
> Cheers,
>
> Hernán
>
>
>
>
> 2017-10-05 4:55 GMT-03:00 Stephane Ducasse <[hidden email]>:
>> Hi rob
>>
>> I like you extensions to label and text.
>> I harvested them with the tests and I will slowly generalise that
>> to other widgets.
>>
>> I published my current code experiments to
>>
>> MCSmalltalkhubRepository
>>     owner: 'Pharo'
>>     project: 'Spec'
>>     user: ''
>>     password: ''
>>
>>
>> Stef
>>
>