| Summary: | Invalid indentation of continuation lines | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Sergey Prigogin <eclipse.sprigogin> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
In Preferences->Code Style->Formatter select Eclipse [built-in]. In Java editor type: int x = and press Enter. The continuation line gets indented by one indent instead of expected two. Type: int x = 5 + and press Enter. The continuation line does not get indented at all instead of expected two standard indents.