Skip to content
Snippets Groups Projects
  1. Nov 26, 2013
  2. Nov 20, 2013
  3. Nov 14, 2013
  4. Nov 12, 2013
  5. Nov 08, 2013
  6. Nov 06, 2013
  7. Oct 29, 2013
  8. Oct 22, 2013
  9. Oct 09, 2013
  10. Oct 07, 2013
    • Nikolai Kosjar's avatar
      CppTools: Adapt C++ locator names to reality · 872bfb70
      Nikolai Kosjar authored
      
      The new names are:
      
      * C++ Methods in Current Document -> C++ Symbols in Current Document
      * C++ Classes and Methods -> C++ Classes, Enums and Functions
      * C++ Methods and Functions -> C++ Functions
      
      Further notes:
      
      * "C++ Classes" stays the same.
      * The term "Methods" was removed since "Functions" says it all (member
        functions, non-member functions). Because of this, the "m" shortcut
        for this filter does not fit so well to the name anymore.
      * "C++ Symbols in..." - "Symbols" means the same as in the C++ Search
        dialog: classes, enums, functions and declarations
      
      Change-Id: I8e5f410f2dcb1fafe83d0a1c8607f4c17eabbb8c
      Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
      872bfb70
  11. Sep 26, 2013
  12. Sep 25, 2013
  13. Sep 20, 2013
  14. Sep 09, 2013
  15. Sep 05, 2013
  16. Sep 04, 2013
  17. Sep 03, 2013
  18. Sep 02, 2013
  19. Aug 29, 2013
  20. 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
  21. Aug 21, 2013
  22. Aug 12, 2013
  23. Jul 30, 2013
  24. Jul 17, 2013
  25. Jul 09, 2013
  26. Jul 02, 2013
  27. Jun 20, 2013
Loading