Skip to content
Snippets Groups Projects
  1. Mar 26, 2014
  2. Mar 12, 2014
  3. Feb 21, 2014
  4. Feb 17, 2014
  5. Jan 21, 2014
  6. Jan 08, 2014
  7. Dec 23, 2013
  8. Nov 22, 2013
  9. Oct 15, 2013
  10. Oct 02, 2013
  11. Oct 01, 2013
  12. Sep 20, 2013
  13. Sep 09, 2013
    • Erik Verbruggen's avatar
      C++: clean-up CppCompletionAssist. · b4a1bd41
      Erik Verbruggen authored
      
      This is step 1 of 2 for merging the various provider factories into a
      single class. Merging has the advantage that selecting based on editor
      (content) mime-type only has to select one class, instead of re-doing
      the selection for each class separately.
      
      Change-Id: I11f815151bd4769ae6028b636793d6a80d02e202
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      b4a1bd41
  14. Sep 03, 2013
  15. Aug 22, 2013
  16. Aug 01, 2013
  17. Jul 31, 2013
  18. Jul 25, 2013
  19. Jul 18, 2013
  20. Jul 17, 2013
  21. Jul 09, 2013
  22. Jun 18, 2013
    • Przemyslaw Gorszkowski's avatar
      C++: add support for local types · 68d6a762
      Przemyslaw Gorszkowski authored
      
      This change addes support for class, enum definition inside blocks({}) or
      functions, e.g.:
      void f()
      {
      	struct S
      	{
      		int bar;
      	};
      	S s;
      	s.bar;
      }
      
      It fixes:
      * code completion
      * highlighting
      * follow symbol
      * marking
      * find usages
      
      It fixes also problem with namespace aliases inside blocks or functions.
      
      This change can have also impact on performance(there are additional processing)
      
      Task-number: QTCREATORBUG-166 (namespace aliases inside function/block)
      Task-number: QTCREATORBUG-3620
      Task-number: QTCREATORBUG-6013
      Task-number: QTCREATORBUG-8020
      Change-Id: Iaea6c6dfe276f1d7b2279b50bdd2e68e375d31eb
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      68d6a762
  23. Jun 11, 2013
  24. May 03, 2013
  25. Apr 26, 2013
  26. Apr 19, 2013
  27. Apr 10, 2013
  28. Apr 03, 2013
  29. Mar 19, 2013
  30. Mar 15, 2013
  31. Mar 12, 2013
  32. Feb 21, 2013
  33. Jan 30, 2013
  34. Jan 29, 2013
Loading