Posted comments (4)
Posted by
Sumit Kumar
at May 19, 2009 20:31:34 CEST
Great tool. I'm impressed! :) Specially because my eclipse is screwed up and i needed this aqap.
Posted by A7emprl at January 3, 2011 01:49:29 CET
Well done! Two things this script misses (but easy to fix by hand):
Scientific notation (eg. 1.0E-5 gets spaces around the -)
/= (puts spaces between operator and equal sign)
Posted by Markus at January 4, 2012 08:59:37 CET
Would be great if the tool would generate missing curls:
if(test) return;
to
if(test)
{
return;
}
Posted by Kumar at March 9, 2012 12:56:16 CET
Nice.............