| Summary: | [typing] Auto-indent does not handle continuation properly | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Dani Megert <daniel_megert> |
| Component: | Text | Assignee: | Rajesh <rthakkar> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | markus.kell.r |
| Version: | 3.6 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Dani Megert
(In reply to comment #0) > 3.6 and also with fix for bug 65317 and bug 330556. > > void foo() { > thisisatest().thisisatest(); > } Dani - what doesn't work with this sample? (In reply to comment #1) > (In reply to comment #0) > > 3.6 and also with fix for bug 65317 and bug 330556. > > > > void foo() { > > thisisatest().thisisatest(); > > } > > Dani - what doesn't work with this sample? The indentation is wrong after pressing 'Enter' with the caret before or after the '.'. Once wrapped Ctl+I does not work either - the result is: void foo() { thisisatest() .thisisatest(); } |