]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Navigator:
[lyx.git] / src / LyXRC.h
index 96623b6ad55284c8deb4b5424b81ce6ec2203161..e34492f2004a4778aa80c549fa191a34a0c28cad 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,7 +139,7 @@ public:
                RC_SERVERPIPE,
                RC_SET_COLOR,
                RC_SHOW_BANNER,
-               RC_SINGLE_WINDOW,
+               RC_OPEN_BUFFERS_IN_TABS,
                RC_SORT_LAYOUTS,
                RC_SPELL_COMMAND,
                RC_TEMPDIRPATH,
@@ -375,8 +376,7 @@ public:
        ///
        int label_init_length;
        ///
-       ///graphics::DisplayType
-       int display_graphics;
+       bool display_graphics;
        ///
        bool show_banner;
        ///
@@ -422,6 +422,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;
@@ -437,8 +439,8 @@ public:
        bool completion_popup_text;
        ///
        bool completion_popup_after_complete;
-       /// Open new buffers in the current window as tab.
-       bool single_window;
+       ///
+       bool open_buffers_in_tabs;
 };