]> git.lyx.org Git - features.git/commit
Modify the way multi-cell selection is done in tables:
authorAbdelrazak Younes <younes@lyx.org>
Wed, 1 Oct 2008 08:18:57 +0000 (08:18 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 1 Oct 2008 08:18:57 +0000 (08:18 +0000)
commit0ac664310a9f11006b6787163cd1bdbba9f41549
treee1a3103f38b3d84b069d103e9b6b2cdfb4f205d0
parent1b47d2e5e262f7dfb1d6d4def6c96cdb8dca44d5
Modify the way multi-cell selection is done in tables:
* Always put the cursor at the end of the cell (this was set at the beginning with mouse selection).
* handle LFUN_SELF_INSERT in case of multi-cell selection -> the whole cell contents will be deleted.

This commit fixes http://bugzilla.lyx.org/show_bug.cgi?id=5225

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26668 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetTabular.cpp