-
Notifications
You must be signed in to change notification settings - Fork 91
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
Feature request: "CamelHumps Mode" in addition to "Word Mode" #216
Comments
Great suggestion! This is something I have been considering for a while, an approximate or fuzzy search feature. Once we get a handle on the outstanding bugs, it would be a nice feature to tackle. Since we consider non-contiguous letters in words for tagging, it might conflict with the existing full-text search. We might need to introduce a new mode unless we can figure out how to assign tags to sites while allowing for collision-free expansion of non-adjacent but sequential search characters. It might be possible, but would probably reduce the number of available two-character tags. |
Doesn't it just mean searching for upper/lowercase (or vice versa) 2-character sequences ? |
If all you want is the ability to search for lower and upper case letters, then it currently supported in AceJump |
Actually, I'd like to see this plugin know my Editor (General-)Setting "CamelHumps" and only select the camelHump substring when in Target Mode (the mode in which a word is selected after the jump)... if "CamelHumps" is checked in my settings Basically setting 1st parameter in call to |
honor "CamelHumps" setting for Target Mode (with selection)
I was expecting the PR to be longer, but it's just as long as it needs to be! I wasn't aware of this |
it would be great to also have a camel-humps mode, i.e. jumping to a camel-hump directly
this depicts word-mode, but I often want to jump to a camel-hump for renaming purposes
The text was updated successfully, but these errors were encountered: