Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: zhl on November 18, 2012, 10:04:15 am

Title: How to Customize Toolbars
Post by: zhl on November 18, 2012, 10:04:15 am
I configure Tools Menu to use extern the batch file and the configuration is sucessful,but I want to use a button to execute the the batch file
instead of selecting "Tools" Menu always.
If I right click on the toobar  context menu does not appear.
Title: Re: How to Customize Toolbars
Post by: oBFusCATed on November 18, 2012, 11:17:33 am
You have to write a plugin for this, because currently it is no possible.
Title: Re: How to Customize Toolbars
Post by: zabzonk on November 18, 2012, 12:11:18 pm
Quote
If I right click on the toobar  context menu does not appear.

You can't currently create a custom button to do this. However, you can provide a keyboard shortcut to things in the tools menu via Settings|Editor|Keyboard Shortcuts.
Title: Re: How to Customize Toolbars
Post by: zhl on November 18, 2012, 01:18:47 pm
Many Thanks! So I can more convenient  compile stm32 sources in CodeBlocks via using the batch file of "Tools" Menu.