]> git.lyx.org Git - features.git/commit
Some context menu work:
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 24 Mar 2008 13:33:48 +0000 (13:33 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 24 Mar 2008 13:33:48 +0000 (13:33 +0000)
commite1ac6d411850c934dfc582795bc1ed1570a381c5
treee2d1006e9aae403d0498c2238c2fb0694fd052ad
parent2567314e44e9d63a92349a441c9dbac371b12d86
Some context menu work:

* src/BufferView.cpp:
* src/FuncCode.h:
* src/LyXAction.cpp:
- new LFUN_NEXT_INSET_MODIFY

* src/insets/InsetBox.{cpp, h}:
* src/insets/InsetCommand.{cpp,h}:
* src/insets/InsetNote.{cpp,h}:
* src/insets/InsetSpace.{cpp,h}:
* src/insets/InsetVSpace.{cpp,h}:
- implement context menu and access to some changes

* lib/ui/stdmenus.ui:
- new context menus for Box, Space, VSpace, Note.
- extend the context menu for InsetRef.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23920 a592a061-630c-0410-9148-cb99ea01b6c8
14 files changed:
lib/ui/stdmenus.inc
src/BufferView.cpp
src/FuncCode.h
src/LyXAction.cpp
src/insets/InsetBox.cpp
src/insets/InsetBox.h
src/insets/InsetCommand.cpp
src/insets/InsetCommandParams.h
src/insets/InsetNote.cpp
src/insets/InsetNote.h
src/insets/InsetSpace.cpp
src/insets/InsetSpace.h
src/insets/InsetVSpace.cpp
src/insets/InsetVSpace.h