]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Fix bug #3038: wish for lfuns for zoom-in and zoom-out
[lyx.git] / src / LyXRC.h
index a23f3d79aa4003522929c0c0e648d16022d1257a..dd84720d1a62fd53a883dff2de8abcd2a4f121a1 100644 (file)
@@ -38,6 +38,7 @@ public:
        enum LyXRCTags {
                RC_ACCEPT_COMPOUND = 1,
                RC_ALT_LANG,
+               RC_AUTOCORRECTION_MATH,
                RC_PLAINTEXT_LINELEN,
                RC_PLAINTEXT_ROFF_COMMAND,
                RC_AUTOREGIONDELETE,
@@ -139,12 +140,14 @@ public:
                RC_SCREEN_FONT_TYPEWRITER,
                RC_SCREEN_FONT_TYPEWRITER_FOUNDRY,
                RC_SCREEN_ZOOM,
+               RC_SCROLL_BELOW_DOCUMENT,
                RC_SERVERPIPE,
                RC_SET_COLOR,
                RC_SHOW_BANNER,
                RC_OPEN_BUFFERS_IN_TABS,
                RC_SORT_LAYOUTS,
                RC_SPELL_COMMAND,
+               RC_SPELLCHECK_CONTINUOUSLY,
                RC_TEMPDIRPATH,
                RC_TEMPLATEPATH,
                RC_TEX_ALLOWS_SPACES,
@@ -327,6 +330,8 @@ public:
        std::string spellchecker_pers_dict;
        /// Escape characters
        std::string spellchecker_esc_chars;
+       /// spellcheck continuously?
+       bool spellcheck_continuously;
        ///
        bool use_kbmap;
        ///
@@ -370,6 +375,8 @@ public:
        ///
        bool cursor_follows_scrollbar;
        ///
+       bool scroll_below_document;
+       ///
        enum MacroEditStyle {
                MACRO_EDIT_INLINE_BOX = 0,
                MACRO_EDIT_INLINE,
@@ -438,6 +445,8 @@ public:
        ///
        int completion_inline_dots;
        ///
+       bool autocorrection_math;
+       ///
        double completion_popup_delay;
        ///
        bool completion_popup_math;