]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Add FIXME
[lyx.git] / src / Cursor.h
index aa31f91c96b5592d951b8e649463213dc8ebd91f..cc5e46e83b5315ca5114e28b161b721b6044c169 100644 (file)
@@ -149,7 +149,10 @@ public:
        /// set the cursor data
        void setCursorData(CursorData const & data);
        /// sets cursor part
+       /// this (intentionally) does neither touch anchor nor selection status
        void setCursor(DocIterator const & it);
+       /// set the cursor to dit normalised against the anchor, and set selection.
+       void setCursorSelectionTo(DocIterator dit);
        /// sets the cursor to the normalized selection anchor
        void setCursorToAnchor();