Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How to resize and dock C::B editor during debugging
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How to resize and dock C::B editor during debugging (Read 3784 times)
asd34
Multiple posting newcomer
Posts: 27
How to resize and dock C::B editor during debugging
«
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,
Logged
asd34
Multiple posting newcomer
Posts: 27
Re: How to resize and dock C::B editor during debugging
«
Reply #1 on:
August 05, 2014, 09:24:32 am »
Your comment will be appreciated?
Regards,
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: How to resize and dock C::B editor during debugging
«
Reply #2 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.
Logged
(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!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How to resize and dock C::B editor during debugging