def on_close(self, view):
if ACTIVE and view.file_name() == code_map_file:
reset_globals()
if settings().get('close_empty_group_on_closing_map', False):
reset_layout()
sublime.set_timeout_async(focus_source_code)
# -----------------
评论列表
文章目录