Esempio 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)
Esempio 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)