]> git.lyx.org Git - features.git/commit
* src/paragraph.h (public): new enum ChangeTracking,
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 13 Apr 2006 16:47:57 +0000 (16:47 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 13 Apr 2006 16:47:57 +0000 (16:47 +0000)
commitd27e1b9dd76867adc7149d32730d1d93ea58eae4
treee96ee5c239bd450d73ab344617d663fba03d2220
parent6fb5b5cd4e44b40ef3769873bde462e2a61cccfd
    * src/paragraph.h (public): new enum ChangeTracking,
indicating if ct is used in the current buffer.
(cleanChanges): pass enum ChangeTracking.

        * src/paragraph_pimpl.C (cleanChanges): delete ct marks from
paste content if ct is of in the buffer. Set content INSERTED
if ct is on (bug 2207).

        * src/CutAndPaste.C (pasteSelectionHelper): pass information
about the current change tracking state to cleanChanges.

        * src/paragraph_pimpl.h (cleanChanges): pass enum ChangeTracking.

        * src/paragraph.C (cleanChanges): pass enum ChangeTracking.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13666 a592a061-630c-0410-9148-cb99ea01b6c8
src/CutAndPaste.C
src/paragraph.C
src/paragraph.h
src/paragraph_pimpl.C
src/paragraph_pimpl.h