Timeline of your application execution: https://visualstudioextensions.vlasovstudio.com/2019/12/22/timeline-of-your-application-execution/
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>