summaryrefslogtreecommitdiff
path: root/src/libs/utils/camelhumpmatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename CamelHumpMatcher -> FuzzyMatcherOrgad Shaneh2017-11-021-155/+0
* CamelHump: Prefer plain match over camel humpOrgad Shaneh2017-10-301-2/+2
* CamelHump: Fix case insensitive matching after the same caseOrgad Shaneh2017-10-051-6/+15
* CamelHump: Minor cleanupOrgad Shaneh2017-10-031-6/+6
* CamelHumpMatcher: Fix matching word continuations without humpAndre Hartmann2017-09-281-0/+3
* CamelHumpMatcher: Support uppercase snake matchingAndre Hartmann2017-09-191-1/+4
* Locator: Add camel hump locator filter for C++, QML, and filesAndre Hartmann2017-09-191-5/+39
* CamelHump: Do not match first char in the middle of a wordOrgad Shaneh2017-09-191-4/+4
* CamelHumpMatcher: ModernizeAndre Hartmann2017-08-091-17/+17
* Extract CamelHumpMatcher for use in the C++/QML locator filtersAndre Hartmann2017-08-041-0/+106