News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Create a new toolbar and edit existing

Started by vdaniel, March 06, 2014, 10:15:49 AM

Previous topic - Next topic

vdaniel

Is it possible in Code::Blocks IDE to create a new toolbar or edit the existing?
To explain my question I will refer the Code::Blocks derivative Em::Blocks.
There is very convenient toolbar named "Navigation", which allow easy access to
functions, deeply buried in the "View/Jump". Besides there is again very convenient
button "Compile(Current File)", very common to many IDEs, which I wood
prefer to have in the Code::Blocks IDE too in addition to the
"Build/Compile Current File Ctrl-Shift-F9".

Great thanks,

vdaniel

ollydbg

Quote from: vdaniel on March 06, 2014, 10:15:49 AM
To explain my question I will refer the Code::Blocks derivative Em::Blocks.
There is very convenient toolbar named "Navigation", which allow easy access to
functions...
Code::Blocks is licensed as GPLv3, so Em::Blocks must licensed as GPLv3 also, so some one can extract the code from Em::Blocks and we can implement your request, right? Would you mind to do that?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

vdaniel

Thank you,

But I am just a simple user.  And my question was about a possibility
to do it directly in IDE.

vdaniel