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

Small Locator highlighting problem when using full qualified names and wildcards

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 4.4.1, Qt Creator 4.5.0-rc1
    • All Other Issues
    • Windows 7 x64

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes