| Summary: | [Formatter] wrap of endline comment | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Sebastian Davids <sdavids> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
I don't format the comments, except aligning the starting '*'. This will be changed if I get a chance to work on it. This might be related to comment formatting performed by JDT/Text. Move to JDT/Text for comment |
There should be an option to not wrap endline comments. @@ Test case - 3 lines @@ void endlineComment() { System.out.println(" "); //veeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeery endline comment } @@ after format -- 4 lines @@ void endlineComment() { System.out.println(" "); //veeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeery // endline comment } @@@@ This is related to bug 50896 but both are to be handled seperately.