News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Who can tell me how to lock the toolbars in codeblocks?

Started by CodeBoy, October 11, 2013, 05:03:39 AM

Previous topic - Next topic

CodeBoy

Who can tell me how to lock the toolbars in codeblocks? ???

oBFusCATed

(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!]


ollydbg

What do you mean by lock toolbar? You can save the toolbar position configuration.
Lock means you can not drag them?
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.

oBFusCATed

If again I've eaten the "'t" from can, urh, sorry about this.

It should have been:
Quote from: oBFusCATed on October 11, 2013, 09:21:26 AM
You can't as far as I know  ::)
(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!]

CodeBoy

Quote from: ollydbg on October 11, 2013, 12:45:22 PM
What do you mean by lock toolbar? You can save the toolbar position configuration.
Lock means you can not drag them?
Not necessary to drag.
But thank you all the same.