Difference between revisions of "BrowseTracker plugin"

From Code::Blocks
 
(25 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
   name = BrowseTracker |
 
   name = BrowseTracker |
 
   logo = [[Image:Generic-plugin.png]] |
 
   logo = [[Image:Generic-plugin.png]] |
   developer = [[Pecan Heber]] |
+
   developer = [[.]] |
   maintainer = Pecan|
+
   maintainer = .|
 
   version = 1
 
   version = 1
 +
 
}}
 
}}
  
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 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.
  
It keeps a 20 slot history of recently activated editors.
+
For convienence there are menu items in the CodeBlocks View menu and the editor context popup that allow you further control over BrowseTracker.
  
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 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.
  
For convienence there is a menu item at the bottom of the CodeBlocks Main Menu/View that allows you to clear the history stack.
+
The toggle key, clear key and delay are configurable via the settings menu.
  
Updated 2007/07/22
+
All Browse mark can be cleared by a '''Ctrl'''-Left mouse click (user configurable).
  
http://www.savefile.com/files/909230
+
BrowseMarks appear visually as "..." in the left editor margin.
  
 +
Browse tracker saves and restores both Browse marks and Book marks across editing sessions.
  
The file above contains all source and .cbplugin files for both MSW and unix.
+
The settings menu option allows the use of either a single Left_Mouse click or a Ctrl-Left_Mouse click to toggle BrowseMarks.
  
To install the plugin:
+
It also allows choices for clearing the BrowseMarks.
  
    * Unzip the downloaded file.
+
[[Image:BrowseTrackerOptions.PNG]]
    * 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.
+
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.