]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Revert r28853
[lyx.git] / src / BufferView.h
index d41826067128c4e037a6a2cb891e863a54a095e1..0f6b55b80ad95e74c42410e336fad9c5c88f0f50 100644 (file)
@@ -5,9 +5,9 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alfredo Braustein
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author John Levon
- * \author Jürgen Vigna
+ * \author Jürgen Vigna
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -251,6 +251,8 @@ public:
 
        ///
        Point getPos(DocIterator const & dit, bool boundary) const;
+       /// is the paragraph of the cursor visible ?
+       bool paragraphVisible(DocIterator const & dit) const;
 
 
        ///
@@ -287,6 +289,8 @@ public:
        void insertPlaintextFile(support::FileName const & f, bool asParagraph);
        ///
        void insertLyXFile(support::FileName const & f);
+       /// save temporary bookmark for jump back navigation
+       void bookmarkEditPosition();
 
 private:
        /// noncopyable