]> 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 68dcdfba607ec242424c0a15b53c690cb698455d..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,
@@ -423,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;