Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: huzhongshan on January 06, 2011, 01:11:04 pm
-
When I read the code , I use "go to implementation" to read the function code , but after that , I want to come back to original postion , Is it possible by using some easy way (like shortcut )?
-
menu->view->browse tracker->backward/forward ed.
or assign a shortcut to them.
-
Thanks
-
It doesnot work. I use go to implemention , but I cannot go back to the postion where I use "go to implemention" command.
-
It doesnot work. I use go to implemention , but I cannot go back to the postion where I use "go to implemention" command.
Do you mean "Find implementation" ?
Doing a "Find implementation" in an .h file, then hitting Alt-backArrow takes me right back to the header file.
Note that use must add the Alt-backArrow with keybinder, else you'll get a list of editors instead.
Windows 7
svn svn build rev 6907 (2011-01-02 12:27:03) gcc 4.3.1 Windows/unicode - 32 bit
What's our OS, CodeBlocks version?
Please give us a step-by-step method to recreate this problem.
-
What I mean is :
1 I use "find implemention" to go to the function code , it works .
2 After I read the function code , I want to go back to the position where I come from ( the position I use/trigger "find implemention" command, Is there some easy ways( like shortcut or menu command) to do such things?
-
What I mean is :
1 I use "find implemention" to go to the function code , it works .
2 After I read the function code , I want to go back to the position where I come from ( the position I use/trigger "find implemention" command, Is there some easy ways( like shortcut or menu command) to do such things?
what does step2 means?
When you read the function, did you use the mouse to click somewhere?
If true, you need to press alt+leftarrow several times to go back the the position you desired.
-
But you need the BrowseTracker plugin installed and enabled.
If you use the windows installer, not all plugins are enabled by default (in this case rerun the installer and chose to install all plugins you need this time).
On linux you probaly have to install the contrib-plugins package.
-
I'll try. I use windows version , and install 1005 then just download nightlybuild and extract to overwrite the old ones.
I press alt+<- , just a list of windows show up to let me choose one.
-
I'll try. I use windows version , and install 1005 then just download nightlybuild and extract to overwrite the old ones.
I press alt+<- , just a list of windows show up to let me choose one.
Note that use must add the Alt-backArrow with keybinder, else you'll get a list of editors instead.
Please learn to read and understand the posts carefully.
If you do not understand, please ask what is meant.
-
I'll try. I use windows version , and install 1005 then just download nightlybuild and extract to overwrite the old ones.
I press alt+<- , just a list of windows show up to let me choose one.
Since you extracted the nightly over CB ver 10.05, you might be using a nightly CB core with a ver 10.05 BrowseTracker plugin. Other plugins may also be affected (namely KeyBinder).
Make sure that the BrowseTracker that came with the nightly is extracted as well.
It is not a good practice to overwrite the CB 10.05 core with the nightlies. It's just asking for trouble.
Extracting the nightly to a clean directory may prevent these problems.