Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: zend on February 07, 2020, 11:52:39 am

Title: How to return back from "goto" command in Editor
Post by: zend on February 07, 2020, 11:52:39 am
Hello,

When I using command "Find Implementation" on some function, the Editor moves me to another source line and source file. If there any operation that can return me back to the point, from what I have moved? (Like it works in Eclipse editor)

Thanks
Title: Re: How to return back from "goto" command in Editor
Post by: zdena on February 07, 2020, 12:58:08 pm
Ctrl-Alt-Z works for me.
View -> Jump -> Jump Back
Title: Re: How to return back from "goto" command in Editor
Post by: BlueHazzard on February 07, 2020, 02:11:37 pm
or  ctrl+alt+left arrow
Title: Re: How to return back from "goto" command in Editor
Post by: Pecan on February 09, 2020, 07:13:02 pm
Hello,

When I using command "Find Implementation" on some function, the Editor moves me to another source line and source file. If there any operation that can return me back to the point, from what I have moved? (Like it works in Eclipse editor)

Thanks

Be sure BrowseTracker is running and enabled(mainMenu/plugings/manage plugins...).
Then jump back using MainMenu/jump/jump back.
You can set a shortcut to that menu item with MainMenu/Setting/Editor/Keyboard Shortcuts (from left column).
Title: Re: How to return back from "goto" command in Editor
Post by: zend on March 20, 2020, 10:58:06 pm
Jumb Back Works! Thank you!