Difference between revisions of "BrowseTracker plugin"

From Code::Blocks
Line 11: Line 11:
 
BrowseTracker is a small CodeBlocks plugin to browse back and forth to recently activated CodeBlocks editors.
 
BrowseTracker is a small CodeBlocks plugin to browse back and forth to recently activated CodeBlocks editors.
  
It keeps a 20 slot history of recently activated editors.
+
It keeps a 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.
 
It uses the Alt-Left and Alt-Right command keys to move through the editor stack in the order in which they were activated.
Line 17: Line 17:
 
For convienence there is a menu item at the bottom of the CodeBlocks Main Menu/View that allows you to clear the history stack.
 
For convienence there is a menu item at the bottom of the CodeBlocks Main Menu/View that allows you to clear the history stack.
  
For each active editor, BrowseTracker memorizes the mouse clicks (one per page) for the last 20 cursor positions. The user browses to previous locations via the Alt-Up and Alt-Down keys.  
+
For each active editor, BrowseTracker memorizes the mouse clicks for the last 20 cursor positions. The user browses to previous locations via the Alt-Up and Alt-Down keys.  
  
Memorizing multiple locations per page can be forced with a Ctrl+Left-Mouse click.
+
BrowseMarks on a line can be deleted with a Ctrl+Left-Mouse click.
  
Updated 2007/12/01
+
Download location:
Version 1.2.5
 
  
http://cbbrowsetracker.googlecode.com/files/cbBrowseTracker125.zip
+
http://code.google.com/p/cbbrowsetracker/
  
The file above contains all source and .cbplugin files for both MSW and unix.
+
The zip file above contains all source and .cbplugin files for both MSW and Linux.
  
 
To install the plugin:
 
To install the plugin:

Revision as of 22:35, 4 December 2007

BrowseTracker
Generic-plugin.png
Developer(s): [[.]]
Maintainer(s): .
Version: 1

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

It keeps a 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 at the bottom of the CodeBlocks Main Menu/View that allows you to clear the history stack.

For each active editor, BrowseTracker memorizes the mouse clicks for the last 20 cursor positions. The user browses to previous locations via the Alt-Up and Alt-Down keys.

BrowseMarks on a line can be deleted with a Ctrl+Left-Mouse click.

Download location:

http://code.google.com/p/cbbrowsetracker/

The zip file above contains all source and .cbplugin files for both MSW and Linux.

To install the plugin:

   * Unzip the downloaded file.
   * Close all active CodeBlocks projects
   * Use the CodeBlocks installer at
     MainMenu/Plugins/Manage Plugins.../Install New
   * Navigate to the location you unzipped the file above.
   * Double click BrowseTracker.cbplugin for MSWindows
   * Double click libBrowseTracker.cbplugin for unix


You may have to restart CodeBlocks if there were pre-existing editors open during the install.

If CodeBlocks whines about SDK version or Symbol mismatches, the zip file contains the .cbp project files necessary to compile the source.