summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension/OutliningTagger.cs
Commit message (Collapse)AuthorAge
* In the VS IDE, don't generate hover-text information for auto-generated ↵Gravatar leino2015-11-05
| | | | identifiers
* Fixed latent crash of hovertext/outlining with include.Gravatar Rustan Leino2015-10-02
| | | | (This also undoes two previous attempted fixes, which had accidentally disabled some outlining and hovertexts.)
* Added inductive predicatesGravatar leino2015-05-06
|
* When ambiguous references all resolve to the same declaration, don't complainGravatar leino2015-01-09
|
* Fixed range bug that was causing extension to sometimes crashGravatar Bryan Parno2014-10-27
|
* Fixed build break from recent changeGravatar leino2014-07-15
|
* Deprecated "comethod" keyword in favor of "colemma". (Also, "prefix method" ↵Gravatar Rustan Leino2014-02-23
| | | | -> "prefix lemma")
* Introduced keywords "lemma" (like a "ghost method", but not allowed to have ↵Gravatar Rustan Leino2013-08-02
| | | | a "modifies" clause) and "colemma" (synonymous with "comethod"; perhaps "comethod" will go away at some point)
* DafnyExtension: Added support for selecting errors and showing the model in BVD.Gravatar wuestholz2013-07-15
|
* DafnyExtension: Made it display verification errors incrementally.Gravatar wuestholz2013-06-20
|
* DafnyExtension: Did some refactoring.Gravatar wuestholz2013-06-11
|
* Improved hover text for collapsed code fragmentsGravatar Rustan Leino2012-11-25
|
* Parse prefix predicates/methodsGravatar Rustan Leino2012-11-24
|
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04