Skip to content
Snippets Groups Projects
  1. Aug 29, 2012
  2. Aug 17, 2012
  3. Jul 30, 2012
  4. Jul 19, 2012
  5. Jul 17, 2012
    • Leandro Melo's avatar
      C++: Change back highlighting of types · 441c652c
      Leandro Melo authored
      
      The type highlighting change part of the recent patch
      4a2a17af didn't seem to
      please much from a visual point of view. It's a better
      idea to keep the type highlighting as it was for now
      and in the future try again the approach with an explicit
      option and perhaps a more restrictive context.
      
      The other patch is not reverted entirely because it does
      fix a couple of bugs.
      
      Change-Id: I806afa3d8c1c4b241080b8704255d737f61ee12c
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      441c652c
    • Leandro Melo's avatar
      C++: Changes in semantic highlighting · 4a2a17af
      Leandro Melo authored
      
      - Fix issues with virtual/non-virtual destructors. They were not
        being correctly identified in some cases - in particular on certain
        uses in derived classes.
      
      - Since now we do have a highlighting item for regular functions,
        constructors and destructors are now highlighted as such. This is
        more semantically correct and actually makes navigation and readiblity
        more distinguishable, since it cleary differentiates the type itself
        from its uses in expressions and declarators. (This seems to be what
        other IDEs like Eclipse, Visual Studio, KDevelop are doing.)
      
        NOTE: There's a switch to disable this item in the case it doesn't
        get good acceptance. Actually, the switch can be made a user
        setting...?
      
      - Change the default color scheme so regular and virtual functions
        have the same color (virtuals continue to be italic). This makes
        sense given the above mentioned changes in constructors/destructors
        highlighting behavior. (In other schemes virtual funcions don't have
        different color, so this shouldn't be necessary in those.)
      
      - Small renaming: "members" are now "fields" - consistent, since
        they apply for data and it's the term used in the UI.
      
      Change-Id: Ib1aa9c0bbf28a31d09f5696460b0095fbe29de80
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      4a2a17af
  6. Jun 05, 2012
    • Francois Ferrand's avatar
      CppHighlighter: highlight all functions/methods. · 809611f3
      Francois Ferrand authored
      
      - Highlight all function/methods (not just virtual methods).
      - Highlight as a function even if number of arguments does not match. In
        that case, add a diagnostic message to indicate there are too many/too
        few arguments.
      - Fix highlighting of parameters in function declarations.
        These used to be handled indiferently, and they could be mistaken for
        type or field references.
      - Properly highlight template method calls.
      
      Change-Id: I6e61c9ee47763db95c62314f9cc1c4d398df38b3
      Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
      809611f3
  7. Apr 13, 2012
  8. Mar 29, 2012
  9. Feb 23, 2012
  10. Feb 21, 2012
  11. Feb 15, 2012
  12. Feb 09, 2012
  13. Feb 08, 2012
  14. Jan 26, 2012
  15. Jan 24, 2012
  16. Jan 13, 2012
  17. Jan 12, 2012
  18. Nov 03, 2011
  19. Sep 01, 2011
  20. Aug 30, 2011
  21. Aug 24, 2011
  22. May 06, 2011
  23. Apr 19, 2011
  24. Apr 13, 2011
  25. Jan 19, 2011
  26. Jan 12, 2011
  27. Dec 17, 2010
  28. Sep 09, 2010
  29. Aug 26, 2010
  30. Aug 12, 2010
  31. Aug 11, 2010
Loading