]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Don try to be smart and always protect the preamble with \makeatletter
[lyx.git] / src / Text.h
index 3beda155a5b9616e104d4028e0af3d24ec090b55..df19ca7ae2dc71c20621bb692c9a4f4a9d274ae8 100644 (file)
@@ -149,6 +149,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);
+       /// select all text
+       void selectAll(Cursor & cur);
        /// convenience function get the previous word or an empty string
        docstring previousWord(CursorSlice const & sl) const;