Sometimes I need to look where is located some text in my folder with documents and I need to search text in all files, excluding some types. Can you add some improvements: search in defined file types, search in all files excluding desined types and search in all files excluding file masks (now you have only search in all files including file masks).
Thanks.
Search improvements
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 3
- Joined: 2006-12-19, 14:15 UTC
- Location: UA
- StickyNomad
- Power Member
- Posts: 1933
- Joined: 2004-01-10, 00:15 UTC
- Location: Germany
2--= Eagle =--
Well, you can already exclude certain files or directories. E.g. this search mask:
..includes all PHP and HTML files, but skips all extensions noted after the pipe '|', here PL files. This also works for subdirectories. Press F1 in the search dialog for more info...
Well, you can already exclude certain files or directories. E.g. this search mask:
Code: Select all
*.php *.html|*.pl
-
- Junior Member
- Posts: 3
- Joined: 2006-12-19, 14:15 UTC
- Location: UA
- StickyNomad
- Power Member
- Posts: 1933
- Joined: 2004-01-10, 00:15 UTC
- Location: Germany
-
- Junior Member
- Posts: 3
- Joined: 2006-12-19, 14:15 UTC
- Location: UA