More functionality for bookmarks - jump to bookmark x with key

This forum is user-to-user based and not regularly monitored by IDM.
Please see the note at the top of this page on how to contact IDM.

More functionality for bookmarks - jump to bookmark x with key

Postby Nufacik » Wed Aug 22, 2007 12:59 pm

Hi all.

I have one nice idea for bookmarks.

I use bookmarks very often. I using more bookmark, usualy 5 - 10.
Everything is OK, but I need for example jumping between bookmark 2 and 6. It will be nice to have define key shortcut for jumping between bookmarks.
I press Alt+2 to jump to bookmark 2 and press Alt+6 to jump to bookmark 6.
Is it possible to add this functionality into the Ultraedit?

Thank...

Nuf.
User avatar
Nufacik
Newbie
 
Posts: 9
Joined: Mon Jul 31, 2006 11:00 pm

Re: More functionality for bookmarks - jump to bookmark x with key

Postby Mofi » Wed Aug 22, 2007 1:28 pm

Yes, it is. You can create several macros which contain only 1 line:

GotoBookMark x

with x is a number between 0 (first bookmark) and 49 (50th bookmark). Specify for every macro an appropriate hot key.

Collect this "Goto Bookmark x" macros in one macro file which is specified to be automatically loaded on startup of UltraEdit. Then you can use Alt+2 and Alt+6 to goto bookmark 2 and 6 (1 and 5 in the macro code).
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4058
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to UltraEdit General Discussion