When I am typing something, and IDEA adds both the beginning and ending braces (for example, type the following):
int[] foo = new int[20]; Right at the point I am typing the [ when newing up the int[], IDEA puts in an ending brace. But after I type in the 20, I want to hit semicolon to end the statement. I can't find an easy way to skip over the brace, except by hiting right arrow, which forces my hands off the keyboard. If its going to be smart about putting in the end brace, can it be smart about knowing I want to end the statement? I would only do this on the initial creation of the line. For example, if I move the cursor off of the line, and then back into the position between the 20 and the end], I would expect it would not terminate the line, but dutifully type in: int[] foo = new int[20;] Mike --- [EMAIL PROTECTED] To obtain my PGP public key, mail "SEND PUB KEY" in the subject to "[EMAIL PROTECTED]" _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
