Files
qt-creator/src/plugins/macros
Nikolai Kosjar ef018ddd9e Locator: Case sensitivity of input affects prioritizing
So far candidates were prefix matched case sensitive which led to
an unfavorable results order.

With this patch, if the input is lower case, the prioritizing happens by
a case insensitive prefix match. Otherwise the match happens case
sensitive (just like before).

Example:

    Search for e.g. "m cppmodelmanager"
    Top result before: AbstractEditorSupport (match at parameter type)
    Top result now: CppModelManager

Change-Id: Ic27042cfe717be812a2237a3437399597c98dd74
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: David Schulz <david.schulz@digia.com>
2013-08-22 09:42:22 +02:00
..
2010-12-20 11:16:15 +01:00
2013-01-29 16:27:03 +01:00
2013-08-05 13:02:58 +02:00
2013-01-16 01:14:08 +01:00
2010-12-20 11:16:15 +01:00