-1
Don't need it. If you can't see the method on the screen, just make
the methods smaller. BTW, if the caret is positioned after the },
there should come a popup to front showing where you are.
Tom
On Tue, 25 Jun 2002 14:47:46 -0400, Christopher Cobb <[EMAIL PROTECTED]>
wrote:
>+1
>
>And also on methods:
>
>void myMethod()
>{
>} // end myMethod()
>
>Kevin Shaughnessy wrote:
>
>> A nice-to-have feature would be the ability to
>> automatically generate comments on closing braces. For
>> example, given this code fragment:
>>
>> while ( condition )
>> {
>> if ( another condition )
>> {
>>
>> }
>> else
>> {
>>
>> }
>> }
>>
>> it would be nice to be able to have Idea generate the
>> following:
>>
>> while ( condition )
>> {
>> if ( another condition )
>> {
>>
>> } //end if
>> else
>> {
>>
>> } //end else
>> } //end while
>>
>> Perhaps this could be an option on the Layout Code
>> dialog. I know that I can place the cursor outside the
>> closing brace and Idea will identify the opening
>> brace, but having the comments eliminates the need to
>> have to move the cursor and makes it easier to
>> visualize the code structure, especially while
>> scrolling or on a hard copy.
>>
>> __________________________________________________
>> Do You Yahoo!?
>> Everything you'll ever need on one web page
>> from News and Sport to Email and Music Charts
>> http://uk.my.yahoo.com
>
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features