]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Make tab movement visible (#10733)
[lyx.git] / src / FuncCode.h
index b8ca13432544496040ce98c86f53c0dacb9c6537..3565cecaf9e9f908dc3fa94699f7f753b1b03dc4 100644 (file)
@@ -476,7 +476,12 @@ enum FuncCode
        LFUN_DEVEL_MODE_TOGGLE,         // lasgouttes 20170723
        //370
        LFUN_EXPORT_CANCEL,             // rgh, 20171227
-       LFUN_DOC_ANONYMIZE,             // sanda, 20180201
+       LFUN_BUFFER_ANONYMIZE,          // sanda, 20180201
+       LFUN_GRAPHICS_UNIFY,            // sanda, 20180207
+       LFUN_MASTER_BUFFER_EXPORT,      // rkh, 20180417
+       LFUN_LAYOUT_TOGGLE,             // lasgouttes 20180514
+       // 375
+       LFUN_INSET_END_EDIT,            // gb/rkh, 20180605
        LFUN_LASTACTION                 // end of the table
 };