YouCompleteMe/cpp/ycm/tests
Strahinja Val Markovic 16d1365d12 Better smart-case query-candidate matching
Previously, "Foo" would match "Foo" but not "FOO". Now it matches both. Bottom
line, an uppercase char matches only uppercase chars but lowercase chars can
match either. We used to insist that lowercase chars in the query match
lowercase chars in the candidate strings IF the query also had uppercase
letters; this was dumb and a poor user experience.

Fixes #501.
2013-08-12 19:49:43 -07:00
..
ClangCompleter The identifier completer now reads tags files 2013-05-26 13:33:40 -07:00
gmock Updating to latest gmock & gtest 2013-02-02 21:47:41 -08:00
testdata The identifier completer now reads tags files 2013-05-26 13:33:40 -07:00
Candidate_test.cpp Better smart-case query-candidate matching 2013-08-12 19:49:43 -07:00
CandidateRepository_test.cpp Code style fixes 2013-05-05 09:47:56 -07:00
CMakeLists.txt Xcode needs special testdata folder handling 2013-05-26 11:59:27 -07:00
IdentifierCompleter_test.cpp Better smart-case query-candidate matching 2013-08-12 19:49:43 -07:00
IdentifierUtils_test.cpp code style fixes 2013-05-29 22:23:19 -07:00
IndexForChar_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
IsUppercase_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
LetterBitsetFromString_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
TestUtils.cpp The identifier completer now reads tags files 2013-05-26 13:33:40 -07:00
TestUtils.h The identifier completer now reads tags files 2013-05-26 13:33:40 -07:00