Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jarro_2783 on July 21, 2009, 02:44:40 am

Title: ctrl tab cycling back to start from the end
Post by: jarro_2783 on July 21, 2009, 02:44:40 am
I got very used to being on the last tab and pressing ctrl tab and it goes back to the first tab. Something changed in the last couple of weeks and it doesn't do that anymore. Is there a way to make it do that, or can someone bring it back or at least make it an option?
Title: Re: ctrl tab cycling back to start from the end
Post by: Jenna on July 21, 2009, 12:00:18 pm
That's a problem coming in with the change from wxFlatNotebook to wxAuiNotebook.

To make it clear it's a wxWidgets issue and can not easily be changed, without hacking the exWidgets-code.

See this post: http://forums.codeblocks.org/index.php/topic,8595.msg73710.html#msg73710 (http://forums.codeblocks.org/index.php/topic,8595.msg73710.html#msg73710)
Title: Re: ctrl tab cycling back to start from the end
Post by: Pecan on July 21, 2009, 01:32:08 pm
You can use the contrib plugin BrowseTracker. It uses the Alt-LeftArrow to accomplish what you ask.

http://forums.codeblocks.org/index.php/topic,10810.msg74189.html#msg74189