How to navigate to the last cursor position in Eclipse if it is in the same file and was not edited? -


i had used eclipse earlier, afterwards switched intellij while , eclipse. there 1 thing intellij can't find in eclipse: navigating real last cursor position - in same file , if cursor moved between lines using arrow keys on keyboard or mouse. intellij able , found useful.

for example:
move cursor using keyboard's down arrow key successively on lines 10, 20, 30.
on line 30 , when press alt+left cursor go line 20.
after pressing alt+left again cursor go line 10.
after pressing alt+right afterwards cursor go line 20 again.

the following shortcuts available in eclipse:
alt+left - navigates last cursor position in different file, not last cursor position in current file if moved cursor in same file
alt+right - navigates forward next cursor position in different file, not next cursor position in current file if moved cursor in same file
ctrl+q - moves cursor last edit location

the latest version of eclipse in tested above-mentioned shortcuts: eclipse luna 4.4.0.

i found following discussion same problem (lacking such functionality in eclipse) quite old, seems functionality has not been implemented in eclipse since discussion in eclipse forum.

does of know if functionality implemented in eclipse? there plugin eclipse provides such functionality of navigating last cursor position?

please note, due reasons described above, i'm not satisfied solutions provided answer so question 'how navigate last cursor position in eclipse?' or other so question 'how go in eclipse?'.

there alt+left arrow , alt+right arrow navigate previous/next cursor positions, , ctrlq go last edited position


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -