More functionality for bookmarks - jump to bookmark x with key

More functionality for bookmarks - jump to bookmark x with key

6
NewbieNewbie
6

    Aug 22, 2007#1

    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.

    6,612548
    Grand MasterGrand Master
    6,612548

      Aug 22, 2007#2

      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).
      Best regards from an UC/UE/UES for Windows user from Austria