aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Support Coverage Highlighting #559

Closed UplinkCoder closed 9 years ago

UplinkCoder commented 9 years ago

Visual D already supports coverage highlighting. http://www.dsource.org/projects/visuald/wiki/News36

The coverage files will only be produced at runtime. Therefore threre has to be a way to specifiy paramters for the executable.

please excuse poor wording :)

aBothe commented 9 years ago

These .lst-Files shall be recognized after a project's execution has happened. Once the file is loaded, the highlighting stays there until the next execution. Of course, highlightings will move up and down once code lines changed - so no 'remove highlighting on buffer change' is needed.

UplinkCoder commented 9 years ago

This would be great!

UplinkCoder commented 9 years ago

This is implemented

aBothe commented 9 years ago

Hmm? This is implemented?

UplinkCoder commented 9 years ago

yes it does look for the lst files and parses them