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. Visual Studio: exclude generated files from search
Forum Updated to NodeBB v4.3 + New Features

Visual Studio: exclude generated files from search

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 5.2k 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.
  • J Offline
    J Offline
    JulienMaille
    wrote on last edited by
    #1

    Dear Qt users,
    I am wondering if someone has found a smart way to exclude moc_* and ui_* files from a search in Visual Studio.
    I use CTRL+SHIFT+F a lot and most of the time and I don't want to get results from these generated files.
    Any tip would be warmly welcomed!

    [edit: fixed typo in title, Eddy]

    1 Reply Last reply
    0
    • BilbonSacquetB Offline
      BilbonSacquetB Offline
      BilbonSacquet
      wrote on last edited by
      #2

      you could try something like:

      @??[!][!]*.h @

      It's not so simple for me because I'm not a guru of the regexp. And this don't seek at file like "my_include.h".

      "Here the reference":http://msdn.microsoft.com/en-us/library/afy96z92.aspx

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Ultra Find is a Find in Files substitute for Visual Studio 2010.
        http://blog.arainia.com/2010/08/ultra-find.html

        But I cannot find this extension anywhere.

        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