摘要: http://www.sublimetext.com/forum/viewtopic.php?f=2&t=38511.open_browser.py里的内容包括:import sublime, sublime_pluginimport webbrowserclass OpenBrowserCommand(sublime_plugin.TextCommand): def run(self,edit): url = self.view.file_name() webbrowser.open_new(url)2.Tools > Command Palette > "Us 阅读全文
posted @ 2012-11-01 10:40 glelaine 阅读(118) 评论(0) 推荐(0) 编辑