摘要:
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 阅读全文