]> git.lyx.org Git - features.git/commit
* src/insets/InsetCommand.{cpp,h}:
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 10 Sep 2007 16:06:01 +0000 (16:06 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 10 Sep 2007 16:06:01 +0000 (16:06 +0000)
commit59c2e75e41c4a6e210dde757646e064c65f535a5
tree2d7d286afea7b9393f98def8763864a58d9ed43f
parente055ef0a33dd638a0b3e8af329ef94a464b6e65a
* src/insets/InsetCommand.{cpp,h}:
- implement edit function that opens the inset's dialog.
* src/BufferView.cpp (doDispatch):
- call inset->edit (i.e. open dialog) for EDITABLE insets on next-inset-toggle (bug 2907)
* src/Text3.cpp (doDispatch: INDEX_INSERT):
- move inset->edit to where it belongs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20193 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/Text3.cpp
src/insets/InsetCommand.cpp
src/insets/InsetCommand.h