Bug 343228 - Enable decorations of LaunchConfigurationFilteredTree
Summary: Enable decorations of LaunchConfigurationFilteredTree
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.7 M7   Edit
Assignee: Eike Stepper CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks: 457487
  Show dependency tree
 
Reported: 2011-04-19 01:57 EDT by Eike Stepper CLA
Modified: 2015-01-14 13:02 EST (History)
2 users (show)

See Also:
pawel.1.piech: review+


Attachments
Patch (1.70 KB, patch)
2011-04-19 01:57 EDT, Eike Stepper CLA
Michael_Rennie: iplog+
Michael_Rennie: review+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Stepper CLA 2011-04-19 01:57:53 EDT
Created attachment 193541 [details]
Patch

I've written a label decorator to emphasize on the "transient" launch configs that are created on the fly and in masses when I run arbitrary test methods.

Unfortunately it seems that the decorator manager is not used in the LaunchConfigurationFilteredTree. The attached patch fixes that.
Comment 1 Michael Rennie CLA 2011-04-19 10:11:19 EDT
Comment on attachment 193541 [details]
Patch

Patch looks fine to me.
Comment 2 Michael Rennie CLA 2011-04-19 10:12:17 EDT
Applied patch to HEAD with additional copyright update and a Javadoc update.

Thanks for the patch Eike.
Comment 3 Eike Stepper CLA 2011-04-20 00:23:28 EDT
Thanks for looking at it so quickly, Michal.
Comment 4 Pawel Piech CLA 2011-05-06 18:48:43 EDT
Reviewed.