]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Format and reversion code for new counter inset.
[lyx.git] / src / FuncCode.h
index e94a7873ac33c7823cf8af5f812cb9a965e4b8c6..585d1e15809de8aec6e9193c5195e24a66ced47f 100644 (file)
@@ -485,9 +485,11 @@ 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_LASTACTION                 // end of the table
 };