Ejemplo n.º 1
0
 def set_viewport_position(self, xy, animate = True):
     """ Scrolls the view to the given position in layout coordinates """
     return sublime_api.view_set_viewport_position(self.view_id, xy, animate)
Ejemplo n.º 2
0
 def set_viewport_position(self, xy, animate=True):
     """ Scrolls the view to the given position in layout coordinates """
     return sublime_api.view_set_viewport_position(self.view_id, xy,
                                                   animate)