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

search and replace twice if search results have symbolic link to same file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 17.0.1
    • All Other Issues
    • None
    • Linux/X11

      After invoke Find in This Directory in below directory src, then Search and Replace text, result contains src/a/a.h and symbolic src/a/export/a.h, then do replace, src/a/a.h will be replaced twice due to other symbolic file src/a/export/a.h

      ├── CMakeLists.txt
      ├── include
      │   └── a -> ../src/a/export
      └── src
          ├── CMakeLists.txt
          ├── a
          │   ├── CMakeLists.txt
          │   ├── a.cpp
          │   ├── a.h
          │   └── export
          │       └── a.h -> ../a.h
          └── main
              ├── CMakeLists.txt
              └── main.cpp

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

            con Eike Ziller
            test__user Zaq Plm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes