X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrc.h;h=8282c21a4e50242fda9a9e5943aee1c5a4d84229;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=138481cb678f8056bdcf3d4e1b88794641677076;hpb=be76af20b33c3e2bd22142bf01dfb587ac516e7e;p=lyx.git diff --git a/src/lyxrc.h b/src/lyxrc.h index 138481cb67..8282c21a4e 100644 --- a/src/lyxrc.h +++ b/src/lyxrc.h @@ -50,6 +50,7 @@ public: RC_CHECKLASTFILES, RC_CHKTEX_COMMAND, RC_CONVERTER, + RC_CONVERTER_CACHE_MAXAGE, RC_COPIER, RC_CURSOR_FOLLOWS_SCROLLBAR, RC_CUSTOM_EXPORT_COMMAND, @@ -136,6 +137,7 @@ public: RC_USER_NAME, RC_USETEMPDIR, RC_USE_ALT_LANG, + RC_USE_CONVERTER_CACHE, RC_USE_ESC_CHARS, RC_USE_INP_ENC, RC_USE_PERS_DICT, @@ -396,6 +398,10 @@ public: * The string is input, stored and output in native format. */ std::string path_prefix; + /// Use the cache for file converters? + bool use_converter_cache; + /// The maximum age of cache files in seconds + unsigned int converter_cache_maxage; };