def prompt_for_node_js_path(self, need_to_confirm=True):
if need_to_confirm and not sublime.ok_cancel_dialog(STR_PROVIDE_NODE_JS_PATH): return
AnfNewProject(self.window, STR_NODE_JS_PATH, self.on_node_js_path_provided).run("/")
评论列表
文章目录