]> git.lyx.org Git - features.git/blobdiff - src/LyXAction.C
several changes and some new insets, read the Changelog
[features.git] / src / LyXAction.C
index 2f15f9041c7054a68ac22e8239c721440dfba8b6..0f6caa20e955755521bb51666ee9560b5e4b3c44 100644 (file)
@@ -67,7 +67,7 @@ void LyXAction::init()
        // instead of calling newFunc numerous times because of compilation
        // times. Since the array is not static we get back the memory it
        // occupies after the init is completed. It compiles several
-       //magnitudes faster.
+       // magnitudes faster.
        
        static bool init = false;
        if (init) return;
@@ -128,6 +128,10 @@ void LyXAction::init()
                  N_("Import document"), NoBuffer },
                { LFUN_BUFFERBULLETSSELECT, "buffer-itemize-bullets-select",
                  "", Noop },
+               { LFUN_BUFFER_PRINT, "buffer-print-xtl", N_("Print"),
+                 ReadOnly },
+               { LFUN_PRINTER_PARAMS_GET, "printer-params-get",
+                 N_("Get the printer parameters"), ReadOnly },
                { LFUN_MENUNEW, "buffer-new", N_("New document") , NoBuffer },
                { LFUN_MENUNEWTMPLT,"buffer-new-template",
                  N_("New document from template"), NoBuffer },
@@ -183,6 +187,8 @@ void LyXAction::init()
                  N_("Remove all error boxes"), ReadOnly },
                { LFUN_INSET_ERT, "ert-inset-insert",
                  N_("Insert a new ERT Inset"), Noop },
+               { LFUN_INSET_EXTERNAL, "external-inset-insert",
+                 N_("Insert a new external inset"), Noop },
                { LFUN_FIGURE, "figure-insert", N_("Insert Figure"), Noop },
                { LFUN_INSERT_GRAPHICS, "graphics-insert",
                  N_("Insert Graphics"), Noop },
@@ -212,10 +218,14 @@ void LyXAction::init()
                  Noop },
                { LFUN_INSET_FOOTNOTE, "footnote-inset-insert",
                  N_("Insert Footnote"), Noop },
+               { LFUN_INSET_MARGINAL, "marginalnote-inset-insert",
+                 N_("Insert Marginalnote"), Noop },
                { LFUN_RIGHTSEL, "forward-select", N_("Select next char"),
                  ReadOnly },
                { LFUN_HFILL, "hfill-insert",
                  N_("Insert horizontal fill"), Noop },
+               { LFUN_HELP_COPYRIGHT, "help-copyright",
+                 N_("Display copyright information"), NoBuffer },
                { LFUN_HTMLURL, "html-insert", "", Noop },
                { LFUN_HYPHENATION, "hyphenation-point-insert",
                  N_("Insert hyphenation point"), Noop },
@@ -385,6 +395,10 @@ void LyXAction::init()
                { LFUN_UPCASE_WORD, "word-upcase", "", Noop },
                { LFUN_DATE_INSERT, "date-insert", "", Noop },
                { LFUN_PARAGRAPH_SPACING, "paragraph-spacing", "", Noop },
+               { LFUN_SET_COLOR, "set-color", "", Noop },
+               { LFUN_INSET_MINIPAGE, "minipage-inset-insert", "", Noop },
+               { LFUN_INSET_FLOAT, "float-inset-insert", "", Noop },
+               { LFUN_INSET_LIST, "list-inset-insert", "", Noop },
                { LFUN_NOACTION, "", "", Noop }
        };