]> git.lyx.org Git - features.git/blobdiff - src/FuncCode.h
Fix deprecation warning
[features.git] / src / FuncCode.h
index 6b970fb579647febfc55772ee71861201465b1bc..391232b8461b2765223beeae9164452f46303c4a 100644 (file)
@@ -493,6 +493,13 @@ enum FuncCode
        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
 };