]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Help avoiding shortcut clashes by discriminating strings.
[lyx.git] / src / BufferView.h
index 0672c9ddd16800c320dbd5bb8ae36ea8bb9ca6f1..c2ae8811d9d902a02ed6e6131b4c5b64c525809c 100644 (file)
@@ -190,6 +190,8 @@ public:
        size_t const & inlineCompletionUniqueChars() const;
        /// return the position in the buffer of the inline completion postfix.
        DocIterator const & inlineCompletionPos() const;
+       /// make sure inline completion position is OK
+       bool fixInlineCompletionPos();
        /// set the inline completion postfix and its position in the buffer.
        /// Updates the updateFlags in \c cur.
        void setInlineCompletion(Cursor & cur, DocIterator const & pos,