Skip to content
Snippets Groups Projects
  1. Oct 10, 2013
  2. Oct 09, 2013
  3. Sep 26, 2013
  4. Sep 03, 2013
  5. Aug 30, 2013
  6. Aug 26, 2013
  7. 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
  8. Aug 05, 2013
  9. Jul 09, 2013
  10. Jun 20, 2013
  11. Apr 11, 2013
  12. Apr 04, 2013
  13. Apr 03, 2013
  14. Apr 02, 2013
  15. Mar 27, 2013
  16. Mar 20, 2013
  17. Mar 19, 2013
  18. Feb 06, 2013
  19. Jan 29, 2013
  20. Jan 18, 2013
  21. Jan 17, 2013
  22. Jan 16, 2013
  23. Jan 15, 2013
  24. Dec 29, 2012
  25. Nov 27, 2012
  26. Oct 05, 2012
  27. Oct 03, 2012
  28. Oct 01, 2012
  29. Jul 30, 2012
  30. Jul 19, 2012
  31. Jun 19, 2012
  32. May 25, 2012
  33. May 23, 2012
Loading