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
I can not run command select_quoted {"inside": false}. I get stack trace.
select_quoted {"inside": false}
Successful selection quotes.
key evt: shift+control+' command: select_quoted {"inside": false} Traceback (most recent call last): File "E:\Sublime Text 3\sublime_plugin.py", line 812, in run_ return self.run(edit, **args) TypeError: run() got an unexpected keyword argument 'inside'
The problem is reproduced for me in a version of Sublime Text without plugins and user settings.
I install SublimeSelectQuoted → I press Ctrl+Shift+' → I get stack trace.
Operating system and version: Windows 32-bit 10.0.14393 Sublime Text: Build 3126
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
I can not run command
select_quoted {"inside": false}
. I get stack trace.Expected behavior
Successful selection quotes.
Actual behavior
Steps to reproduce
The problem is reproduced for me in a version of Sublime Text without plugins and user settings.
I install SublimeSelectQuoted → I press Ctrl+Shift+' → I get stack trace.
Environment
Operating system and version:
Windows 32-bit 10.0.14393
Sublime Text:
Build 3126
Thanks.
The text was updated successfully, but these errors were encountered: