]> git.lyx.org Git - features.git/blobdiff - src/Undo.h
bad behaviour of recordUndoInset has been fixed in http://www.lyx.org/trac/changeset...
[features.git] / src / Undo.h
index 20e3445d60a5fe0810d1d62cc4eb27adc4a71265..8945b58ca328a81a831465ff3fa2891939d90140 100644 (file)
@@ -80,14 +80,6 @@ public:
         * give an inclusive range. This is called before you make the
         * changes to the paragraph, and it will record the original
         * information of the paragraphs in the undo stack.
-        *
-        * FIXME: We need something to record undo in partial grids
-        * for mathed. Right now we use recordUndoInset if more than
-        * one cell is changed, but that puts the cursor in front of
-        * the inset after undo. We would need something like
-        * recordUndoGrid(DocIterator & cur, UndoKind kind, idx_type
-        * from, idx_type to); and store the cell information in class
-        * Undo.
         */
        void recordUndo(DocIterator const & cur, UndoKind kind,
                pit_type from, pit_type to);