]> git.lyx.org Git - features.git/blobdiff - src/FuncCode.h
Add proper extension as needed in Save as and Export
[features.git] / src / FuncCode.h
index 84deea34dfe7b04bb2a1012531bce968ff127053..8337c1f9210e277b3ca2ac578a8a4bda7caf863b 100644 (file)
@@ -489,6 +489,20 @@ enum FuncCode
        // 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_FINISHED_DOWN,             // lasgouttes 20210629
+       LFUN_FINISHED_UP,               // lasgouttes 20210629
+       LFUN_BRANCH_SYNC_ALL,           // sanda 20220415
        LFUN_LASTACTION                 // end of the table
 };