Can the code formatter be easily customized?
I really don't like what it does to cascaded and keyword messages. It
takes this:
wax start: 'root'; attr: 'a1' value: 'v1'; close.
and turns it into this:
wax
start: 'root';
attr: 'a1
value: 'v1';
close.
If it can't leave the code the way I had it, I wish it would at least
only do this:
wax
start: 'root';
attr: 'a1 value: 'v1';
close.
BTW, I didn't ask it to run. It ran automatically when I did an
instance variable rename refactoring.
---
Mark Volkmann
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners