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...)
 
m (moved Browse Tracker plugins to Browse Tracker plugin: Removed "s" from "plugins".)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
BrowseTracker is a CodeBlocks plugin to browse back and forth to recently activated CodeBlocks editors.
+
[[Category: Code::Blocks Contrib Plugins]]
 +
{{Infobox_Plugin|
 +
  name = BrowseTracker |
 +
  logo = [[Image:Generic-plugin.png]] |
 +
  developer = [[pecan]] |
 +
  maintainer = |
 +
  version = 1
 +
}}
  
It keeps a 20 slot history of recently activated 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-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.
+
It uses the Alt-Up and Alt-Down keys to navigate to recently marked editor positions.
  
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.
+
For convienence there are menu items in the CodeBlocks View menu and the editor context popup that allow you further control over BrowseTracker.
  
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.
+
For each active editor, BrowseTracker memorizes lines for which the Left mouse key has been held down for 1/4 second.  
  
See Main Menu->View->Browse Tracker for further control items.
+
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.
 +
 
 +
[[Image:BrowseTrackerOptions.PNG]]

Latest revision as of 19:03, 11 September 2011

BrowseTracker
Generic-plugin.png
Developer(s): pecan
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