X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=c2ae8811d9d902a02ed6e6131b4c5b64c525809c;hb=a5b01f8f96efc95633a8da1cf4748aa473a89f1a;hp=1880a583692158c7408593b70559b57cb8471e50;hpb=7f593196fc20fc8fef14e11b5b240b8a2b0aad39;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index 1880a58369..c2ae8811d9 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -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, @@ -311,6 +313,8 @@ public: void editInset(std::string const & name, Inset * inset); /// void clearLastInset(Inset * inset) const; + /// Is the mouse hovering a clickable inset or element? + bool clickableInset() const; private: /// noncopyable