Posted 16 years ago
by Matt Whitfield
Version: 4.0.0280
Platform: .NET 2.0
Environment: Windows XP (32-bit)

Ok, hopefully this one has an easy fix. In my app I construct DynamicSyntaxLanguage objects in another thread and apply them to the SyntaxEditor.Document when it's ready. Unfortunately this has two nasty side effects - 1) it gets progressively slower over time and 2) it leaks (a lot).
This is code in the MainForm.cs of the VS2008 sample application that comes with .280 -
This is code in the MainForm.cs of the VS2008 sample application that comes with .280 -
Is there something I'm missing?