Posted 19 years ago
by tobias weltner
Hey guys great to see such a vivid forum.
I am new to syntax editor, and to be honest it is *very hard* for me to get the many interesting features to work. Once they work, everything is great. But until then...
It would be so great if in the help file there were some short sample codes since they often say more than tons of pages of method tables... ;-)
Anyway, maybe you can help me with this. I was trying to add a SpellingErrorIndicator to a line and came this far:
editor.Document.Indicators.Add(
I don't know where to get a LineIndicator object. Trying to add one like this didn't work:
editor.Document.Indicators.Add(new SpellingErrorIndicator, 1)
Also, this wouldn't set the length and other important properties. At the end of a long day, I am confused. Help!
I am new to syntax editor, and to be honest it is *very hard* for me to get the many interesting features to work. Once they work, everything is great. But until then...
It would be so great if in the help file there were some short sample codes since they often say more than tons of pages of method tables... ;-)
Anyway, maybe you can help me with this. I was trying to add a SpellingErrorIndicator to a line and came this far:
editor.Document.Indicators.Add(
I don't know where to get a LineIndicator object. Trying to add one like this didn't work:
editor.Document.Indicators.Add(new SpellingErrorIndicator, 1)
Also, this wouldn't set the length and other important properties. At the end of a long day, I am confused. Help!