]> git.lyx.org Git - features.git/blobdiff - src/BufferView.h
Improve error msg.
[features.git] / src / BufferView.h
index b2fa1c028349ba23c3ff9f6bcac8f476319398a4..e831e3a2ebd7796df9c8bce9222b3108bd4dffe1 100644 (file)
@@ -205,13 +205,13 @@ public:
        /// This method will automatically scroll and update the BufferView
        /// (metrics+drawing) if needed.
        /// \param recenter Whether the cursor should be centered on screen
-       void showCursor(DocIterator const & dit, bool recenter,
+       /// \param force If true, disregard current position
+       void showCursor(DocIterator const & dit, bool recenter, bool force,
                bool update);
        /// Scroll to the cursor.
-       void scrollToCursor();
-       /// Scroll to the cursor.
        /// \param recenter Whether the cursor should be centered on screen
-       bool scrollToCursor(DocIterator const & dit, bool recenter);
+       /// \param force If true, disregard current position
+       bool scrollToCursor(DocIterator const & dit, bool recenter, bool force);
        /// scroll down document by the given number of pixels.
        int scrollDown(int pixels);
        /// scroll up document by the given number of pixels.