+11

Remember the last cusor positions in the previously opened files

phalkunz 12 years ago updated by Eugene Burmako 12 years ago 1
The last cursor positions of the previously opened files should be remembered when reopened, in an app session. It's really useful when you're working on different files. You can close some of them to unclutter the workspace, reopen them again when needed and you can pick up where you left off easily. 
There's a plugin for that: http://www.sublimetext.com/forum/viewtopic.php?f=5&t=3503, but it doesn't correctly work in certain corner cases, namely: 1) jumping to a file via next_result/prev_result, 2) revert of the buffer after it's been modified by an external application, 3) preview, 4) code folding. So it would be great to have this as a natively supported feature.