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

Doesn't work conversion from slash case to any other #9

Open
AuthorProxy opened this issue Mar 15, 2013 · 3 comments
Open

Doesn't work conversion from slash case to any other #9

AuthorProxy opened this issue Mar 15, 2013 · 3 comments
Labels

Comments

@AuthorProxy
Copy link

No description provided.

@jdavisclark
Copy link
Owner

this is the downside of adding support for some of these non-standard casings, the way the plugin is written right now just can't handle converting from stuff like slash-case to something else (its because sublime interprets the / as a token delimiter, and CaseConversion utilizes sublime's built in tokenizeing).

This is definitely something I would like to support. marking it as a weird bug+feature hybrid.
Thanks.

@jdavisclark
Copy link
Owner

was just doing a little maintenance. Currently, if you highlight the entire token manually conversion to/from pretty much any casing scheme works as expected.

Not considering this resolved, we could still potentially add better support for extended token recognition outside of what sublime provides.

@Aqzhyi
Copy link

Aqzhyi commented Feb 17, 2014

I am forked, committed and noted this change for my self only.

So I didn't open a pull request. :-p

I didn't know Github now will auto make reference to other repository issues. lol

@jdavisclark jdavisclark removed the bug label Nov 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants