]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / lyxrc.h
index 5e547d2d5b18476db800d1258e5195a3835ce475..6de67fc60a26173a603452c96488837f225670c9 100644 (file)
@@ -74,9 +74,11 @@ enum LyXRCTags {
        RC_KBMAP,
        RC_KBMAP_PRIMARY,
        RC_KBMAP_SECONDARY,
+#if 0
        RC_FAX_COMMAND,
        RC_PHONEBOOK,
        RC_FAXPROGRAM,
+#endif
        RC_ASCIIROFF_COMMAND,
        RC_ASCII_LINELEN,
        RC_NUMLASTFILES,
@@ -116,6 +118,7 @@ enum LyXRCTags {
        RC_FORMAT,
        RC_NEW_ASK_FILENAME,
        RC_DEFAULT_LANGUAGE,
+       RC_LABEL_INIT_LENGTH,
        RC_LAST
 };
 
@@ -127,17 +130,15 @@ enum LyXRCTags {
        ///
        int read (string const & filename);
        ///
+       void readBindFileIfNeeded();
+       ///
        void write(string const & filename) const;
        ///
         void print() const;
        ///
        void output(std::ostream & os) const;
-       /// Is a bind file already (or currently) read?
-       bool hasBindFile;
-       ///
-       int ReadBindFile(string const & name = "cua");
        ///
-       static string getFeedback( LyXRCTags );
+       static string const getDescription(LyXRCTags);
        ///
        string bind_file;
        ///
@@ -259,12 +260,14 @@ enum LyXRCTags {
        string font_norm_menu;
        ///
        unsigned int autosave;
+#if 0
        ///
        string fax_command;
        ///
        string phone_book;
        ///
        string fax_program;
+#endif
        ///
        string ascii_roff_command;
        ///
@@ -327,6 +330,13 @@ enum LyXRCTags {
        string default_language;
        ///
        bool cursor_follows_scrollbar;
+       ///
+       int label_init_length;
+private:
+       /// Is a bind file already (or currently) read?
+       bool hasBindFile;
+       ///
+       int ReadBindFile(string const & name);
 };
 
 ///