
Hi,
I am new to using SyntaxEditor and I am wondering if there is a way to track a line of text without having to use line numbers? My use case is I have a tree list view that contains combobox columns. Each row on the tree list view will correspond to a line of text in the syntax editor. I would like to keep track of that line just in case changes were made via the editor or in the combobox so I can update it two way. I also would need to handle added or removed line(s) above the line of text associated with the tree list item.
Thank you so much.