302 Found


nginx

VisBookmark

Visual Studio style bookmarks

The Visual Studio bookmarking system (As of Visual Studio version 5 anyway) consists of a few simple keystrokes that will plop a few visible markers in the file you are editing. You can then jump around between them.

Using the linemark.el sample library written to use EIEIO a system similar to the Visual Studio bookmark system was easy to write.

Here's how it works

First, make sure you have EIEIO installed. It must have a version of the linemark.el library installed. Next load linemark, and use the command:

M-x enable-visual-studio-bookmarks
Key BindingAction
F2Toggle a bookmark on an off.
Shift F2Go Backward to previous bookmark.
Ctrl F2Go to next bookmark
Ctrl Shift F2Clear all bookmarks in this file.

Advantages

The Visual Studio bookmark emulation uses the linemark library, so it has all the advantages of this library. Bookmarks are remembered when a buffer is killed, and are restored when you return to that buffer later. (Though not between Emacs Sessions.)
 
Get CEDET at SourceForge.net.
gnu Eric's homepage
Return to CEDET.
Send mail to cedet-devel to contact the developers.
Visit Siege-engine.com to see what I do in analog land.

Copyright(C) 1997,98,99,2000,01,02,03,04,05,06,07,08,09,10,11 Eric M. Ludlam
Verbatim copying and distribution is permitted in any medium, provided this notice is preserved.