Hi,

I'm evaluating IntelliJ IDEA and I like a lot but here something I found:

set the options for {} to next line. Then type this:

while(true){<TAB>

this will correctly be:
while(true)
{
}


but if I type:

while(){<TAB>

it gives:

while(){
}


you see my point?

I know there needs to be something in the () but sometimes you just want the
brackets to be there and then think about the condition ;-)

Wim

-------------
Ing. Wim Deblauwe
BarcoView
Medical Imaging Systems

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to