X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.h;h=955826bcf6c57034210d3c879d3217ff18e4dbd4;hb=d9f1f7e348d3175bb9bd72d42a113bf1e644031e;hp=10df6361aefabe8d4bf5d262e6801ea2a2e70cea;hpb=b852df91bc2c88779a7e675574121819cfc3a44d;p=lyx.git diff --git a/src/LyXRC.h b/src/LyXRC.h index 10df6361ae..955826bcf6 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -18,9 +18,9 @@ #ifndef LYXRC_H #define LYXRC_H -#include "Length.h" #include "LyX.h" +#include "support/Length.h" #include "support/strfwd.h" #include "support/userinfo.h" @@ -66,6 +66,8 @@ public: RC_CONVERTER, RC_CONVERTER_CACHE_MAXAGE, RC_COPIER, + RC_CT_ADDITIONS_UNDERLINED, + RC_CT_MARKUP_COPIED, RC_CURSOR_FOLLOWS_SCROLLBAR, RC_CURSOR_WIDTH, RC_DEFAULT_DECIMAL_SEP, @@ -169,6 +171,7 @@ public: RC_UIFILE, RC_USELASTFILEPOS, RC_USER_EMAIL, + RC_USER_INITIALS, RC_USER_NAME, RC_USE_CONVERTER_CACHE, RC_USE_CONVERTER_NEEDAUTH_FORBIDDEN, @@ -418,6 +421,10 @@ public: /// bool cursor_follows_scrollbar = false; /// + bool ct_additions_underlined = true; + /// + bool ct_markup_copied = false; + /// bool scroll_below_document = false; /// enum MacroEditStyle { @@ -449,6 +456,8 @@ public: std::string user_name; // set in constructor /// user email std::string user_email; // set in constructor (empty for now) + /// user initials + std::string user_initials; /// icon set name std::string icon_set; /// whether to use the icons from the theme