Hi,
my question: I can modify a document line by line when using SyntaxEditor.Document.Lines[n]. This works fine for the while document. But is there a similar functionality to iterate through only those lines that are currently selected?
What I am looking for would be something like: SyntaxEditor.SelectedView.Selection.Lines[n]. Is there a similar functionality that allows me to iterate through the currently selected lines?
Thanks,
Joe
my question: I can modify a document line by line when using SyntaxEditor.Document.Lines[n]. This works fine for the while document. But is there a similar functionality to iterate through only those lines that are currently selected?
What I am looking for would be something like: SyntaxEditor.SelectedView.Selection.Lines[n]. Is there a similar functionality that allows me to iterate through the currently selected lines?
Thanks,
Joe