Conversation
Hide Anaconda context menu entry on non-python projects DamnWidget#571 Allow to hide .sublime-menu folders sublimehq/sublime_text#1859
There was a problem hiding this comment.
Hi @evandrocoan, just a couple of things.
First:
Why did you add the Context.sublime-menu to the .gitignore file? I don't really understand why the install_context is needed in first place, I guess is just a safety in case that ST3 is closed with the Context file being hidden and to guarantee a known state on initialization but I am not sure about the whole thing.
Second:
Do you think you could get this logic and create a new listener in the listeners sub package?
|
Hi,
But perhaps we should just wait Sublime Text core implement this as a built-in feature:
|
|
The thing is this will make ST3 to dynamically reload the Context file giving some kind of log behind in the console, I understand that this solution will work but I think is way too clever and a bit hacky. Maybe is worth just to wait till the right fix come from the ST3 development team. |
Issue: