]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
This doesn't return a reference any more.
[lyx.git] / src / LyXRC.h
index 96623b6ad55284c8deb4b5424b81ce6ec2203161..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,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,
@@ -422,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;
@@ -437,8 +440,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;
 };