X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.h;h=14108286047dcbae233a8f87b009887d50837d46;hb=8202e4e571b90b3b87918437d6346bbf1cbfc6aa;hp=4defd94fa610e513ea29948da6f4fa7cf1e03e46;hpb=d38eddb397de982a379d8c0644c6ca2190c67fe9;p=lyx.git diff --git a/src/Text.h b/src/Text.h index 4defd94fa6..1410828604 100644 --- a/src/Text.h +++ b/src/Text.h @@ -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.