Find in Files: Files mask

General discussion on mikroC PRO for PIC.
Post Reply
Author
Message
nigelmercier
Posts: 316
Joined: 23 Oct 2008 09:36

Find in Files: Files mask

#1 Post by nigelmercier » 12 Dec 2015 10:32

Having found that Synchronised Editing Mode doesn't work as advertised, I need to search for variables throughout my project.

Page 17 of the manual describes Find in Files, but doesn't give an indication of what you can put in the Files mask.

Can this contain multiple entries, such as *.c *.h

steve42lawson
Posts: 183
Joined: 06 Mar 2008 17:35
Location: St. George, UT
Contact:

Re: Find in Files: Files mask

#2 Post by steve42lawson » 01 Sep 2022 16:58

I guess this doesn't come up very often, but...

I would also like an answer to this.

I tried:
  1. *.c*.h ... NOPE!
  2. *.h,*.c ... NOPE!
  3. *.h;*.c ... NOPE!
  4. *.h|*.c ... NOPE!
  5. \*\.[hc] ... NOPE!
  6. \*\.(h|c) ... NOPE!
  7. *.[hc] ... NOPE!
  8. *.(h|c) ... NOPE!
Why do I want this? Because if I use *.*, I get results from all those other files. E.g.: *.asm, *.lst, *.cp, *.log, *.dct
Humility is the lack of the desire to impress, not the lack of being impressive.

Post Reply

Return to “mikroC PRO for PIC General”