]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
* src/inset/InsetNomencl.cpp:
[lyx.git] / src / LyXRC.h
index e51c233ed94e5abb8fdf368f6551e7eafaf6ca7c..4f88b941331ec12f245638f654177e8e43f9b073 100644 (file)
@@ -62,6 +62,7 @@ public:
                RC_CONVERTER_CACHE_MAXAGE,
                RC_COPIER,
                RC_CURSOR_FOLLOWS_SCROLLBAR,
+               RC_MAC_LIKE_WORD_MOVEMENT,
                RC_CUSTOM_EXPORT_COMMAND,
                RC_CUSTOM_EXPORT_FORMAT,
                RC_DATE_INSERT_FORMAT,
@@ -102,6 +103,7 @@ public:
                RC_MAKE_BACKUP,
                RC_MARK_FOREIGN_LANGUAGE,
                RC_MOUSE_WHEEL_SPEED,
+               RC_NOMENCL_COMMAND,
                RC_NUMLASTFILES,
                RC_PATH_PREFIX,
                RC_PERS_DICT,
@@ -245,6 +247,8 @@ public:
        std::string bibtex_command;
        /// command to run makeindex incl. options or other index programs
        std::string index_command;
+       /// command to run makeindex incl. options for nomencl
+       std::string nomencl_command;
        ///
        std::string document_path;
        ///
@@ -365,6 +369,8 @@ public:
        ///
        std::string gui_language;
        ///
+       bool mac_like_word_movement;
+       ///
        bool cursor_follows_scrollbar;
        ///
        enum MacroEditStyle {