Bo Peng schrieb:
Shortcuts for 'bookmark-goto 1/2/3/4/5' still exists. Just remember
that the bookmarks are in a stack so the most recent one is always 1.
Compared to 1.4.x, the current bookmark system
1. save/restore bookmarks in session.
there's a bug, see
http://bugzilla.lyx.org/show_bug.cgi?id=3092
2. can save up to 20 bookmarks (compared to 5 in 1.4.x)
3. can go to a bookmark without active buffer
How?
5. able to clear bookmarks
Again, How?
6. 'bookmark-save 1' always put a bookmark at the top of the bookmark
stack; 'bookmark-goto 1' always go to the latest bookmark (a
regression).
It's a pity because I used this very often. Any chance to get this back?
I can not see a way to implement dynamic bookmark menu items without
this stack (regression).
I don't know the internals, but if we had an lfun to access the different stack
buffer, we could use one shortcut, like:
lfun: goto_bookmark_number
shortcut: C-number
So when the user uses C-12 he goes to the 12th buffer on the stack, If there
aren't currently 12 buffers, nothing happens.
regards Uwe