]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Allow superscript (but not subscript) in IPA inset.
[lyx.git] / src / FuncCode.h
index 746d88c424066fd4473b5cdddee0749fdcdcaa21..9a7b06e74d6d5775cdc45759cef034e69f113de1 100644 (file)
@@ -447,6 +447,11 @@ enum FuncCode
        LFUN_SPELLING_REMOVE,           // switt 20100728
        LFUN_PREVIEW_INSERT,            // vfr, 20100328
        LFUN_FORWARD_SEARCH,
+       LFUN_SCRIPT_INSERT,             // gb, 20101123
+       LFUN_BUFFER_EXPORT_AS,          // tommaso 20111006
+       // 350
+       LFUN_CLIPBOARD_PASTE_SIMPLE,    // tommaso, 20111028
+       LFUN_IPA_INSERT,                // spitz, 20120305
 
        LFUN_LASTACTION                 // end of the table
 };