def run(self, paths = [], name = ""):
import functools
Window().run_command('hide_panel');
Window().show_input_panel("Folder Name:", name, functools.partial(SideBarNewDirectoryCommand(sublime_plugin.WindowCommand).on_done, paths, True), None, None)
评论列表
文章目录