Bug 29820 - Reduce clutter in Ant View
Summary: Reduce clutter in Ant View
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P2 enhancement (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-20 12:52 EST by Darin Wright CLA
Modified: 2003-01-30 21:04 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2003-01-20 12:52:13 EST
The ability to show Dependencies and Execution Order as children of a targets 
should be optional. Could provide a toolbar button to show or hide these 
children.

Rational: when I see a "+" beside a target I will click it and I would expect 
to see the tasks. Showing the Execution Order as children is "fancy". By 
default this option should be off.
Comment 1 Jared Burns CLA 2003-01-29 11:18:03 EST
If we stopped showing Execution Order and Dependencies in the tree, it would
solve Bug 27327 as a side effect. Also, the Execution Order computation is the
only reason we're using the org.apache.ant classes in ProjectNode's parsing
method.

I suggest removing the execution order information entirely and moving the
dependency information into the hover-help for TargetNodes.
Comment 2 Darin Wright CLA 2003-01-29 11:44:28 EST
I agree.
Comment 3 Jared Burns CLA 2003-01-29 15:19:54 EST
I can't find any way to provide hover help for content in a JFace viewer. I've
asked if it's possible on the newsgroup, but in the meantime I plan to just
display the dependency info in the status bar.
Comment 4 Jared Burns CLA 2003-01-29 15:53:36 EST
Implemented. Please verify.
Comment 5 Darin Wright CLA 2003-01-30 21:04:59 EST
Verified