]> git.lyx.org Git - features.git/blobdiff - src/FuncCode.h
InsetIndex: enable escaping for terms in the index
[features.git] / src / FuncCode.h
index 4fceed8017f1cc8fc7b37889f9c2cfab1f80b5d7..956a3a4890c4fa1cf953ee88003edec879f541d2 100644 (file)
@@ -499,6 +499,12 @@ enum FuncCode
        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_INSET_INSERT_COPY,         // spitz 20221101
+       LFUN_INDEX_TAG_ALL,             // spitz 20221105
+       // 395
        LFUN_LASTACTION                 // end of the table
 };