
Hi,
I changed my application with Syntax Editor from version 2010.2 Build 0105 to version 2012.2 Build 143
No I get an exception calling ITextChange.DeleteText(reader.Token.TextRange), where the Token is a Whitespace-Token.
In the Build 2010.2 this works perfect.
What I'm doing wrong now. How can I fix this?
The whole exception text is:
{System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei #Q2b.#g7b.#V8c(Int32 #fd, Int32 #7Bf, String #8Bf, Boolean #B3c, Boolean #C3c)
bei #Q2b.#g7b.ReplaceText(Int32 #fd, Int32 #7Bf, String #8Bf)
bei #Q2b.#g7b.DeleteText(TextRange #I)
bei Gradient.Silverlight.Actipro.Controls.SyntaxEditor.Leistung.LeistungTextFormatter.Format(TextSnapshotRange snapshotRange)}
#Q2b.#g7b = ITextChange change
Thanks
Christel