]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Fix reference dialog layout for Qt 4.2.
[lyx.git] / src / LyXRC.h
index f0aaa209f41056eb857bf3ddd1452ecee8065495..3e513e350066d4e96770672209e5973d0a51a1db 100644 (file)
@@ -38,7 +38,9 @@ public:
        enum LyXRCTags {
                RC_ACCEPT_COMPOUND = 1,
                RC_ALT_LANG,
+               RC_AUTOCORRECTION_MATH,
                RC_PLAINTEXT_LINELEN,
+               RC_PLAINTEXT_ROFF_COMMAND,
                RC_AUTOREGIONDELETE,
                RC_AUTORESET_OPTIONS,
                RC_AUTOSAVE,
@@ -148,6 +150,7 @@ public:
                RC_TEMPLATEPATH,
                RC_TEX_ALLOWS_SPACES,
                RC_TEX_EXPECTS_WINDOWS_PATHS,
+               RC_THESAURUSDIRPATH,
                RC_UIFILE,
                RC_USELASTFILEPOS,
                RC_USER_EMAIL,
@@ -257,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,10 +308,6 @@ public:
        unsigned int autosave;
        ///
        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?
@@ -321,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;
@@ -438,6 +439,8 @@ public:
        ///
        int completion_inline_dots;
        ///
+       bool autocorrection_math;
+       ///
        double completion_popup_delay;
        ///
        bool completion_popup_math;