]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Allow using \binom without amsmath and add support for \brace and \brack
[lyx.git] / src / LyXRC.h
index 2b1148724e3f17681f6a5ed8fb7eac721082dcbf..3b5daaedbe664b7c3d221f498ece02e6c3efb63c 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,
@@ -150,6 +152,7 @@ public:
                RC_USER_NAME,
                RC_USETEMPDIR,
                RC_USE_ALT_LANG,
+               RC_USE_BUNDLED_FORMAT,
                RC_USE_CONVERTER_CACHE,
                RC_USE_ESC_CHARS,
                RC_USE_INP_ENC,
@@ -421,6 +424,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 +441,10 @@ public:
        bool completion_popup_text;
        ///
        bool completion_popup_after_complete;
+       ///
+       bool open_buffers_in_tabs;
+       ///
+       bool use_bundled_format;
 };