]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Cosmetics.
[lyx.git] / src / insets / InsetText.h
index ffd4bad18c9913d6425ecb5f7fcda588ba20e188..8168a71f5d40b6205877a2408a4d733d9e561d32 100644 (file)
@@ -22,6 +22,7 @@ namespace lyx {
 class Buffer;
 class BufferParams;
 class BufferView;
+class CompletionList;
 class CursorSlice;
 class Dimension;
 class ParagraphList;
@@ -153,6 +154,8 @@ public:
        ///
        bool automaticPopupCompletion() const;
        ///
+       bool showCompletionCursor() const;
+       ///
        CompletionList const * createCompletionList(Cursor const & cur) const;
        ///
        docstring completionPrefix(Cursor const & cur) const;
@@ -160,6 +163,7 @@ public:
        bool insertCompletion(Cursor & cur, docstring const & s, bool finished);
        ///
        void completionPosAndDim(Cursor const &, int & x, int & y, Dimension & dim) const;
+
        ///
        virtual docstring contextMenu(BufferView const & bv, int x, int y) const;
        ///
@@ -173,8 +177,6 @@ private:
        ColorCode frame_color_;
        ///
        mutable pit_type old_pit;
-       ///
-       docstring previousWord(CursorSlice const & sl) const;
 
 public:
        ///