actually I just read this lol: If you a student, a hobbyist or for another reason can't afford the full price, contact us
So I'm contacting you :D
@WrongBit I've added support for styling: https://vlasovstudio.com/task-canvas/TaskCanvas_260.vsix
You can now set for example the following style in Task Canvas options to make the file name bold in a fragment title:
<Style TargetType="TaskCanvas:TabFileName" BasedOn="{StaticResource DefaultTabFileNameStyle}">
<Setter Property="FontWeight" Value="Bold"/>
</Style>
@MrClyfar Yes, I can reproduce this problem.
It looks like NCrunch doesn't support advanced Visual Studio editing features that Task Canvas leverages. For example, even without Task Canvas, if you open Window – New Window for Calculator.cs, in the second Calculator.cs:2 window the code coverage symbols will not be displayed.