Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] Java-->Editor-->Behavior

The editor does not automatically closes curly brackets '{', even then I
check "Automatically close brackets and parenthasis". Is it a bug?

Also, in some editors special java keywords are recognized, for example
typing "if" followed by a space will automatically add "(){}" brackets.
Same applies to "switch", "for", "while". 
Typing "do" (followed by a space) will add: 
"do {
} while (  );"

It will be nice to see same in Eclipse.

Thank you,
-- 
Elena Litani / IBM Toronto


Back to the top