]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
grammar
[lyx.git] / src / LyXRC.h
index 8950ea511c15ca7f64988e13a114703def498c47..cf6a01231000fbc042579daa8bf871ec0116d0b4 100644 (file)
@@ -370,11 +370,9 @@ public:
        /// Accept compound words in spellchecker?
        bool spellchecker_accept_compound = false;
        /// spellcheck continuously?
-       bool spellcheck_continuously = false;
+       bool spellcheck_continuously = true;
        /// spellcheck notes and comments?
        bool spellcheck_notes = true;
-       /// minimum length of words to complete
-       unsigned int completion_minlength = 6;
        ///
        bool use_kbmap = false;
        ///
@@ -523,6 +521,8 @@ public:
        bool completion_inline_text = false;
        ///
        int completion_inline_dots = -1;
+       /// minimum length of words to complete
+       unsigned int completion_minlength = 6;
        ///
        double completion_popup_delay = 2.0;
        ///