I have line numbers from the source, need to translate them to positions. From the Reference Manual I see that Line.from
and Line.to
will do that. How do I call these methods if I have an editor
object?
I have line numbers from the source, need to translate them to positions. From the Reference Manual I see that Line.from
and Line.to
will do that. How do I call these methods if I have an editor
object?