Quote:
Originally Posted by kovidgoyal
I dont see how that post achieves that?? All it does is return the line and col of the containing tag as far as I can tell.
|
With line and col, maybe I could call something like:
Code:
editor.go_to_line(item.line, item.col)
Quote:
Originally Posted by kovidgoyal
As for converting CFI to the the containing tag, there is code to do that for the viewer (it uses CFI internally for bookmarking), but not for the editor, it would need to be added.
|
Is it to possible to add this? So I could pass the CFI and it would return line and col?