]> git.lyx.org Git - features.git/commit
InsetInfo: add InsetInfo (core)
authorBo Peng <bpeng@lyx.org>
Thu, 11 Oct 2007 14:52:00 +0000 (14:52 +0000)
committerBo Peng <bpeng@lyx.org>
Thu, 11 Oct 2007 14:52:00 +0000 (14:52 +0000)
commit62c98f2ffca915a6d4c91753b9340dc57722b43f
tree819109e46ff16b716dc425e9d7f07a43429f8c01
parenta800da1bfe62b4b78c4eba7ebe4a315927762aa5
InsetInfo: add InsetInfo (core)
* src/insets/Inset.cpp: add InsetInfo
* src/insets/Inset.h
* src/insets/InsetInfo.cpp
* src/insets/InsetInfo.h
* src/LyXAction.cpp: add LFUN_INFO_INSERT
* src/lfuns.h
* src/BufferView.cpp:
* src/factory.cpp
* src/Text3.cpp: insert InsetInfo with selected text
* development/scons/scons_manifest.py: build tools update
* src/Makefile.am

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20904 a592a061-630c-0410-9148-cb99ea01b6c8
development/scons/scons_manifest.py
src/BufferView.cpp
src/LyXAction.cpp
src/Makefile.am
src/Text3.cpp
src/factory.cpp
src/insets/Inset.cpp
src/insets/Inset.h
src/insets/InsetInfo.cpp [new file with mode: 0644]
src/insets/InsetInfo.h [new file with mode: 0644]
src/lfuns.h