ajile / word-jumper

Provides ability to jump camelCase hills.
MIT License
8 stars 5 forks source link

Handle consecutive uppercase letters #1

Open ajile opened 10 years ago

ajile commented 10 years ago

For example if we have some variable named UPPERCASE_VARIABLE (e.g. some constant). The current script logic will place caret for each letter in the word. Need to change logic of function that find next place to locate caret. Two or more consecutive uppercase characters should be considered as one.

julesjulian commented 9 years ago

Fixed with PR #18.