We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lines 2-8 of CommandsBrowser.sublime-commands contain "Search Core Commands", displayed for interaction in the Command Pallette.
CommandsBrowser.sublime-commands
If I place that in my .sublime-menu file - for the right click context menu - and click the button, the following error appears:
.sublime-menu
Traceback (most recent call last): File "...\tools\Lib\python38\sublime_plugin.py", line 1657, in run_ return self.run(**args) TypeError: run() got an unexpected keyword argument 'event'
Note ... is the installdir for Sublime Text 3.
...
List of Core commands to be shown.
Error thrown.
Note this doesn't happen with Search Plugin Commands.
1.5.0
n/a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug
Lines 2-8 of
CommandsBrowser.sublime-commands
contain "Search Core Commands", displayed for interaction in the Command Pallette.If I place that in my
.sublime-menu
file - for the right click context menu - and click the button, the following error appears:Note
...
is the installdir for Sublime Text 3.Steps to reproduce
.sublime-menu
fileExpected behavior
List of Core commands to be shown.
Actual behavior
Error thrown.
Note this doesn't happen with Search Plugin Commands.
CommandsBrowser version
1.5.0
CommandsBrowser settings.
n/a
The text was updated successfully, but these errors were encountered: