Difference between revisions of "BrowseTracker plugin"

From Code::Blocks
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
}}
 
}}
  
BrowseTracker is a small CodeBlocks plugin to browse back and forth to recently activated CodeBlocks editors and recent cursor positions.
+
BrowseTracker is a small CodeBlocks plugin to browse back and forth to recently activated editors and recent cursor positions.
  
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.
+
It uses the Alt-Up and Alt-Down keys to navigate to recently marked editor positions.
  
For convienence there are menu items at the bottom of the CodeBlocks View menu that allows you further control over BrowseTracker.
+
For convienence there are menu items in the CodeBlocks View menu and the editor context popup that allow you further control over BrowseTracker.
  
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.  If you want to navigate in a file between markers sorted by line numbers then just select the menu View, Browse Tracker, Sort BrowseMark.
+
For each active editor, BrowseTracker memorizes lines for which the Left mouse key has been held down for 1/4 second.  
  
BrowseMarks on a line can be deleted with a Ctrl+Left-Mouse click.
+
The BrowseMark can be toggled on or off.
  
BrowseMarks appear visually as "..." in the left editor margin.
+
The toggle key, clear key and delay are configurable via the settings menu.
  
Download location:
+
All Browse mark can be cleared by a '''Ctrl'''-Left mouse click (user configurable).
  
http://code.google.com/p/cbbrowsetracker/
+
BrowseMarks appear visually as "..." in the left editor margin.
  
The zip file above contains all source and .cbplugin files for both MSW and Linux.
+
Browse tracker saves and restores both Browse marks and Book marks across editing sessions.
  
To install the plugin:
+
The settings menu option allows the use of either a single Left_Mouse click or a Ctrl-Left_Mouse click to toggle BrowseMarks.
  
    * Unzip the downloaded file.
+
It also allows choices for clearing the BrowseMarks.
    * 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
 
  
 +
[[Image:BrowseTrackerOptions.PNG]]
  
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.
+
BrowseTracker is not part of the Release 8.02 Plugin Contributions section, and can be installed with the CodeBlocks installer.

Latest revision as of 20:16, 9 March 2008

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

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

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-Up and Alt-Down keys to navigate to recently marked editor positions.

For convienence there are menu items in the CodeBlocks View menu and the editor context popup that allow you further control over BrowseTracker.

For each active editor, BrowseTracker memorizes lines for which the Left mouse key has been held down for 1/4 second.

The BrowseMark can be toggled on or off.

The toggle key, clear key and delay are configurable via the settings menu.

All Browse mark can be cleared by a Ctrl-Left mouse click (user configurable).

BrowseMarks appear visually as "..." in the left editor margin.

Browse tracker saves and restores both Browse marks and Book marks across editing sessions.

The settings menu option allows the use of either a single Left_Mouse click or a Ctrl-Left_Mouse click to toggle BrowseMarks.

It also allows choices for clearing the BrowseMarks.

BrowseTrackerOptions.PNG


BrowseTracker is not part of the Release 8.02 Plugin Contributions section, and can be installed with the CodeBlocks installer.