Author Topic: How to Customize Toolbars  (Read 5988 times)

Offline zhl

  • Multiple posting newcomer
  • *
  • Posts: 21
How to Customize Toolbars
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: How to Customize Toolbars
« Reply #1 on: November 18, 2012, 11:17:33 am »
You have to write a plugin for this, because currently it is no possible.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

zabzonk

  • Guest
Re: How to Customize Toolbars
« Reply #2 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.

Offline zhl

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: How to Customize Toolbars
« Reply #3 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.