Skip to content
Snippets Groups Projects
  1. Aug 30, 2013
  2. Aug 26, 2013
  3. Aug 22, 2013
    • Nikolai Kosjar's avatar
      Locator: Case sensitivity of input affects prioritizing · ef018ddd
      Nikolai Kosjar authored
      
      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: default avatarOrgad Shaneh <orgads@gmail.com>
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      ef018ddd
  4. Aug 05, 2013
  5. Jul 09, 2013
  6. Jun 20, 2013
  7. Apr 11, 2013
  8. Apr 04, 2013
  9. Apr 03, 2013
  10. Apr 02, 2013
  11. Mar 27, 2013
  12. Mar 20, 2013
  13. Mar 19, 2013
  14. Feb 06, 2013
  15. Jan 29, 2013
  16. Jan 18, 2013
  17. Jan 17, 2013
  18. Jan 16, 2013
  19. Jan 15, 2013
  20. Dec 29, 2012
  21. Nov 27, 2012
  22. Oct 05, 2012
  23. Oct 03, 2012
  24. Oct 01, 2012
  25. Jul 30, 2012
  26. Jul 19, 2012
  27. Jun 19, 2012
  28. May 25, 2012
  29. May 23, 2012
  30. May 11, 2012
  31. Apr 10, 2012
  32. Mar 06, 2012
Loading