Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

wxAuiNotebook introduction in TRUNK

<< < (7/10) > >>

Pecan:

--- Quote from: TDragon on July 13, 2009, 04:43:51 pm ---You might see it as similar, but it's not at all the same thing. I want to be able to tab among open files in most-recently-visible order; the BrowseTracker plugin, as I understand it, keeps a full history, so if I switch back and forth between 2 tabs several times, I'll then have to hit the shortcut keys many more times in order to get to a tab I haven't activated in a while.

--- End quote ---

BrowseTracker does, I believe, exactly as you ask. It only keeps track of "activated" editors and keeps the previously activated as the next to be activated on the next use of the Alt-LeftArrow key.

It ignores any editors that have never been activated.

It activates editors in an order that reflects the order in which they have recently been activated.

So if you want the previous to previous editor activated, just hit the Alt-LeftArrow two times.

Currently it is being fixed, since wxAuiNotebook has a different interface to the NavigationKey.

rhf:

--- Quote from: Pecan on July 13, 2009, 10:57:32 pm ---Currently it is being fixed, since wxAuiNotebook has a different interface to the NavigationKey.

--- End quote ---
Thanks very much for your fix!  I didn't realize how much I used BrowseTracker until it was broken.

TDragon:

--- Quote from: Pecan on July 13, 2009, 10:57:32 pm ---BrowseTracker does, I believe, exactly as you ask. It only keeps track of "activated" editors and keeps the previously activated as the next to be activated on the next use of the Alt-LeftArrow key.

It ignores any editors that have never been activated.

It activates editors in an order that reflects the order in which they have recently been activated.

So if you want the previous to previous editor activated, just hit the Alt-LeftArrow two times.

--- End quote ---

So if start out on one tab, hit Alt+Left, then let go, then hit Alt+Left again, I'll be on that same tab?

Pecan:

--- Quote from: TDragon on July 14, 2009, 01:34:04 am ---
--- Quote from: Pecan on July 13, 2009, 10:57:32 pm ---BrowseTracker does, I believe, exactly as you ask. It only keeps track of "activated" editors and keeps the previously activated as the next to be activated on the next use of the Alt-LeftArrow key.

It ignores any editors that have never been activated.

It activates editors in an order that reflects the order in which they have recently been activated.

So if you want the previous to previous editor activated, just hit the Alt-LeftArrow two times.

--- End quote ---

So if start out on one tab, hit Alt+Left, then let go, then hit Alt+Left again, I'll be on that same tab?

--- End quote ---

Correct.

Lets say I activated a.cpp, then b.cpp which is now the active editor.
If I hit Alt-LeftArrow, I'll be at a.cpp. If I now hit Alt-LeftArrow again, I'll be back at b.cpp.

The current activate editor is always re-inserted as the previous editor whenever the Alt-LeftArrow is used.



ollydbg:

--- Quote from: Pecan on July 13, 2009, 10:57:32 pm ---
Currently it is being fixed, since wxAuiNotebook has a different interface to the NavigationKey.


--- End quote ---

Thanks for the fix!!! I love this plug-in. :D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version