Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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.
-
You have to write a plugin for this, because currently it is no possible.
-
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.
-
Many Thanks! So I can more convenient compile stm32 sources in CodeBlocks via using the batch file of "Tools" Menu.