Hi,
just trying out Textmate 2 and have configured .tm_properties for a project as:
excludes = "data,external,fixtures,*.log,*.d" exclude = "{excludes}" excludeInFileChooser = "{$excludes}" excludeInFolderSearch = "{$excludes}" excludeFilesInBrowser = "{$excludes}"
but when I select "Go->Go to File Counterpart" from, for instance, registry.cc I first get registry.d opened and then registry.h. I only want to view registry.h and have tried to exclude registry.d, but it doesn't seem to be excluded from this functionality.
Am I doing something wrong?
Cheers, Donovan.