コード例 #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)