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

Small Locator highlighting problem when using full qualified names and wildcards

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 4.4.1, Qt Creator 4.5.0-rc1
    • All Other Issues
    • Windows 7 x64

      Given the following code:

      class SerialConnection {
          void close();
      };
      
      void SerialConnection::close()
      {
      }

      searching for

      m seri*close

      in Locator finds the function, but does not highlight anything.

      Searching for

      m seri*::close

      highlights close at least.

      Maybe it would also be a good idea to treat :: as wildcard already.

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

            aha_1980 André Hartmann
            aha_1980 André Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes