]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / LyXAction.C
index 0d86ba6d86b0b62ec0f66904a35b24362514271e..0e301fc4558192afd7de9a05221c06b24dfd23a7 100644 (file)
@@ -102,6 +102,7 @@ void LyXAction::init()
                { LFUN_APPENDIX, "appendix", Noop },
                { LFUN_BOOKMARK_GOTO, "bookmark-goto", ReadOnly },
                { LFUN_BOOKMARK_SAVE, "bookmark-save", ReadOnly },
+               { LFUN_BOOKMARK_CLEAR, "bookmark-clear", ReadOnly },
                { LFUN_BREAK_LINE, "break-line", Noop },
                { LFUN_BREAK_PARAGRAPH, "break-paragraph", Noop },
                { LFUN_BREAK_PARAGRAPH_KEEP_LAYOUT, "break-paragraph-keep-layout", Noop },
@@ -157,8 +158,8 @@ void LyXAction::init()
                { LFUN_ERROR_NEXT, "error-next", ReadOnly },
                { LFUN_ERT_INSERT, "ert-insert", Noop },
                { LFUN_FILE_INSERT, "file-insert", Noop },
-               { LFUN_FILE_INSERT_ASCII, "file-insert-ascii", Noop },
-               { LFUN_FILE_INSERT_ASCII_PARA, "file-insert-ascii-para", Noop },
+               { LFUN_FILE_INSERT_PLAINTEXT, "file-insert-plaintext", Noop },
+               { LFUN_FILE_INSERT_PLAINTEXT_PARA, "file-insert-plaintext-para", Noop },
                { LFUN_FILE_NEW, "file-new", NoBuffer },
                { LFUN_FILE_OPEN, "file-open", NoBuffer },
                { LFUN_FLOAT_INSERT, "float-insert", Noop },
@@ -261,11 +262,11 @@ void LyXAction::init()
                { LFUN_REDO, "redo", Noop },
                { LFUN_LABEL_GOTO, "label-goto", ReadOnly },
                { LFUN_REFERENCE_NEXT, "reference-next", ReadOnly },
-               { LFUN_SCREEN_DOWN, "screen-down", ReadOnly | NoUpdate},
+               { LFUN_SCREEN_DOWN, "screen-down", ReadOnly },
                { LFUN_SCREEN_DOWN_SELECT, "screen-down-select", ReadOnly },
                { LFUN_SCREEN_FONT_UPDATE, "screen-font-update", NoBuffer },
                { LFUN_SCREEN_RECENTER, "screen-recenter", ReadOnly },
-               { LFUN_SCREEN_UP, "screen-up", ReadOnly | NoUpdate},
+               { LFUN_SCREEN_UP, "screen-up", ReadOnly },
                { LFUN_SCREEN_UP_SELECT, "screen-up-select", ReadOnly },
                { LFUN_SELF_INSERT, "self-insert", SingleParUpdate },
                { LFUN_SPACE_INSERT, "space-insert", Noop },
@@ -362,6 +363,15 @@ void LyXAction::init()
                { LFUN_MOUSE_TRIPLE, "", ReadOnly },
                { LFUN_PARAGRAPH_MOVE_DOWN, "paragraph-move-down", Noop },
                { LFUN_PARAGRAPH_MOVE_UP, "paragraph-move-up", Noop },
+               { LFUN_WINDOW_NEW, "window-new", NoBuffer },
+               { LFUN_WINDOW_CLOSE, "window-close", NoBuffer },
+               { LFUN_UNICODE_INSERT, "unicode-insert", Noop },
+               { LFUN_TOOLBAR_TOGGLE_STATE, "", NoBuffer },
+               { LFUN_NOMENCL_INSERT, "nomencl-insert", Noop },
+               { LFUN_NOMENCL_PRINT, "nomencl-print", Noop },
+               { LFUN_CLEARPAGE_INSERT, "clearpage-insert", Noop },
+               { LFUN_CLEARDOUBLEPAGE_INSERT, "cleardoublepage-insert", Noop },
+
                { LFUN_NOACTION, "", Noop }
        };