]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
move some selection related stuff over to textcursor.C
[lyx.git] / src / LyXAction.C
index 5dc982296d16cba3a767668a1a4278dad3490174..09e7c7c85b82bd4099ea062d3be2e938d47a4da6 100644 (file)
@@ -114,7 +114,6 @@ void LyXAction::init()
                { LFUN_IMPORT, "buffer-import", NoBuffer },
                { LFUN_MENUNEW, "buffer-new", NoBuffer },
                { LFUN_MENUNEWTMPLT,"buffer-new-template", NoBuffer },
-               { LFUN_MENUPRINT, "buffer-print", ReadOnly },
                { LFUN_MENURELOAD, "buffer-reload", ReadOnly },
                { LFUN_SWITCHBUFFER, "buffer-switch", ReadOnly },
                { LFUN_READ_ONLY_TOGGLE, "buffer-toggle-read-only", ReadOnly },
@@ -151,7 +150,6 @@ void LyXAction::init()
                { LFUN_FILE_INSERT_ASCII_PARA, "file-insert-ascii-para", Noop },
                { LFUN_FILE_NEW, "file-new", NoBuffer },
                { LFUN_FILE_OPEN, "file-open", NoBuffer },
-               { LFUN_MENUSEARCH, "find-replace", ReadOnly },
                { LFUN_INSET_FLOAT, "float-insert", Noop },
                { LFUN_INSET_WIDE_FLOAT, "float-wide-insert", Noop },
                { LFUN_INSET_WRAP, "wrap-insert", Noop },
@@ -186,12 +184,8 @@ void LyXAction::init()
                { LFUN_INSET_OPTARG, "optional-insert", Noop },
                { LFUN_INSERT_BIBITEM, "bibitem-insert", Noop },
                { LFUN_LANGUAGE, "language", Noop },
-               { LFUN_LATEX_LOG, "latex-view-log", ReadOnly },
                { LFUN_LAYOUT, "layout", Noop },
-               { LFUN_LAYOUT_CHARACTER, "layout-character", ReadOnly },
-               { LFUN_LAYOUT_DOCUMENT, "layout-document", ReadOnly },
                { LFUN_LAYOUT_PARAGRAPH, "layout-paragraph", ReadOnly },
-               { LFUN_LAYOUT_PREAMBLE, "layout-preamble", ReadOnly },
                { LFUN_LAYOUT_TABULAR, "layout-tabular", Noop },
                { LFUN_HOME, "line-begin", ReadOnly },
                { LFUN_HOMESEL, "line-begin-select", ReadOnly },
@@ -221,7 +215,6 @@ void LyXAction::init()
                { LFUN_MATH_NONUMBER, "math-nonumber", Noop },
                { LFUN_MATH_NUMBER, "math-number", Noop },
                { LFUN_MATH_EXTERN, "math-extern", Noop },
-               { LFUN_MATH_PANEL, "math-panel", Noop },
                { LFUN_MATH_SIZE, "math-size", Noop },
                { LFUN_MENU_OPEN_BY_NAME, "menu-open", NoBuffer },
                { LFUN_MENU_SEPARATOR, "menu-separator-insert", Noop },
@@ -237,7 +230,6 @@ void LyXAction::init()
                { LFUN_UP_PARAGRAPH, "paragraph-up", ReadOnly },
                { LFUN_UP_PARAGRAPHSEL, "paragraph-up-select", ReadOnly },
                { LFUN_PASTE, "paste", Noop },
-               { LFUN_DIALOG_PREFERENCES, "dialog-preferences", NoBuffer },
                { LFUN_SAVEPREFERENCES, "preferences-save", NoBuffer },
                { LFUN_PASTESELECTION, "primary-selection-paste", Noop },
                { LFUN_QUOTE, "quote-insert", Noop },
@@ -263,7 +255,6 @@ void LyXAction::init()
                { LFUN_NOTIFY, "server-notify", ReadOnly },
                { LFUN_SETXY, "server-set-xy", ReadOnly },
                { LFUN_SET_COLOR, "set-color", ReadOnly | NoBuffer },
-               { LFUN_SPELLCHECK, "spellchecker", Noop },
                { LFUN_CELL_BACKWARD, "cell-backward", Noop },
                { LFUN_CELL_FORWARD, "cell-forward", Noop },
                { LFUN_CELL_SPLIT, "cell-split", Noop },
@@ -282,7 +273,6 @@ void LyXAction::init()
                { LFUN_URL, "url-insert", Noop },
                { LFUN_VC_CHECKIN, "vc-check-in", ReadOnly },
                { LFUN_VC_CHECKOUT, "vc-check-out", ReadOnly },
-               { LFUN_VC_HISTORY, "vc-history", ReadOnly },
                { LFUN_VC_REGISTER, "vc-register", ReadOnly },
                { LFUN_VC_REVERT, "vc-revert", ReadOnly },
                { LFUN_VC_UNDO, "vc-undo-last", ReadOnly },
@@ -302,9 +292,6 @@ void LyXAction::init()
                { LFUN_TRANSPOSE_CHARS, "chars-transpose", Noop },
                { LFUN_FLOAT_LIST, "float-list", Noop },
                { LFUN_ESCAPE, "escape", ReadOnly },
-               { LFUN_HELP_ABOUTLYX, "help-aboutlyx", NoBuffer },
-               { LFUN_HELP_TEXINFO, "help-Texinfo", NoBuffer },
-               { LFUN_FORKS_SHOW, "show-forks", NoBuffer },
                { LFUN_FORKS_KILL, "kill-forks", NoBuffer },
                { LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips", NoBuffer },
                { LFUN_TRACK_CHANGES, "track-changes", Noop },
@@ -313,6 +300,7 @@ void LyXAction::init()
                { LFUN_REJECT_CHANGE, "reject-change", Noop },
                { LFUN_ACCEPT_ALL_CHANGES, "accept-all-changes", Noop },
                { LFUN_REJECT_ALL_CHANGES, "reject-all-changes", Noop },
+               { LFUN_DIALOG_SHOW, "dialog-show", NoBuffer },
                { LFUN_DIALOG_SHOW_NEW_INSET, "dialog-show-new-inset", Noop },
                { LFUN_DIALOG_SHOW_NEXT_INSET, "dialog-show-next-inset", Noop },
                { LFUN_DIALOG_UPDATE, "dialog-update", Noop },
@@ -325,6 +313,7 @@ void LyXAction::init()
                { LFUN_INSET_SETTINGS, "inset-settings", ReadOnly },
                { LFUN_PARAGRAPH_APPLY, "paragraph-params-apply", Noop },
                { LFUN_PARAGRAPH_UPDATE, "", Noop },
+               { LFUN_EXTERNAL_EDIT, "external-edit", Noop },
                { LFUN_NOACTION, "", Noop }
        };