Allan Odgaard wrote:
I forgot that in Preferences ? Projects there is a setting for ?include files matching?? which is _added_ to whatever include patterns you set.
This is not what one would expect! Should I write a ticket?
In retrospect that sort of undermines the concept a little.
You can do two things, either:
- Set includePattern instead of includeFilesInBrowser ? that?ll then override the global pattern.
- Set excludeFilesInBrowser and set it to !*.{bib,tex} ? that?ll match all non-bib/tex files and mark them for being excluded (hidden) before the latter include pattern marks them for inclusion.
That works great. Thanks!
Christian