]> git.lyx.org Git - features.git/commit
Persistent-selection (and fix bug 3162)
authorBo Peng <bpeng@lyx.org>
Fri, 2 Feb 2007 03:10:15 +0000 (03:10 +0000)
committerBo Peng <bpeng@lyx.org>
Fri, 2 Feb 2007 03:10:15 +0000 (03:10 +0000)
commit8b5616664142ff0c6384afc18248ae4bf002caa8
tree0819228802abb42aa3ec660c7f9b047f35eeb330
parentf44bc0a0d1ba0af3fc47e4491fad4c4faf97503a
Persistent-selection (and fix bug 3162)
* src/CutAndPaste.h/C: add selectionBuffer to save selected text
* src/text3.C: proper handling of paste
* src/lyxfind.C: save selection
* src/BufferView.C: save selection
* src/text.C: save selection
* src/cursor.C: save selection
* src/insets/insettabular.C: save selection
* src/mathed/InsetMathGrid.C: save selection
* src/mathed/InsetMathHull.C: save selection
* src/mathed/InsetMathNest.C: save selection

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17022 a592a061-630c-0410-9148-cb99ea01b6c8
12 files changed:
src/BufferView.C
src/CutAndPaste.C
src/CutAndPaste.h
src/cursor.C
src/insets/insettabular.C
src/insets/insettabular.h
src/lyxfind.C
src/mathed/InsetMathGrid.C
src/mathed/InsetMathHull.C
src/mathed/InsetMathNest.C
src/text.C
src/text3.C