]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
InsetBibitem.cpp: fix bibitemWidest.
[lyx.git] / src / Text.h
index bc4e85c321c6adb8cdeb182b6c0140be5198c5ba..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;
        
@@ -276,7 +278,7 @@ public:
 
        ///
        void write(Buffer const & buf, std::ostream & os) const;
-       /// returns whether we've seen our usual 'end' marker
+       /// returns true if \end_document has not been read
        /// insetPtr is the containing Inset
        bool read(Buffer const & buf, Lexer & lex, ErrorList & errorList, 
                  InsetText * insetPtr);