示例#1
0
文件: sublime.py 项目: ronnyzxr/aml
 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)
示例#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)