Aug. 29, 2010
2:37 p.m.
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