Beispiel #1
0
 def run(self, edit):
     temp = Paths.getTempPath()
     url = Paths.getOpenFolderPath(temp)
     sublime.run_command('open_url', {'url': url})
Beispiel #2
0
 def run(self, edit):
     temp = Paths.getTempPath()
     url = Paths.getOpenFolderPath(temp)
     sublime.run_command('open_url', {'url': url})
Beispiel #3
0
 def run(self, edit):
     library = Paths.getPioLibrary()
     url = Paths.getOpenFolderPath(library)
     sublime.run_command('open_url', {'url': url})
Beispiel #4
0
 def run(self, edit):
     library = Paths.getPioLibrary()
     url = Paths.getOpenFolderPath(library)
     sublime.run_command('open_url', {'url': url})