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

Find Next/Previous skips last/first entry with multiple files

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 2.7.1
    • Qt Creator 2.7.0, Qt Creator 2.8.0-beta
    • All Other Issues
    • None
    • 3c5d7378340309ab5d5d41a2c5feb7527d8e53c4

    Description

      If the search include multiple files, Find Next skips the first entry and Find Previous skips the last entry.

      foo.h:
      
      struct Foo
      {
          static void foo();
      };
      
      void Foo::foo()
      {
      }
      
      
      foo.cpp:
      
      #include "foo.h"
      
      void bug()
      {
          Foo::foo();
      }

      Run Find Usages for foo, then in the search results try to Find ";"

      Attachments

        Activity

          People

            con Eike Ziller
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: