
The goal is implementing bookmarks in an MDI environment. I want to store and reload the bookmarks for all the files of the Solution.
How can i retrieve the linenumbers of the bookmarks?
It looks like
var bmManager = MyEditor.Document.IndicatorManager.Bookmarks;
gives only snapshot ids of the lines, not the lines/linenumbers themselves.
Thanks,
Martin