]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Cleanup: Replace a bunch of Cursor arguments with DocIterators.
[lyx.git] / src / LyXRC.h
index 06ef2760aa05c17006b71bbc281931f7d9227e10..79f4fbcf158bcf14def711260195e6845718c6ab 100644 (file)
@@ -84,6 +84,7 @@ public:
                RC_GEOMETRY_SESSION,
                RC_GROUP_LAYOUTS,
                RC_GUI_LANGUAGE,
+               RC_HUNSPELLDIR_PATH,
                RC_INDEX_ALTERNATIVES,
                RC_INDEX_COMMAND,
                RC_INPUT,
@@ -153,6 +154,7 @@ public:
                RC_SORT_LAYOUTS,
                RC_SPELL_COMMAND,
                RC_SPELLCHECK_CONTINUOUSLY,
+               RC_SPELLCHECKER,
                RC_SPLITINDEX_COMMAND,
                RC_TEMPDIRPATH,
                RC_TEMPLATEPATH,
@@ -276,6 +278,8 @@ public:
        ///
        std::string thesaurusdir_path;
        ///
+       std::string hunspelldir_path;
+       ///
        bool auto_region_delete;
        /// flag telling whether lastfiles should be checked for existance
        bool auto_reset_options;
@@ -324,20 +328,14 @@ public:
        unsigned int plaintext_linelen;
        /// Accept compound words in spellchecker?
        bool spellchecker_accept_compound;
-       /// Use alternate language?
-       bool spellchecker_use_alt_lang;
-       /// Use personal dictionary?
-       bool spellchecker_use_pers_dict;
        /// Use tooltips?
        bool use_tooltip;
        /// Use pixmap cache?
        bool use_pixmap_cache;
-       /// Use escape chars?
-       bool spellchecker_use_esc_chars;
+       /// Spellchecker engine: aspell, hunspell, etc
+       std::string spellchecker;
        /// Alternate language for spellchecker
        std::string spellchecker_alt_lang;
-       /// Alternate personal dictionary file for the spellchecker
-       std::string spellchecker_pers_dict;
        /// Escape characters
        std::string spellchecker_esc_chars;
        /// spellcheck continuously?