示例#1
0
 def panel_done(self, picked):
     if 0 > picked < len(self.items):
         return
     LOCATION_CACHE.appendCurrentLocation()
     sublime.active_window().open_file(
         IndexLine(self.items[picked]).selected_file_name(),
         sublime.ENCODED_POSITION)
 def panel_done(self, picked):
     if 0 > picked < len(self.items):
         return
     LOCATION_CACHE.appendCurrentLocation()
     sublime.active_window().open_file(IndexLine(self.items[picked]).selected_file_name(), sublime.ENCODED_POSITION)
示例#3
0
 def run(self):
     sublime.active_window().open_file(LOCATION_CACHE.pop(),
                                       sublime.ENCODED_POSITION)
示例#4
0
 def run(self):
     sublime.active_window().open_file(LOCATION_CACHE.pop(), sublime.ENCODED_POSITION)