On Wed, 23 Sep 2009 03:43:36 +0000 (UTC) Thufir hawat.thufir@gmail.com wrote:
Just to clarify, there's no alt-shift-f to format a code block, so that the indenting, etc, style is consistent? Netbeans and Eclipse have something like that.
Use the Edit->Format->Send selection to command with a text formatter that accepts piped input, e.g. GNU fmt.
Regards, Nick
Ah, thanks Nick, I'll look into GNU fmt :)
Actually fmt only does line breaking, but see Lex's suggestions instead.
Regards, Nick