Skip to content

Add "close" option to the ToolWindow's tabs #7

@emadpres

Description

@emadpres

Notice: when you make tabs closable like this:
toolWindow = ToolWindowManager.getInstance(project).registerToolWindow("Code Time Machine ", true/*Can close tabs?*/, ToolWindowAnchor.RIGHT);
or
ttm_content.setCloseable(false);
you should also handle the close event in order to remove file from Sync button.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions