]> git.lyx.org Git - lyx.git/commit
Move handling of LFUN_INSET_SETTINGS to Inset.cpp
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 9 Apr 2009 23:17:20 +0000 (23:17 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 9 Apr 2009 23:17:20 +0000 (23:17 +0000)
commit2d40854a462385138ebbb2a2e20cc112606876c8
tree48792d7507e534b78b8a18704a2134633c8d8615
parent305ac4e923347666988c2053fcd149c0420e53b6
Move handling of LFUN_INSET_SETTINGS to Inset.cpp

* Inset
Handle LFUN_INSET_SETTINGS.

* LyXAction
Use the AtPoint command flag.

* BufferView
* Text3
Remove code that handled LFUN_INSET_SETTINGS. The inset/next-inset part is handled by the AtPoint lfun flag. showInsetDialog is called by Inset::doDispatch and getStatus will be handled by all insets themselves.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29171 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/LyXAction.cpp
src/Text3.cpp
src/insets/Inset.cpp