X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncCode.h;h=4924ad2c5d58c4ca63a8cf952f033fea8998f522;hb=7a7b9abf1b3f4bcd81b4faaad4ef2363a4121848;hp=977036d1891a927d29b4c9153bedc3e1d628ecfb;hpb=164ae1584a97bb7bc2ef6c1957f949b11241ba92;p=lyx.git diff --git a/src/FuncCode.h b/src/FuncCode.h index 977036d189..4924ad2c5d 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -406,7 +406,7 @@ enum FuncCode LFUN_SET_GRAPHICS_GROUP, LFUN_COMPLETION_CANCEL, LFUN_COMPLETION_ACCEPT, - LFUN_COMMAND_ALTERNATIVES, + LFUN_COMMAND_ALTERNATIVES, // 315 LFUN_TAB_INSERT, LFUN_TAB_DELETE, @@ -448,9 +448,14 @@ enum FuncCode LFUN_PREVIEW_INSERT, // vfr, 20100328 LFUN_FORWARD_SEARCH, LFUN_SCRIPT_INSERT, // gb, 20101123 - // 350 - LFUN_BUFFER_EXPORT_AS, // tommaso 20111006 + // 350 + LFUN_CLIPBOARD_PASTE_SIMPLE, // tommaso, 20111028 + LFUN_IPA_INSERT, // spitz, 20120305 + LFUN_BUFFER_FORALL, // scottkostyshak, 20120720 + LFUN_IN_IPA, // spitz, 20120520 + LFUN_IPAMACRO_INSERT, // spitz, 20120822 + // 355 LFUN_LASTACTION // end of the table };