]> git.lyx.org Git - features.git/commit
New bookmarks implementation:
authorBo Peng <bpeng@lyx.org>
Wed, 1 Nov 2006 15:55:17 +0000 (15:55 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 1 Nov 2006 15:55:17 +0000 (15:55 +0000)
commitf49f2f6e22a087a05904fe73b989daf26cc5e41e
tree9e80c6ec8a7bca9821fd7717fda85f19183a04fe
parentbc2fb0d99db1ca95eb671cda5075b5b046b5909c
New bookmarks implementation:
* src/lyxfunc.C: handle LFUN_BOOKMARK_GOTO and LFUN_BOOKMARK_CLEAR
* src/session.h/C: store bookmarks here.
* src/lfuns.h, src/LyXAction.C: add LFUN_BOOKMARK_CLEAR
* src/BufferView.h/C: remove saved_positions, move LFUN_BOOKMARK_GOTO to lyxfunc.C
* src/MenuBackend.h/C: add Bookmarks menu type
* lib/ui/stdmenus.ui: change bookmarks menu items

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15673 a592a061-630c-0410-9148-cb99ea01b6c8
lib/ui/stdmenus.ui
src/BufferView.C
src/BufferView.h
src/LyXAction.C
src/MenuBackend.C
src/MenuBackend.h
src/lfuns.h
src/lyxfunc.C
src/session.C
src/session.h