Bug 50896

Summary: [formatter] wrap of task tag comments
Product: [Eclipse Project] JDT Reporter: Sebastian Davids <sdavids>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: ha_tech_2004
Version: 3.0   
Target Milestone: 3.3 RC4   
Hardware: PC   
OS: All   
Whiteboard:

Description Sebastian Davids CLA 2004-01-29 14:23:17 EST
@@ test case -- 3 lines @@

    void taskTag() {
        System.out.println("            ");//todo
veeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeery long task
    }

@@ after format -- 5 lines @@

    void taskTag() {
        System.out.println("            ");//todo
                                           // veeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeery
                                           // long task
    }

@@@@

There should be an option to _not_ wrap those task tags.
Comment 1 Sebastian Davids CLA 2004-01-29 14:28:41 EST
This is related to bug 50899 but both are to be handled seperately.
Comment 2 Olivier Thomann CLA 2004-01-29 17:33:40 EST
Moving to JDT/Text.
Comment 3 Dani Megert CLA 2004-02-20 04:49:50 EST
see also bug 52420
Comment 4 Dani Megert CLA 2005-10-10 12:09:30 EDT
Ownership changed.
Comment 5 Olivier Thomann CLA 2007-06-21 10:59:19 EDT
Line comment formatting can be disabled in 3.3.
Closing as WONTFIX.
No further action plan.