CaseConversion icon indicating copy to clipboard operation
CaseConversion copied to clipboard

Doesn't work conversion from slash case to any other

Open AuthorProxy opened this issue 12 years ago • 3 comments

AuthorProxy avatar Mar 15 '13 13:03 AuthorProxy

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 avatar Mar 15 '13 14:03 jdavisclark

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.

jdavisclark avatar Feb 16 '14 21:02 jdavisclark

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

aqzhyi avatar Feb 17 '14 02:02 aqzhyi