]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Disable direct insertion of multiple spaces in mathed text
[lyx.git] / src / Text.h
index 4defd94fa610e513ea29948da6f4fa7cf1e03e46..14108286047dcbae233a8f87b009887d50837d46 100644 (file)
@@ -245,6 +245,8 @@ public:
        // Dissolve the inset under cursor
        /// FIXME: replace Cursor with DocIterator.
        bool dissolveInset(Cursor & cur);
+       /// FIXME: replace Cursor with DocIterator.
+       bool splitInset(Cursor & cur);
        ///
        bool selectWordWhenUnderCursor(Cursor & cur, word_location);
        /// Change the case of the word at cursor position.