Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Add "Build Project" button to toolbar: (3 Items)
   
Add "Build Project" button to toolbar  
Is it possible to configure the IDE to add a "Build Project" icon on the toolbar?  I get a "Build All" icon but I rarely
 want to build all projects -- I just want to build the one I'm actively working on.  

Also, is it possible to change the function key bindings of the debugger to match VisualStudio (e.g. use F10 for Step 
Over instead of F6).
Re: Add "Build Project" button to toolbar  
To show build button in C/C++ perspective from bar menu select Windows->Customize Perspective->Commands and check  Build
 Action Set.

To customize keyboard goto preferences->General->Keys and do the change you are searching.

Enjoy,

Alex
Re: Add "Build Project" button to toolbar  
Alex, thanks for the pointers -- worked great!