コード例 #1
0
 def run(self, edit):
     temp = Paths.getTempPath()
     url = Paths.getOpenFolderPath(temp)
     sublime.run_command('open_url', {'url': url})
コード例 #2
0
ファイル: DeviotStarter.py プロジェクト: margyle/Deviot
 def run(self, edit):
     temp = Paths.getTempPath()
     url = Paths.getOpenFolderPath(temp)
     sublime.run_command('open_url', {'url': url})
コード例 #3
0
 def run(self, edit):
     library = Paths.getPioLibrary()
     url = Paths.getOpenFolderPath(library)
     sublime.run_command('open_url', {'url': url})
コード例 #4
0
ファイル: DeviotStarter.py プロジェクト: margyle/Deviot
 def run(self, edit):
     library = Paths.getPioLibrary()
     url = Paths.getOpenFolderPath(library)
     sublime.run_command('open_url', {'url': url})