]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Improve fullscreen capabilities ( http://bugzilla.lyx.org/show_bug.cgi?id=4146 ).
[lyx.git] / src / LyXRC.h
index 3bc2465eefa9f688c53ff71007046b37e2d6aa57..ace663e1130601a5a738355481f6b0667b623ac2 100644 (file)
@@ -83,8 +83,10 @@ public:
                RC_SORT_LAYOUTS,
                RC_USELASTFILEPOS,
                RC_LOADSESSION,
+               RC_MACRO_EDIT_STYLE,
                RC_MAKE_BACKUP,
                RC_MARK_FOREIGN_LANGUAGE,
+               RC_MOUSE_WHEEL_SPEED,
                RC_NUMLASTFILES,
                RC_PATH_PREFIX,
                RC_PERS_DICT,
@@ -252,6 +254,8 @@ public:
        /// Whether or not save/restore session information
        /// like windows position and geometry.
        bool allow_geometry_session;
+       /// Scrolling speed of the mouse wheel
+       double mouse_wheel_speed;
        /// Zoom factor for screen fonts
        unsigned int zoom;
        /// Screen font sizes in points for each font size
@@ -341,6 +345,14 @@ public:
        ///
        bool cursor_follows_scrollbar;
        ///
+       enum MacroEditStyle {
+               MACRO_EDIT_INLINE_BOX = 0,
+               MACRO_EDIT_INLINE,
+               MACRO_EDIT_LIST
+       };
+       ///
+       MacroEditStyle macro_edit_style;
+       ///
        bool dialogs_iconify_with_main;
        ///
        int label_init_length;