Hi all,
I tried to integrate the ICSharpCode.TextEditor.dll into my c# app. using .NET 2005 develop environment to create an editor with syntax highlighting functionality.
Everything works fine, as a template - I used the CSharpCodeCompletion example as well as the SharpPad example.
The problem is, my own solution as well as the two mentioned examples above are extrem slow while scrolling in a document with just 100 lines of code.
I have read something about performance problems concerning the ICSharpCode.TextEditor.dll - is there any solution available right now?
I am wondering because if I try the compiled Version of the SharpDevelopWroxEdition the TextEditor is very fast.
Antworten können auch in deutsch erfolgen.
Thanks, Til