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
Ctrl-Alt-Z works for me.
View -> Jump -> Jump Back
or ctrl+alt+left arrow
Quote from: 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
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).
Jumb Back Works! Thank you!