summaryrefslogtreecommitdiff
path: root/Source/DafnyMenu/PkgCmdID.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-06-23 23:37:09 +0200
committerGravatar wuestholz <unknown>2014-06-23 23:37:09 +0200
commite7fb24bc6fb8f4a1a76055a539e15aee52191b35 (patch)
treeec264ef165401925970b597dbe6e9335fcc946e5 /Source/DafnyMenu/PkgCmdID.cs
parentff6013dc188625ba11832b56138722161e3bb5d0 (diff)
DafnyExtension: Made it possible to activate the more advanced verification result caching in Boogie (experimental for now).
Diffstat (limited to 'Source/DafnyMenu/PkgCmdID.cs')
-rw-r--r--Source/DafnyMenu/PkgCmdID.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/DafnyMenu/PkgCmdID.cs b/Source/DafnyMenu/PkgCmdID.cs
index f3452cb9..b6f30145 100644
--- a/Source/DafnyMenu/PkgCmdID.cs
+++ b/Source/DafnyMenu/PkgCmdID.cs
@@ -12,5 +12,6 @@ namespace DafnyLanguage.DafnyMenu
public const uint cmdidMenu = 0x1021;
public static uint cmdidToggleSnapshotVerification = 0x103;
public const uint cmdidToggleBVD = 0x104;
+ public static uint cmdidToggleMoreAdvancedSnapshotVerification = 0x105;
};
} \ No newline at end of file