How do I (can I) change the behaviour JDE supplies for laying out Java
files.
For example I like by braces in the same column but the line below the
keyword,
so if()
{
whereas JDE wants to move the braces over by a tab
if()
{
}
I assume this is easy to change but I'm looking in the wrong place.
Thanks,
Kevin Jones
DevelopMentor
www.develop.com
- Re: Java Layout Kevin Jones
- Re: Java Layout Mark Szolkowski
