]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Account for old versions of Pygments
[lyx.git] / src / LyXAction.h
index bf83a5f330373c087ad83eace97c732edb7ba593..bf7bf35638e729f283afa80a142e512a1cd142f3 100644 (file)
@@ -21,6 +21,9 @@
 
 namespace lyx {
 
+// current LFUN format
+static unsigned int const LFUN_FORMAT = 4; // gm: tabular-feature
+
 class FuncRequest;
 class LyXErr;
 
@@ -59,7 +62,7 @@ public:
        /// possible "permissions" for an action
        enum FuncAttribs {
                Noop = 0, //< Nothing special about this func
-               ReadOnly = 1, //< Can be used in RO mode (perhaps this should change); no automatic markDirty
+               ReadOnly = 1, //< Can be used in RO mode (perhaps this should change)
                NoBuffer = 2, //< Can be used when there is no document open
                Argument = 4, //< Requires argument
                NoUpdate = 8, //< Does not (usually) require update