Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Creator: Search only write-enabled files?
Forum Updated to NodeBB v4.3 + New Features

Creator: Search only write-enabled files?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 2 Posters 941 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Asperamanca
    wrote on last edited by
    #1

    Is there a way to filter file search in such a way that I only get find results for files without "read-only" flag?

    jsulmJ 1 Reply Last reply
    0
    • A Asperamanca

      Is there a way to filter file search in such a way that I only get find results for files without "read-only" flag?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Asperamanca I don't think so.
      What is the use case?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Asperamanca
        wrote on last edited by
        #3

        I want to apply certain cleaups (e.g. replace NULL with nullptr) to all files that I have currently checked out. Checking out all files to do this over the whole project is not a good approach when working in a larger team.

        jsulmJ 1 Reply Last reply
        0
        • A Asperamanca

          I want to apply certain cleaups (e.g. replace NULL with nullptr) to all files that I have currently checked out. Checking out all files to do this over the whole project is not a good approach when working in a larger team.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Asperamanca said in Creator: Search only write-enabled files?:

          to all files that I have currently checked out. Checking out all files

          If you do not checkout all files then you will not find anything in those not checked out files, because they are not there. Or do I understand you wrongly? So, how is it related to read-only files?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • A Offline
            A Offline
            Asperamanca
            wrote on last edited by
            #5

            I have all files of the project locally, so I can build it. But only those files I have "checked out" in my source code control are write-enabled (lack the read-only flag). While I'm already working on those files, I would like to correct certain things using find and replace.

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved