Difference between revisions of "Browse Tracker plugin"

From Code::Blocks
(New page: BrowseTracker is a CodeBlocks plugin to browse back and forth to recently activated CodeBlocks editors. It keeps a 20 slot history of recently activated editors. It uses the Alt-Left and...)
(No difference)

Revision as of 12:57, 9 March 2008

BrowseTracker is a CodeBlocks plugin to browse back and forth to recently activated CodeBlocks editors.

It keeps a 20 slot history of recently activated editors.

It uses the Alt-Left and Alt-Right command keys to move through the editor stack in the order in which they were activated.

For convienence there is a menu item on the CodeBlocks Main Menu/View that allows you to clear the history stack. There is also a BrowseTracker menu on the Editor context popup.

For each active editor, BrowseTracker memorizes the location of mouse clicks indicated by the user. It marks that line with a "..." margin indicator. The user browses to previous locations via the Alt-Up and Alt-Down keys.

Browse marks can be toggled. All Browse marks can be cleared by holding the Ctrl key and Left clicking on any unmarked line. Browse marks can also be toggled by holding down the Left mouse key for a specified number of milliseconds. See the menu settings options.

See Main Menu->View->Browse Tracker for further control items.