Bugs item #685088, was opened at 2003-02-12 03:41
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=685088&group_id=44253
Category: Definitions (source editor)
Group: Annoying
Status: Open
Resolution: None
Priority: 5
Submitted By: Charles Reis (csreis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Indent wrong if adding new method argument
Initial Comment:
Type the following line:
public void foo(int a, int b)
Now assume you want to add a third argument, c. Type a
comma after b and hit enter. The close paren will move
to the next line with no indentation at all, until you
type any letter and hit tab:
public void foo(int a, int b,
)
If you just hit enter after b, the close paren is
indented "correctly".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=685088&group_id=44253
|