How to open files from last edit place?
I mean, when you open a file (Java class) from project view, cursor goes to class name definition from the last edit place.
I get accustomed to open classes in such a way, but it make me confuse and I lose the place I edit before.
Is there any setting to change open behavior?
I know about 'Go to last edit location', but sometimes I am gone to the a previous file. In any case I have to see scrolling from last edit position back to class name, then again back to last edit location.
请先登录再写评论。
If a file was opened recently, then Ctrl+E (main menu / View / Recent files) could help.
Unfortunately, there is anyway an issue with restoring caret position: http://youtrack.jetbrains.net/issue/IDEADEV-31082
Alexander.
I just created a youtrack issue for this:
http://youtrack.jetbrains.net/issue/IDEA-26189
Please vote.
Bas