Bug 434278 - Make Targets View: add a possibility to access often used targets quickly
Summary: Make Targets View: add a possibility to access often used targets quickly
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.3.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-07 01:59 EDT by Nobody - feel free to take it CLA
Modified: 2020-09-04 15:26 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 Nobody - feel free to take it CLA 2014-05-07 01:59:29 EDT
Currently the Make Target View shows all make targets in a project. This is a long list for instance if they are Autotools projects, although the least of them are really needed.
Everytime I want to start a particular target quickly I have to dig out the target I need. It would be helpful to have quick access to those targets I need often, such as 'all', 'install', 'check'.
Possible solutions could be to put often used targets to the top of the target list, favorize targets or pin them.
Thank you in advance.