[ANN] Seaside 3.1 and 3.0.10 release

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

[ANN] Seaside 3.1 and 3.0.10 release

Torsten Bergmann
Reply | Threaded
Open this post in threaded view
|

Re: Pharo code formatting

Ihor Mykhalevych
Hello everyone!

Does anyone know if there were some changes to the Pharo code formatter
after Pharo version 2.0?

Best regards,
Ihor Mykhalevych

Reply | Threaded
Open this post in threaded view
|

Re: Pharo code formatting

Stéphane Ducasse
Not much as far as I know.



> Hello everyone!
>
> Does anyone know if there were some changes to the Pharo code formatter after Pharo version 2.0?
>
> Best regards,
> Ihor Mykhalevych
>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo code formatting

Ihor Mykhalevych
Thanks. I thought what version will be better to use to play with this
formatter.


On 28.12.13 12:32, Stéphane Ducasse wrote:

> Not much as far as I know.
>
>
>
>> Hello everyone!
>>
>> Does anyone know if there were some changes to the Pharo code formatter after Pharo version 2.0?
>>
>> Best regards,
>> Ihor Mykhalevych
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo code formatting

Marcus Denker-4
Hi,

The code formatter did not change.

*BUT*

In Pharo2 there are *three* formatters:
        -> The one of the old AST (no visitor, just implemented on all nodes)
        -> the original RB pretty printer
        -> the configurable RB Pretty Printer.

In Pharo3, there is only one Pretty Printer left: the configurable RB one.

See

RBConfigurableFormatter


(the old pretty printer as part of the old compiler is still there but not used, it will be removed
in Pharo4).

        Marcus


On 28 Dec 2013, at 23:56, Ihor Mykhalevych <[hidden email]> wrote:

> Thanks. I thought what version will be better to use to play with this formatter.
>
>
> On 28.12.13 12:32, Stéphane Ducasse wrote:
>> Not much as far as I know.
>>
>>
>>
>>> Hello everyone!
>>>
>>> Does anyone know if there were some changes to the Pharo code formatter after Pharo version 2.0?
>>>
>>> Best regards,
>>> Ihor Mykhalevych
>>>
>>
>
>