I think jumping between files is an important usecase. (it isn't much harder than jumping within a file;et me know if you want API guidance).<br><br>Robby<br><br>On Saturday, February 4, 2012, Stephen Chang <<a href="mailto:stchang@ccs.neu.edu">stchang@ccs.neu.edu</a>> wrote:<br>
>> Since jumping to a definition will sometime open a new window.<br>><br>> Is this true in drracket? It doesnt seem like it is. I have a new<br>> implementation where bookmarks are a text mixin, so each tab will have<br>
> it's own stack. But there is no jumping between windows.<br>><br>><br>><br>> On Sat, Feb 4, 2012 at 5:00 PM, Guillaume Marceau <<a href="mailto:gmarceau@gmail.com">gmarceau@gmail.com</a>> wrote:<br>
>> Note that the "Bookmark" features are almost always separate from the<br>>> "Long Jump" features, both in key binding and in nomenclature.<br>>><br>>> In Visual Studio:<br>>> Jump to definition: F12<br>
>> Jump back on the stack: C-*<br>>> Jump forward on the stack: C-&<br>>><br>>> Toggle a bookmark: C-k C-k<br>>> Jump to next bookmark: C-k C-n<br>>> Jump to previous bookmark: C-k C-n<br>
>><br>>> In Eclipse:<br>>> Jump to definition: F3<br>>> Jump back on the stack: A-left<br>>> Jump forward on the stack: A-right<br>>><br>>> By default, Eclipse doesn't have keyboard shortcut for its<br>
>> bookmarking feature, but some people use<br>>> Toggle a bookmark: C-b<br>>> Jump to next bookmark: C-n<br>>> Jump to previous bookmark: C-p<br>>><br>>> In Emacs (using the built-in tagging functionality):<br>
>> Jump to definition: M-.<br>>> Jump back on the stack: M-*<br>>> Jump forward on the stack: not available<br>>><br>>> Toggle a bookmark: C-x r m<br>>> Jump to next bookmark: C-x r j<br>
>> Jump to a different bookmark (from a list): C-x r l<br>>><br>>> I don't remember any having a visual display of the stack. I don't<br>>> remember any saving the stack across sessions. Some save bookmarks, or<br>
>> save them them, but only if you ask.<br>>><br>>> To make the stack feature work, it is essential that it jump across<br>>> windows. You want M-. followed by M-* to cancel each other.<br>>