Ejemplo n.º 1
0
 def text_point(self, row, col):
     """ Converts a row and column into a text point """
     return sublime_api.view_text_point(self.view_id, row, col)
Ejemplo n.º 2
0
 def text_point(self, row, col):
     """ Converts a row and column into a text point """
     return sublime_api.view_text_point(self.view_id, row, col)