summaryrefslogtreecommitdiff
path: root/Source/DafnyMenu/DafnyMenu.vsct
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-06-12 16:40:09 -0700
committerGravatar wuestholz <unknown>2013-06-12 16:40:09 -0700
commit0a3b095205a91b480a0b89c404981c498f088747 (patch)
treece66532fb0a12562335c7d108d205c83f0575242 /Source/DafnyMenu/DafnyMenu.vsct
parentd6a7fa533bc0587ae87aedee3ef636e163938480 (diff)
DafnyExtension: Added a menu item to toggle verification result caching.
Diffstat (limited to 'Source/DafnyMenu/DafnyMenu.vsct')
-rw-r--r--Source/DafnyMenu/DafnyMenu.vsct9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/DafnyMenu/DafnyMenu.vsct b/Source/DafnyMenu/DafnyMenu.vsct
index 812a06e8..c4f562e4 100644
--- a/Source/DafnyMenu/DafnyMenu.vsct
+++ b/Source/DafnyMenu/DafnyMenu.vsct
@@ -95,6 +95,14 @@
</Strings>
</Button>
+ <Button guid="guidDafnyMenuCmdSet" id="cmdidToggleSnapshotVerification" priority="0x0103" type="Button">
+ <Parent guid="guidDafnyMenuCmdSet" id="DafnyMenuGroup" />
+ <CommandFlag>TextChanges</CommandFlag>
+ <Strings>
+ <ButtonText>Enable on-demand re-verification</ButtonText>
+ </Strings>
+ </Button>
+
</Buttons>
<!--The bitmaps section is used to define the bitmaps that are used for the commands.-->
@@ -124,6 +132,7 @@
<IDSymbol name="cmdidCompile" value="0x0100" />
<IDSymbol name="cmdidRunVerifier" value="0x0101" />
<IDSymbol name="cmdidStopVerifier" value="0x0102" />
+ <IDSymbol name="cmdidToggleSnapshotVerification" value="0x0103" />
</GuidSymbol>
<!--