Bug 466658 - [launchbar] Provide extension point to exclude specific launch config types
Summary: [launchbar] Provide extension point to exclude specific launch config types
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: launchbar (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-06 23:26 EDT by Rob Stryker CLA
Modified: 2020-09-04 15:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Stryker CLA 2015-05-06 23:26:15 EDT
There do exist some launch configurations which by necessity need to be public, but which adopters may feel do not belong in the launchbar specifically. 

Our usecase is that some of our launch configurations are tied to wtp servertools, and our launch configurations already include their own information about what server they'll be launched on.  For that reason, it doesn't make sense for these launch configs to appear in the middle selector. If the server object (and its launch config) already had in it stored the details of the remote machine, it would either appear as:

Run  -   Tomcat 5.5   -   On  -  Localhost    

(which would be wrong, since the launch config already contains information about how to launch it on a remote box),   or... 

Run   -  Tomcat 5.5   - On  -  Tomcat 5.5     (which doesn't make any sense at all). 

Either way, it'd be very useful to be able to exclude specific launch config types from being present in the launchbar.
Comment 1 Eclipse Genie CLA 2015-05-06 23:31:03 EDT
New Gerrit change created: https://git.eclipse.org/r/47401