[MonoDevelop] Tabbing
Vladimir Giszpenc
vgiszpenc at dsci.com
Fri Oct 12 13:20:34 EDT 2007
Hi all,
If you are like me you don't always code in the right order.
So you might write
DoSomething();
And then decide to go up a line and wrap it in an if.
If (condition)
{
DoSomething();
}
Could we change the current behavior to automatically insert tabs inside the
braces when the closing brace is added? Obiously this could be turned off
along with all the other spacing... Readding a closing brace would then
reformat the entire block (recursively). This would be an easy way to
reformat large amounts of code quickly.
Thanks,
Vlad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3329 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20071012/2d67e557/attachment.bin
More information about the Monodevelop-list
mailing list