When adding an annymous inner to a method call, E.g.:
myControl.addActionListener(new ActionListener() {<carat positioned here>)
(Note that IDEA adds the closing ')' when I opened the parameter list). When
I press return, I expect IDEA to create the closing curly bracket for me like
this:
myControl.addActionListener(new ActionListener() {
<carat positioned here>
})
But it actually gets the brackets the wrong way round:
myControl.addActionListener(new ActionListener() {
<carat positioned here>)
}
Rich.
==============================================================================
This email and any files transmitted with it are confidential and intended solely for
the use of the individual or entity to whom they are addressed. All information is the
view of the individual and not necessarily the company. If you are not the intended
recipient you are hereby notified that any dissemination, distribution, or copying of
this communication and its attachments is strictly prohibited. If you have received
this email in error please notify:
[EMAIL PROTECTED]
==============================================================================
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs