]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
* Doxy.
[lyx.git] / src / LyXRC.h
index 2b1148724e3f17681f6a5ed8fb7eac721082dcbf..b7855f7ecde8aef751870337f8641495ced36e39 100644 (file)
@@ -49,6 +49,7 @@ public:
                RC_BINDFILE,
                RC_CHECKLASTFILES,
                RC_CHKTEX_COMMAND,
+               RC_COMPLETION_CURSOR_TEXT,
                RC_COMPLETION_INLINE_DELAY,
                RC_COMPLETION_INLINE_MATH,
                RC_COMPLETION_INLINE_TEXT,
@@ -138,6 +139,7 @@ public:
                RC_SERVERPIPE,
                RC_SET_COLOR,
                RC_SHOW_BANNER,
+               RC_OPEN_BUFFERS_IN_TABS,
                RC_SORT_LAYOUTS,
                RC_SPELL_COMMAND,
                RC_TEMPDIRPATH,
@@ -421,6 +423,8 @@ public:
        /// Width of limited screen (in pixels) in fullscreen mode
        int full_screen_width;
        ///
+       bool completion_cursor_text;
+       ///
        double completion_inline_delay;
        ///
        bool completion_inline_math;
@@ -436,6 +440,8 @@ public:
        bool completion_popup_text;
        ///
        bool completion_popup_after_complete;
+       ///
+       bool open_buffers_in_tabs;
 };