Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing items after disabling package #1

Closed
suda opened this issue Oct 22, 2014 · 1 comment · Fixed by #34
Closed

Removing items after disabling package #1

suda opened this issue Oct 22, 2014 · 1 comment · Fixed by #34
Assignees

Comments

@suda
Copy link
Collaborator

suda commented Oct 22, 2014

When package which added buttons is disabled, buttons are still shown.

This may be achieved by adding onDidEnablePackage and onDidDisablePackage in Event Subscription section.

@jerone
Copy link
Contributor

jerone commented May 2, 2015

This is not implemented out of the box, but requires a small addition in your main coffee file of the following API:

  deactivate: ->
    @toolBar?.removeItems()

jerone added a commit that referenced this issue May 26, 2015
Overflow scrolling for vertical tool-bars
suda pushed a commit that referenced this issue Mar 8, 2020
Fix tests for activationHooks Pull Request
aminya pushed a commit that referenced this issue Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants