News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How to return back from "goto" command in Editor

Started by zend, February 07, 2020, 11:52:39 AM

Previous topic - Next topic

zend

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

zdena

Ctrl-Alt-Z works for me.
View -> Jump -> Jump Back
Windows 10 64b
Arduino 1.8.11 with (modified) Arduino Builder 1.5.1z through (modified) C::B 17.12 32b
Occasional C(C++) hobbyist almost only for Arduino.
Czechia - please pardon my English

BlueHazzard


Pecan

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).

zend