Community
Participate
Working Groups
From Eclipse Corner: Java Editor feature requests Using the Java editor, I'm finding myself annoyed with getting to the right place on a new line after some white space. Hitting return at the end of a line should (IMO, and if possible) go to "the correct place" (as defined by the user in preferences) to start the next line. For example: String test = someMethod (longArgument1, longArgument2); System.out.println (test); Typing the above into the Java editor puts me at the wrong place in each case: after longArgument1, it puts me back to the beginning of the line, and after longArgument2, it puts me to the same level as the method arguments. Interestingly enough, it gets it right for braces - after a brace on a line on its own, I'm indented further in, which is what I want. Does the editor have enough nous to know when I've finished a statement? NOTES:
moved to 'active'
PRODUCT VERSION: R0.9
Problem still occures in build 20020214.
not critical for 2.0
If voting was enabled (bug 12115) I'd vote for this feature request. Unforturnately it isn't, so I'll settle for "me too": Me too!
As of now 'LATER' and 'REMIND' resolutions are no longer supported. Please reopen this bug if it is still valid for you.
Just tested this with Eclipse 20090920-1017 and this isn't broken any more.
See comment 7 and I verified using 3.6 M5.
*** Bug 6280 has been marked as a duplicate of this bug. ***