Posted 19 years ago
by Karl Grambow
Is it possible to manually set the LineModificationIndicators to show up when using Editor.Document.AppendText?
When creating a new Document I am, in some instances, pre-filling the Document with some text by using Editor.Document.Text = "some text". I could use AppendText I suppose.
I'd like to be able to make any text that I add programmatically have the LineModificationIndicators showing up but I can't figure out how to do it.
I've set,
Editor.Document.Modified = True and Editor.Document.LineModificationMarkingEnabled = True but it only seems to affect modifications that occur with Key Presses.
Thanks,
Karl
When creating a new Document I am, in some instances, pre-filling the Document with some text by using Editor.Document.Text = "some text". I could use AppendText I suppose.
I'd like to be able to make any text that I add programmatically have the LineModificationIndicators showing up but I can't figure out how to do it.
I've set,
Editor.Document.Modified = True and Editor.Document.LineModificationMarkingEnabled = True but it only seems to affect modifications that occur with Key Presses.
Thanks,
Karl