Bug 72339 - "Correct Indentation" doesn't indent 2nd line of return statement
Summary: "Correct Indentation" doesn't indent 2nd line of return statement
Status: RESOLVED DUPLICATE of bug 65317
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Tom Hofmann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-20 08:16 EDT by Markus Keller CLA
Modified: 2004-08-20 10:50 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2004-08-20 08:16:46 EDT
I200408170800

"Correct Indentation" and Smart Enter don't indent the 2nd line of a wrapped
return statement.

- Code formatter:
return "I'm such a long string that you have to "
		+ "split me to see the whole line without scrolling around";

- "Correct Indentation" and Smart Enter:
return "I'm such a long string that you have to "
+ "split me to see the whole line without scrolling around";
Comment 1 Tom Hofmann CLA 2004-08-20 10:50:26 EDT
hm, looking at this again, this is a dup of bug 65317. We do a really bad job at
indenting continuations.

*** This bug has been marked as a duplicate of 65317 ***