SublimeSelectQuoted icon indicating copy to clipboard operation
SublimeSelectQuoted copied to clipboard

[Bug] TypeError: run() got an unexpected keyword argument 'inside'

Open Kristinita opened this issue 8 years ago • 0 comments

Summary

I can not run command select_quoted {"inside": false}. I get stack trace.

Expected behavior

Successful selection quotes.

Actual behavior

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'

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.

Kristinita avatar Nov 18 '16 15:11 Kristinita