Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename CamelHumpMatcher -> FuzzyMatcher | Orgad Shaneh | 2017-11-02 | 1 | -155/+0 |
* | CamelHump: Prefer plain match over camel hump | Orgad Shaneh | 2017-10-30 | 1 | -2/+2 |
* | CamelHump: Fix case insensitive matching after the same case | Orgad Shaneh | 2017-10-05 | 1 | -6/+15 |
* | CamelHump: Minor cleanup | Orgad Shaneh | 2017-10-03 | 1 | -6/+6 |
* | CamelHumpMatcher: Fix matching word continuations without hump | Andre Hartmann | 2017-09-28 | 1 | -0/+3 |
* | CamelHumpMatcher: Support uppercase snake matching | Andre Hartmann | 2017-09-19 | 1 | -1/+4 |
* | Locator: Add camel hump locator filter for C++, QML, and files | Andre Hartmann | 2017-09-19 | 1 | -5/+39 |
* | CamelHump: Do not match first char in the middle of a word | Orgad Shaneh | 2017-09-19 | 1 | -4/+4 |
* | CamelHumpMatcher: Modernize | Andre Hartmann | 2017-08-09 | 1 | -17/+17 |
* | Extract CamelHumpMatcher for use in the C++/QML locator filters | Andre Hartmann | 2017-08-04 | 1 | -0/+106 |