]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
fix "make check" with gcc 4.3
[lyx.git] / src / LyXRC.h
index 3cecd9b2907a59f9a0d912ca1c8eb8ab77c13362..3e513e350066d4e96770672209e5973d0a51a1db 100644 (file)
@@ -38,8 +38,9 @@ public:
        enum LyXRCTags {
                RC_ACCEPT_COMPOUND = 1,
                RC_ALT_LANG,
-               RC_PLAINTEXT_ROFF_COMMAND,
+               RC_AUTOCORRECTION_MATH,
                RC_PLAINTEXT_LINELEN,
+               RC_PLAINTEXT_ROFF_COMMAND,
                RC_AUTOREGIONDELETE,
                RC_AUTORESET_OPTIONS,
                RC_AUTOSAVE,
@@ -149,6 +150,7 @@ public:
                RC_TEMPLATEPATH,
                RC_TEX_ALLOWS_SPACES,
                RC_TEX_EXPECTS_WINDOWS_PATHS,
+               RC_THESAURUSDIRPATH,
                RC_UIFILE,
                RC_USELASTFILEPOS,
                RC_USER_EMAIL,
@@ -258,6 +260,8 @@ public:
        ///
        std::string tempdir_path;
        ///
+       std::string thesaurusdir_path;
+       ///
        bool auto_region_delete;
        /// flag telling whether lastfiles should be checked for existance
        bool auto_reset_options;
@@ -303,13 +307,7 @@ public:
        ///
        unsigned int autosave;
        ///
-       std::string plaintext_roff_command;
-       ///
        unsigned int plaintext_linelen;
-       /// use library instead of process
-       bool use_spell_lib;
-       /// spellchecker command
-       std::string spellchecker_command;
        /// Accept compound words in spellchecker?
        bool spellchecker_accept_compound;
        /// Pass input encoding switch to the spellchecker?
@@ -324,7 +322,7 @@ public:
        bool use_pixmap_cache;
        /// Use escape chars?
        bool spellchecker_use_esc_chars;
-       /// Alternate language for ispell
+       /// Alternate language for spellchecker
        std::string spellchecker_alt_lang;
        /// Alternate personal dictionary file for the spellchecker
        std::string spellchecker_pers_dict;
@@ -441,6 +439,8 @@ public:
        ///
        int completion_inline_dots;
        ///
+       bool autocorrection_math;
+       ///
        double completion_popup_delay;
        ///
        bool completion_popup_math;