X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncCode.h;h=391232b8461b2765223beeae9164452f46303c4a;hb=447a1056b4f97b102db9666a131ce85001c0676c;hp=585d1e15809de8aec6e9193c5195e24a66ced47f;hpb=a73c2c2b9342edd875810da700692d908f9ac624;p=lyx.git diff --git a/src/FuncCode.h b/src/FuncCode.h index 585d1e1580..391232b846 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -490,6 +490,16 @@ enum FuncCode LFUN_MASTER_BUFFER_FORALL, // spitz 20191231 LFUN_IF_RELATIVES, // spitz 20200102 LFUN_WINDOW_RAISE, // forenr, 20202104 + LFUN_CITATION_OPEN, // sanda, 20200815 + LFUN_TOOLBAR_SET, // spitz 20201217 + // 385 + LFUN_INSET_SPLIT, // jspitzm 20201222 + LFUN_LYXFILES_OPEN, // jspitzm 20210210 + LFUN_SEARCH_STRING_SET, // stwitt/jspitzm 20210212 + LFUN_FONT_NO_SPELLCHECK, // jspitzm 20210305 + LFUN_SPELLING_ADD_LOCAL, // jspitzm 20210306 + // 390 + LFUN_SPELLING_REMOVE_LOCAL, // jspitzm 20210307 LFUN_LASTACTION // end of the table };