]> git.lyx.org Git - features.git/blobdiff - src/FuncCode.h
InsetIndex: enable escaping for terms in the index
[features.git] / src / FuncCode.h
index e94a7873ac33c7823cf8af5f812cb9a965e4b8c6..956a3a4890c4fa1cf953ee88003edec879f541d2 100644 (file)
@@ -485,9 +485,26 @@ enum FuncCode
        LFUN_BUFFER_WRITE_AS_TEMPLATE,  // spitz, 20190323
        LFUN_TABULAR_STYLE_INSERT,      // spitz, 20190325
        LFUN_PARAGRAPH_SELECT,          // Kornel, 20190416
-       LFUN_BIDI,
-       // 380
        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_INSET_INSERT_COPY,         // spitz 20221101
+       LFUN_INDEX_TAG_ALL,             // spitz 20221105
+       // 395
        LFUN_LASTACTION                 // end of the table
 };