]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Rename eolString() to eol() and pass a MathTeXStream parameter
[lyx.git] / src / Text.h
index 64cbb834c21bbf1ffc032920a1c6d65fbb349263..9736981941b2b7d99c337ef195d85f512b344dcc 100644 (file)
@@ -171,6 +171,8 @@ public:
        void getWord(CursorSlice & from, CursorSlice & to, word_location const) const;
        /// just selects the word the cursor is in
        void selectWord(Cursor & cur, word_location loc);
+       /// expands the selection to the word the cursor is in
+       void expandWordSel(Cursor & cur);
        /// select all text
        void selectAll(Cursor & cur);