Bug 50896 - [formatter] wrap of task tag comments
Summary: [formatter] wrap of task tag comments
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 3.3 RC4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-29 14:23 EST by Sebastian Davids CLA
Modified: 2007-06-22 12:48 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.