]> git.lyx.org Git - features.git/blobdiff - src/FuncCode.h
Do not unnecessarily reset the outliner to TOC on internal model changes
[features.git] / src / FuncCode.h
index 391faf71ce621c6d359eff8ee866afdbbd9d04f7..b80d37f6f7e66e74db92ed7722d215e7be26a215 100644 (file)
@@ -491,6 +491,17 @@ enum FuncCode
        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
 };