Sublime Forum

Dev build 3187 - plugin.is_visible broke

#1

This was working to disable some default items:

from Default.side_bar import *
class NewFileAtCommand(sublime_plugin.WindowCommand):
    def is_visible(self):
        return False
    def is_enabled(self):
        return False

For some reason that does not work anymore

:thinking:

1 Like

#2

It would be helpful if this could be resolved for tito as this is what my sidebar looks like now:

0 Likes

#3

The best place for bug reports like this is https://github.com/SublimeTextIssues/Core/issues.

For example, I didn’t see this when it was posted 3 weeks ago, but I’ve been working on a bunch of stuff on the issue tracker.

0 Likes

#4

Thanks! https://github.com/SublimeTextIssues/Core/issues/2620

0 Likes