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

Search Core Commands receives unexpected argument #9

Open
Unknow0059 opened this issue Jun 17, 2023 · 0 comments
Open

Search Core Commands receives unexpected argument #9

Unknow0059 opened this issue Jun 17, 2023 · 0 comments

Comments

@Unknow0059
Copy link

Unknow0059 commented Jun 17, 2023

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:

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.

Steps to reproduce

  1. Copypaste Lines 2-8 into the .sublime-menu file
  2. Click respective button in context menu

Expected 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant