]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
FindAdv: Amend ec387b6d: Handle search for '{' and '}'
[lyx.git] / src / Text.h
index 1c5d4397f495a070eadc152166dc003a520e75d8..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.
@@ -258,7 +260,7 @@ public:
         settings are given to the new one.
         This function will handle a multi-paragraph selection.
         */
-       void setParagraphs(Cursor const & cur, docstring const & arg, bool modify = false);
+       void setParagraphs(Cursor const & cur, docstring const & arg, bool merge = false);
        /// Sets parameters for current or selected paragraphs
        void setParagraphs(Cursor const & cur, ParagraphParameters const & p);