Author Topic: How to return back from "goto" command in Editor  (Read 3087 times)

Offline zend

  • Single posting newcomer
  • *
  • Posts: 3
How to return back from "goto" command in Editor
« 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

Offline zdena

  • Multiple posting newcomer
  • *
  • Posts: 39
Re: How to return back from "goto" command in Editor
« Reply #1 on: February 07, 2020, 12:58:08 pm »
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

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: How to return back from "goto" command in Editor
« Reply #2 on: February 07, 2020, 02:11:37 pm »
or  ctrl+alt+left arrow

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2769
Re: How to return back from "goto" command in Editor
« Reply #3 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).

Offline zend

  • Single posting newcomer
  • *
  • Posts: 3
Re: How to return back from "goto" command in Editor
« Reply #4 on: March 20, 2020, 10:58:06 pm »
Jumb Back Works! Thank you!