CEDET 
 Libraries 
  EIEIO  
   Vis Bookmarks 
   LM Compile 
  Semantic  
   Intellisense 
  SRecode  
  Tools  
  Speedbar  
  EDE  
  COGRE  
  Download 
  1.0 Pre Releases 
   1.0pre4 
   1.0pre3 
  Other  
  Checkdoc 
 Project Information 
  Project 
  Releases 
  Mailing Lists 
   cedet-devel 
   cedet-semantic 
   cedet-eieio 
  Donate 
 
<< Files >>

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.)
 
SourceForge Logo
Donate With Paypal
gnu Eric's homepage
Return to CEDET.
Send mail to zappo@gnu.org to contact me.
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 Eric M. Ludlam
Verbatim copying and distribution is permitted in any medium, provided this notice is preserved.