Skip to content

Refresh side bar checking view settings instead of FileManager settings #54

@math2001

Description

@math2001

def refresh_sidebar(settings=None, window=None):
if window is None:
window = active_window()
if settings is None:
settings = window.active_view().settings()
if settings.get("explicitly_refresh_sidebar") is True:
window.run_command("refresh_folder_list")

Maybe this feature should be removed all together anyway (ref #53)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions