EmBitz
Debugger Toolbar - Printable Version

+- EmBitz (https://www.embitz.org/forum)
+-- Forum: IDE (https://www.embitz.org/forum/forum-1.html)
+--- Forum: Using EmBitz (https://www.embitz.org/forum/forum-2.html)
+--- Thread: Debugger Toolbar (/thread-28.html)



Debugger Toolbar - Aroyer - 04-12-2020

Hi Gerald,



I have a suggestion or a question!.

I was able to edit the position of the 'run' and 'reset' icon in the toolbar by editing:
<object class="wxToolBarAddOn" name="debugger_toolbar">
in the debugger_toolbar.xrc (XML) in the ZIP file
C:\Program Files (x86)\EmBitz\1.11\share\EmBitz\debugger.zip

I'm goofy and want to change their position in the toolbar and adding separator so I don't hit the wrong button while debugging...

But the size of the toolbar is fixed...
Is there a keyword to use in the XML to change the size of it, so I can avoid the drop down menu as you can see?
if not, can you add it ?

Rolleyes
Thanks!!


RE: Debugger Toolbar - Aroyer - 04-12-2020

not really a shortcut guy Smile


RE: Debugger Toolbar - embitz - 05-12-2020

Hi,

The size is not set to be honest. I think that if you delete the whole appdata embitz folder ( so also all the view perspectives) and restart EB that the toolbars could have the right sizes.
The whole point of that resource XML is that you don't have to worry about size etc.

And yes, you could also assigen shortcuts in that xml but with the shortcuts plugin its much easier and dynamic


RE: Debugger Toolbar - Aroyer - 09-12-2020

Great!


Deleting the App data worked!!!


Thank you, Gerald.



Cool