]> 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 40b3647880cb9cafc244c11e2aea3f7991af4590..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,
@@ -151,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,
@@ -422,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;
@@ -439,6 +443,8 @@ public:
        bool completion_popup_after_complete;
        ///
        bool open_buffers_in_tabs;
+       ///
+       bool use_bundled_format;
 };