]> git.lyx.org Git - features.git/commit
Move LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from LyXFunc.cpp to BufferView.cpp...
authorBo Peng <bpeng@lyx.org>
Mon, 24 Mar 2008 04:27:43 +0000 (04:27 +0000)
committerBo Peng <bpeng@lyx.org>
Mon, 24 Mar 2008 04:27:43 +0000 (04:27 +0000)
commit057dd755f531c025eb075da75fe652a0c1e27993
tree75336259f33f0bac5577d6204df1d402cf9de690
parentcd07402c964f2bd32eb7599fbf3e1d2733f7f29c
Move LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from LyXFunc.cpp to BufferView.cpp so that a valid inset can be retrieved and called upon; add context-menu for InsetGraphics and InsetListings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23910 a592a061-630c-0410-9148-cb99ea01b6c8
lib/ui/stdmenus.inc
src/BufferView.cpp
src/LyXFunc.cpp
src/insets/InsetExternal.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetGraphics.h
src/insets/InsetListings.cpp
src/insets/InsetListings.h