Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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?
-
Use the KeyBinder plugin to assign the key you want to use with BrowseTacker.
MainMenu/Settings/Editor/Keyboard Shortcuts
-
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".
-
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.
-
Perfect!! Thanks.