Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: eddyq on April 22, 2013, 08:53:44 pm

Title: How to install BrowserTracket
Post by: eddyq on April 22, 2013, 08:53:44 pm
I want to use BrowseTracker. I clicked on Plugins and BrowseTracker does not show up. Then I selected Manager Plugins and I see BrowseTracker and it has "yes" under "Enabled" ... so I assume it is enabled.

But it doesn't seem to function as advertised. For example, if I navigate to the declaration of a function then use alt/left it does not go back to the point where I started. Then I tried alt/up and that moves the current line up one line. So even though it says it is enabled I don't think it really is.

Does anyone have any suggestions?
Title: Re: How to install BrowserTracket
Post by: Pecan on April 23, 2013, 12:41:22 pm
Use the KeyBinder plugin to assign the key you want to use with BrowseTacker.

MainMenu/Settings/Editor/Keyboard Shortcuts
Title: Re: How to install BrowserTracket
Post by: eddyq on April 24, 2013, 12:56:27 am
KeyBinder says it is enabled. So I went to Keyboard shortcuts then View and Browse Tracker. There I can see that Alt-LEFT is set for "Backward Ed". But when I use Alt-LEFT it brings up a list of files, it doesn't go to the previous edit.

The thing I want most is to go back to where I used "find declaration".
Title: Re: How to install BrowserTracket
Post by: Pecan on April 24, 2013, 01:21:37 pm
Add your keyboard shortcuts to the "Jump" item under View, then.
I assign Alt-Up and Alt-Down to jump back and forward to the last location of the cursor.

Title: Re: How to install BrowserTracket
Post by: eddyq on April 24, 2013, 02:20:02 pm
Perfect!! Thanks.