[Newbies] code formatter

Mark Volkmann mark at ociweb.com
Sat Oct 4 15:40:39 UTC 2008


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






More information about the Beginners mailing list