rmaksim / Sublime-Text-2-Inc-Dec-Value

increase / decrease of numbers, dates, hex color values, etc.
153 stars 18 forks source link

Add camel case #39

Open eorroe opened 9 years ago

eorroe commented 9 years ago

From where cursor is add camel casing:

I guess that would be the order.

hello|world -> hello|World -> Hello|World -> Hello|world -> HELLO|WORLD

//if cursor is at beginning or end skip it.

|helloworld -> |Helloworld -> |HELLOWORLD

helloworld| -> Helloworld| -> HELLOWORLD|