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

Select quotes instead of quoted text #3

Open
AllanLRH opened this issue Oct 8, 2013 · 0 comments
Open

Select quotes instead of quoted text #3

AllanLRH opened this issue Oct 8, 2013 · 0 comments

Comments

@AllanLRH
Copy link

AllanLRH commented Oct 8, 2013

In the following, suppose that a | is a caret, and foo [bar] baz a string where foo is selected.

Syntax: JSON, Sublime Text 3
"foo bar"
Activate select_quoted (I'd just put a --> from now on)
"[foo bar]"
Which is what I'd expect to happen. However, if I use this is not:
"foo bar|" --> "foo bar["]
"|foo bar" --> ["]foo bar"


Also, if I set the syntax to Plain Text, the plugin doesn't work:

"foo |bar" --> "foo bar"
'foo |bar' --> 'foo bar'

The console outputs:

Info: scope 'text.plain ', score (0, 0)

Calling the plugin many times in a row even managed to hang ST3 – suspect it might relate to the Plain Text problem above.

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

No branches or pull requests

1 participant