Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Exclusion patteren for searching words in a project
Forum Updated to NodeBB v4.3 + New Features

Exclusion patteren for searching words in a project

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 302 Views 2 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.
  • M Offline
    M Offline
    mahmoodn
    wrote on last edited by
    #1

    I would like to search for a word in a project and exclude .o .a .so files. However, the following pattern doesn't work and I see matches in library files.

    ea77e8f7-0f68-4d77-86ac-9ca6f663bcc1-image.png

    How can I fix that?

    Gojir4G 1 Reply Last reply
    0
    • M mahmoodn

      I would like to search for a word in a project and exclude .o .a .so files. However, the following pattern doesn't work and I see matches in library files.

      ea77e8f7-0f68-4d77-86ac-9ca6f663bcc1-image.png

      How can I fix that?

      Gojir4G Offline
      Gojir4G Offline
      Gojir4
      wrote on last edited by
      #2

      @mahmoodn you have to separate them with comma: *.so, *.a.
      If you let your mouse cursor over the field it will show you the tooltip explaining it.

      1 Reply Last reply
      3
      • M Offline
        M Offline
        mahmoodn
        wrote on last edited by
        #3

        Right. Thank you.

        Gojir4G 1 Reply Last reply
        0
        • M mahmoodn

          Right. Thank you.

          Gojir4G Offline
          Gojir4G Offline
          Gojir4
          wrote on last edited by
          #4

          @mahmoodn in addition, full doc can be found here: https://doc.qt.io/qtcreator/creator-editor-finding.html#advanced-search

          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