jdavisclark / CaseConversion

Case conversion plugin (pascal, camel, snake) for sublime text 2
MIT License
300 stars 47 forks source link

Add support for dash-case #5

Closed sidonath closed 10 years ago

sidonath commented 12 years ago

This pull-request also fixes a bug where conversions from dot.case to other cases doesn't work.

Hope you don't mind possibly confusing whitespace changes — my editor was set to trim whitespace and ensure there was a trailing \n at the end of file.

jdavisclark commented 10 years ago

@sidonath sorry I kind of ignored this project for so long. At some point we merged in some dash-case support, and converting to/from the the non-standard cases seems to work ok so long as you highlight the complete token first. So, I think everything in here is addressed currently. Let me know if that isn't the case, but we probably need to redo any changes from the current codebase.

Sorry for the inconvenience!