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 <[email protected]> 
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
>>> 
>> 
> 
> 


Reply via email to