]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
more changes, read the Changelog
[lyx.git] / src / lyxrc.h
index bc724a465aae2f627a2d4b708f8020c2c9154a06..7eec3c242fb2c7c75381b647410e836b67c298e1 100644 (file)
@@ -16,8 +16,6 @@
 #pragma interface
 #endif
 
-#include <map>
-
 #include "ToolbarDefaults.h"
 #include "bufferparams.h"
 
@@ -42,6 +40,8 @@ public:
        ///
        ToolbarDefaults toolbardefaults;
        ///
+       string bind_file;
+       ///
        string printer;
        ///
        string print_command;
@@ -146,6 +146,8 @@ public:
        bool use_scalable_fonts;
        /// DPI of monitor
        float dpi;
+       /// Whether lyx should handle deadkeys by itself
+       bool override_x_deadkeys;
        ///
        string fontenc;
        ///
@@ -219,7 +221,9 @@ public:
        ///
        bool rtl_support;
        ///
-       string number_inset;
+       bool auto_number;
+       ///
+       bool mark_foreign_language;
        ///
        bool show_banner;
        /// Do we have to use a GUI?
@@ -236,13 +240,6 @@ public:
        string docbook_to_html_command;
        ///
        string docbook_to_pdf_command;
-       ///
-       typedef std::map<string, int> Bindings;
-       ///
-       Bindings bindings;
-private:
-       ///
-       void defaultKeyBindings();
 };
 
 extern LyXRC lyxrc;