]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Try to deal with one of the big problems here, namely, that we
[lyx.git] / src / LyXAction.h
index 286afac16f1945279ba60985752715df75bccddb..77e557ee92c8853071e610abfe6056067400e2c0 100644 (file)
@@ -68,7 +68,9 @@ public:
                NoBuffer = 2, //< Can be used when there is no document open
                Argument = 4, //< Requires argument
                NoUpdate = 8, //< Does not (usually) require update
-               SingleParUpdate = 16 //< Usually only requires this par updated
+               SingleParUpdate = 16, //< Usually only requires this par updated
+               AtPoint = 32, //< dispatch first to inset at cursor if there is one
+               NoInternal = 64, //< Cannot be used for internal, non-document Buffers
        };
 
        LyXAction();