Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

BrowseTracker plugin

<< < (8/22) > >>

tiwag:

--- Quote from: Pecan on August 02, 2007, 11:10:12 pm ---BrowseTracker re-compiled for Linux wxGTK2.8.4.

Version  0.1.10 2007/08/2
- fixes for editor tracking with wxFlatNotebook 2.2 on Linux
- fix for non-focused selection dialog in wxGTK284


http://wiki.codeblocks.org/index.php?title=BrowseTracker_plugin

--- End quote ---

hi pecan


where can i dl the actual sources ?
your dl-link from the wiki doesnt exist any more (at least i get an error)
btw i generally HATE filehosters  :P

would you mind to put browsetracker into svn ?
you can easily open a project for it at berlios

brgds
tiwag

Pecan:
BrowseTracker
Version 1.2.4 2007/11/30

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 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 location of mouse clicks (one per page). 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.

Updated 2007/11/30 Version 1.2.4
http://www.savefile.com/files/1232644


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

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.

kisoft:
ver 1.2.3 content file "version.cpp" vs "Version.cpp" into ver 1.2.1.
browsetracker-Lmsw.cbp content:

--- Code: ---<Unit filename="Version.cpp" />
--- End code ---
Analogically browsetracker-Lunix.cbp
Check filecase, please.

Good luck!

Pecan:
BrowseTracker 1.2.5 2007/12/01
http://cbbrowsetracker.googlecode.com/files/cbBrowseTracker125.zip
Thank you kisoft.

Pecan:
BrowseTracker 1.2.15 2007/12/4
http://code.google.com/p/cbbrowsetracker/
http://wiki.codeblocks.org/index.php?title=BrowseTracker_plugin

  commit  1.2.5 2007/11/30
 4) correct case of some filenames
 5) Add menu items "Set BrowseMark", "Clear BrowseMark"
 ----------------------------------------------------------------------------
  commit  1.2.15 2007/12/4
 6) remove redundancy of initial editor BrowseMark
 7) record "previous position" forward; allowing easy copy/paste operations
 8 ) add "Clear All BrowseMarks" menu item for a single editor
 9) don't show navigation dlg when no active cbEditors
 11) Clear previous marks on line when setting a new one (unless Ctrl held)
 12) when current browsemark off screen, go to "current", not "previous/next"
 13) save BrowseMarks in circular queue. More understandable interface.
 14) switch Ctrl-LeftMouse click to delete browse marks on a source line.
 15) allow multiple browse marks on page, but only one per line

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version