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