Allan Odgaard-4 wrote
In theory you can also negate an exclude pattern to make it instead work as an include pattern, for example if you only want to search items in ‘src’ then you can set the excludeInFolderSearch to ‘!src{/**,}’. The brace notation here is to both (not) exclude ‘src’ (the folder) and any item below the folder (‘src/**’).
Thanks for this suggestion. I just changed all my include.. to exclude.. patterns that not'ed (!) what I originally had as the include.. pattern. This works great and also solves my issue with the folder search.
Thanks!
-- View this message in context: http://textmate.1073791.n5.nabble.com/exclude-include-in-tm-properties-tp291... Sent from the textmate users mailing list archive at Nabble.com.