JEdit 4.3p2 new Indent Engine
Submitted by Wednesday, 30 March, 2005 - 21:06
on
With the new indent engine can JEdit support the coding style where the '{}' line up with the body rather then the if/do/for/while ??
i.e.
if( x=1 )
{
// Body
}
i.e.
if( x=1 )
{
// Body
}