Le 17 nov. 06 à 14:51, Simon Ruderich a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 17.11.2006, at 11:03, Alain Matthes wrote:
Hello
I created a project by dragging a folder with files .tex. I would like to filter the files and to see only the .tex files and not .log .pdf etc. sometimes I want to also see the .sty and .cls for the development. I do not know the regular expressions to do this. How to show only the files .tex, .cls, .sty, and .cfg
Thanks
You can use this pattern in the file pattern section to display only these files:
.*.(tex|cls|sty|cfg)$
If you want to more files displayed then just add a | (this is not a small L, its a a [vertical bar][1]) at the end of the bracket content and add the new file extension, for example, where xyz is the new file extension:
.*.(tex|cls|sty|cfg|xyz)$
Hope this helps you, Simon
Sorry, i must select a folder before ! but it's not very clear
Thanks to you and James Edward Gray II' Book !!
Alain