Adding Custom Build Targets to Build drop down menu

CodeLite installation/troubleshooting forum
KEhrhardt
CodeLite Enthusiast
Posts: 24
Joined: Wed Jan 28, 2009 7:51 pm
Contact:

Adding Custom Build Targets to Build drop down menu

Post by KEhrhardt »

Is there an easy way to add Custom Build Targets defined in CodeLite to the Build dropdown menu?

I can right click the project name from the Workspace View, then select Custom Build Targets, then the target.

Also can create User Tool button on the toolbar if need be.

It would be nice to have the ability to add Custom Build Targets on the drop down as well.

Thanks.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Adding Custom Build Targets to Build drop down menu

Post by eranif »

KEhrhardt wrote:It would be nice to have the ability to add Custom Build Targets on the drop down as well.
Which drop down menu are we talking about here?

Eran
Make sure you have read the HOW TO POST thread
KEhrhardt
CodeLite Enthusiast
Posts: 24
Joined: Wed Jan 28, 2009 7:51 pm
Contact:

Re: Adding Custom Build Targets to Build drop down menu

Post by KEhrhardt »

Main Menu Toolbar

File Edit View Search Workspace Build Debug Plugins Settings Help C++

Under Build there is:

____________________
Build Project
Compile Current File
Clean Project
Stop Build
____________________

Is there a way to add Custom Build targets here?

I have LINT current file and LINT project.

Thanks
Post Reply