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
What do you mean by : the file pattern section
In the prefs of TM, there is Folder References : "use the information icon button in the project drawer to edit the save patterns" but i edit the shell variables and not the Folder reference with this button !
In the help : "The patterns are only used when creating new folder references" but how to create new folder reference ?
Thanks for your answer
Greetings Alain Matthes