From: sven@stfx.eu Date: Wed, 22 Jul 2015 11:27:46 +0200 To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] New pretty printer Blue Ink
Nice.
All this new stuff (decompiler, formatter), what's next (new changes log ? ;-).
New groups in Nautilus too, currently they are full of bugs and strange things. I am cleaning them up, I hope I will soon be done so you can use them. Franck
On 22 Jul 2015, at 10:44, Franck Warlouzet <franck.warlouzet@hotmail.fr> wrote:
Hello everyone,
We just integrated Blue Ink, the new pretty printer, in the latest Pharo 5 image ! Basically what was working still is and what was not well now is.
It is not yet enabled by default, we will wait for feedbacks first. If you want to try it, just type :
RBProgramNode formatterClass: BIConfigurableFormatter.
BIConfigurableFormatter formatAsYouReadPolicy: true
Feel free to contact me via the mailing list or personnal mail if you experience a strange behavior. I tried to improve all of them but with you I am sure all the cases will be treated in an exhaustive way.
Thanks for testing it, I hope it will convince you to use format as you read in Nautilus or just automatically format your code.
Franck