]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_cursor.h
forward search in math insets. ugly. seems to work. don't ask why.
[lyx.git] / src / mathed / math_cursor.h
index b15fef5dc7812bb82f264b7eb0683d199d2e881d..ef9172a0ad87f3a8394fc03a8d6b6fa7584f96a3 100644 (file)
@@ -182,7 +182,7 @@ public:
        row_type gridRow() const;
 
        /// make sure cursor position is valid
-       void normalize() const;
+       void normalize();
        ///
        UpdatableInset * asHyperActiveInset() const;
 
@@ -235,6 +235,8 @@ public:
        void dump(char const * str) const;
        ///
        void stripFromLastEqualSign();
+       /// moves on 
+       void setSelection(cursor_type const & where, size_type n);
 
        ///
        friend class Selection;