X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncCode.h;h=b80d37f6f7e66e74db92ed7722d215e7be26a215;hb=293b8dbe67dc025d03d0523d0079f71f5ab62ce3;hp=f2021dd6d07297b47547433836a118cf03f641b2;hpb=2898c335be6114194a15cb1aafe4a3c7c170f212;p=features.git diff --git a/src/FuncCode.h b/src/FuncCode.h index f2021dd6d0..b80d37f6f7 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -485,7 +485,23 @@ enum FuncCode LFUN_BUFFER_WRITE_AS_TEMPLATE, // spitz, 20190323 LFUN_TABULAR_STYLE_INSERT, // spitz, 20190325 LFUN_PARAGRAPH_SELECT, // Kornel, 20190416 - LFUN_BIDI, + LFUN_BUFFER_RESET_EXPORT, // spitz 20191226 + // 380 + 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_BRANCH_SYNC_ALL, // sanda 20220415 + LFUN_INDEXMACRO_INSERT, // spitz 20220220 LFUN_LASTACTION // end of the table };