Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-29951

Combined annotations are missing spaces

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • Qt Creator 15.0.0-beta1
    • Qt Creator 12.0.0-rc1
    • Editors
    • None
    • All
    • 7d75b0a2a (15.0)

    Description

      The following snippet gives code model warnings (as expected):

      #define bar(a, b, c)
      
      void foo()
      {
      	bar(1, 2);
      }
      

      However, the warning consists of several lines which seems to be combined to a single line without whitespace (see screenshot).

      I would expect at least a space between the messages, but maybe another character is even better suited to separate the messages.

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-29951
        # Subject Branch Project Status CR V

        Activity

          People

            davschul David Schulz
            aha_1980 André Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes