Esempio n. 1
0
 def layout_to_text(self, xy):
     """ Converts a point in layout coordinates to a text coodinate """
     return sublime_api.view_layout_to_text(self.view_id, xy)
Esempio n. 2
0
 def layout_to_text(self, xy):
     """ Converts a point in layout coordinates to a text coodinate """
     return sublime_api.view_layout_to_text(self.view_id, xy)