]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
cosmetic fix
[lyx.git] / src / LyXAction.C
index bf89d50509bef6f138d3d4e1553eb649456fa831..89c883ed2691a5978e8739c85626ef62d41ea8f1 100644 (file)
@@ -12,6 +12,8 @@
 #include "gettext.h"
 #include "support/lstrings.h"
 
+using namespace lyx::support;
+
 using std::ostream;
 using std::endl;
 using std::pair;
@@ -114,7 +116,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 +152,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 +186,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 +217,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 +232,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 +257,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 +275,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 +294,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 +302,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 },