<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Wow. That’s awesome. How would I go about specifying the paths for the directories? Can I specify a relative path? Is the exclude/include for a single directory and not their children (or vise-versa?)<div class=""><br class=""></div><div class="">Here is an example of what I’m trying to do:</div><div class=""><br class=""></div><div class=""><div class="">excludeDirectories = "{node_modules,cordova/plugin/cordova-plugin-gmr-nowpik-native/lib/*}"</div><div class="">includeDirectories = "{cordova/plugin/cordova-plugin-gmr-nowpik-native/lib/openframeworks/libs/openFrameworks}”</div><div class=""><br class=""></div><div class="">Thanks!</div><div><br class=""><blockquote type="cite" class=""><div class="">On Mar 29, 2019, at 9:43 AM, Koen Punt <<a href="mailto:koen@koenpunt.nl" class="">koen@koenpunt.nl</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">That would be a `.tm_properties` file; <a href="https://macromates.com/blog/2011/git-style-configuration/" class="">https://macromates.com/blog/2011/git-style-configuration/</a></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 29 Mar 2019 at 15:40, Kyle Kirbatski <<a href="mailto:kyle.kirby@me.com" class="">kyle.kirby@me.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br class="">
<br class="">
My end goal is that I want to tell textmate to ignore some directories (or include) when finding files using “Open Quickly”<br class="">
<br class="">
I skimmed the source code and saw that I might be able to use some kind of settings:<br class="">
<br class="">
static std::map<std::string, NSString*> const map = {<br class="">
        { kSettingsExcludeDirectoriesInFileChooserKey, kSearchExcludeDirectoryGlobsKey },<br class="">
        { kSettingsExcludeDirectoriesKey,              kSearchExcludeDirectoryGlobsKey },<br class="">
        { kSettingsExcludeFilesInFileChooserKey,       kSearchExcludeFileGlobsKey      },<br class="">
        { kSettingsExcludeFilesKey,                    kSearchExcludeFileGlobsKey      },<br class="">
        { kSettingsExcludeInFileChooserKey,            kSearchExcludeGlobsKey          },<br class="">
        { kSettingsExcludeKey,                         kSearchExcludeGlobsKey          },<br class="">
        { kSettingsBinaryKey,                          kSearchExcludeGlobsKey          },<br class="">
        { kSettingsIncludeDirectoriesKey,              kSearchDirectoryGlobsKey        },<br class="">
        { kSettingsIncludeFilesInFileChooserKey,       kSearchFileGlobsKey             },<br class="">
        { kSettingsIncludeFilesKey,                    kSearchFileGlobsKey             },<br class="">
        { kSettingsIncludeInFileChooserKey,            kSearchGlobsKey                 },<br class="">
        { kSettingsIncludeKey,                         kSearchGlobsKey                 },<br class="">
};<br class="">
<br class="">
However, I don’t know where I would set these. I believe there may me some kind of file I can place at my project root to define these, but I’m unable to determine what the name of this file should be or the format of the file.<br class="">
<br class="">
Any help would be appreciated.<br class="">
<br class="">
Thanks!<br class="">
<br class="">
_______________________________________________<br class="">
textmate mailing list<br class="">
<a href="mailto:textmate@lists.macromates.com" target="_blank" class="">textmate@lists.macromates.com</a><br class="">
<a href="https://lists.macromates.com/listinfo/textmate" rel="noreferrer" target="_blank" class="">https://lists.macromates.com/listinfo/textmate</a></blockquote></div>
<br class="">_______________________________________________<br class="">textmate mailing list<br class=""><a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a><br class="">https://lists.macromates.com/listinfo/textmate</div></blockquote></div><br class=""></div></body></html>