Is there any way to make the code formatter work better?

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

Is there any way to make the code formatter work better?

Tim Mackinnon
Hi guys - In my seaside 1.1rc3 image, when I use the context format (r)
menu item, it seems to result in horribly formatted code?

Is there some way to get it to produce something that looks like most
examples I see?

e.g. it makes my render mothod look like this (not the huge indentation
of with:) -

renderContentOn: html

        (html div)
                id: self id;
                with: [
                                        self contentModel hasWaiters
                                                ifFalse: [

I would expect something more like:

renderContentOn: html

        (html div)
                id: self id;
                with: [
                        self contentModel hasWaiters
                                ifFalse: [


Also - is the shortcut key (alt-r) supposed to work as well?

Tim


_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users