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

Completion: C++ comment breaks argument highlighting

    XMLWordPrintable

Details

    • 31cad45c0e6d846cce55500f2af8e7c67c6ab7c9

    Description

      void foo(int foo1, int foo2, int foo3, int foo4)
      {
      }
      
      void bar()
      {
          foo(1,
              2, // comment
              3, // highlight not updated after 3 (3 is highlighted)
              4);
      }

      Doesn't happen with C-style comments.

      Completion assist stays visible even after closing the function call and moving down with the cursor...

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            orgads Orgad Shaneh
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes