Author Topic: How to install BrowseTracker Plugin  (Read 3191 times)

Offline cheetahlover

  • Single posting newcomer
  • *
  • Posts: 4
How to install BrowseTracker Plugin
« on: June 09, 2016, 07:25:50 am »
Hi,

Can anyone tell me how to install this package?
http://wiki.codeblocks.org/index.php/Browse_Tracker_plugin

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: How to install BrowseTracker Plugin
« Reply #1 on: June 09, 2016, 11:54:03 am »
Hi,

Can anyone tell me how to install this package?
http://wiki.codeblocks.org/index.php/Browse_Tracker_plugin

This is contributed plugin already in C::B distribution. What is your OS?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline cheetahlover

  • Single posting newcomer
  • *
  • Posts: 4
Re: How to install BrowseTracker Plugin
« Reply #2 on: June 13, 2016, 01:40:43 pm »
I am running on Ubuntu. I still cant seem to find how to go back to the previous location once I open up a declaration in code blocks. I am running Code Blocks 13.12

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: How to install BrowseTracker Plugin
« Reply #3 on: June 13, 2016, 04:22:52 pm »
You can use the View menu items or add hot keys to them using the KeyBinder plugin.



In the View menu, notice the "Jump" item. This allows you to jump back and forth between recently viewed lines of code.

Offline cheetahlover

  • Single posting newcomer
  • *
  • Posts: 4
Re: How to install BrowseTracker Plugin
« Reply #4 on: June 13, 2016, 05:43:00 pm »
Browse track and jump seem to be missing from my View menu. I am running Ubuntu 14.04, and 13.12 Code Blocks

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: How to install BrowseTracker Plugin
« Reply #5 on: June 14, 2016, 11:29:42 am »
search in your software center (or better synaptic packet manager) for condeblocks contributed plugins and install them

greetings

Offline cheetahlover

  • Single posting newcomer
  • *
  • Posts: 4
Re: How to install BrowseTracker Plugin
« Reply #6 on: June 20, 2016, 04:30:27 pm »
Thanks a lot. That works