[Seaside] code formatting - tone it down?

Philippe Marschall philippe.marschall at gmail.com
Thu Jan 2 18:03:16 UTC 2014


On Thu, Jan 2, 2014 at 6:33 AM, sergio_101 <sergio.rrd at gmail.com> wrote:
> i am currently using the code formatting in the browser in pharo 2.0...
>
> it seems to be a lot more aggressive than it has been in the past..
>
> for instance, this:
>
> html anchor url: '#'; with: 'random link'.
>
> gets formatted to:
>
> html anchor
>        url: '#';
>        with: 'random link'.

That's perfect! :-)

> is there any way to:
>
> 1. keep the browser from splitting the call into multiple lines?
> 2. narrow down the amount of spaces that make up a tab?

I guess the Pharo mailing list would be right place to ask.

Cheers
Philippe


More information about the seaside mailing list