Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: asd34 on August 02, 2014, 09:44:31 am

Title: How to resize and dock C::B editor during debugging
Post by: asd34 on August 02, 2014, 09:44:31 am
Dear All,

Is there any feature in C::B where we can resize the IDE to our custom width height and dock it to the left or right of the screen when we hit F8 for debugging? It really would be a very time saving feature if there is .

Regards,
Title: Re: How to resize and dock C::B editor during debugging
Post by: asd34 on August 05, 2014, 09:24:32 am
Your comment will be appreciated?

Regards,

Title: Re: How to resize and dock C::B editor during debugging
Post by: oBFusCATed on August 05, 2014, 09:30:03 am
No, there is no such thing. Probably you could write a plugin an play with it... there is cbEVT_DEBUGGER_STARTED event you could probably use.