<html><head><style>
body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding:1em;
        margin:auto;
        background:#fefefe;
}

h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
}

h1 {
        color: #000000;
        font-size: 28pt;
}

h2 {
        border-bottom: 1px solid #CCCCCC;
        color: #000000;
        font-size: 24px;
}

h3 {
        font-size: 18px;
}

h4 {
        font-size: 16px;
}

h5 {
        font-size: 14px;
}

h6 {
        color: #777777;
        background-color: inherit;
        font-size: 14px;
}

hr {
        height: 0.2em;
        border: 0;
        color: #CCCCCC;
        background-color: #CCCCCC;
    display: inherit;
}

p, blockquote, ul, ol, dl, li, table, pre {
        margin: 15px 0;
}

a, a:visited {
        color: #4183C4;
        background-color: inherit;
        text-decoration: none;
}

#message {
        border-radius: 6px;
        border: 1px solid #ccc;
        display:block;
        width:100%;
        height:60px;
        margin:6px 0px;
}

button, #ws {
        font-size: 12 pt;
        padding: 4px 6px;
        border-radius: 5px;
        border: 1px solid #bbb;
        background-color: #eee;
}

code, pre, #ws, #message {
        font-family: Monaco;
        font-size: 10pt;
        border-radius: 3px;
        background-color: #F8F8F8;
        color: inherit;
}

code {
        border: 1px solid #EAEAEA;
        margin: 0 2px;
        padding: 0 5px;
}

pre {
        border: 1px solid #CCCCCC;
        overflow: auto;
        padding: 4px 8px;
}

pre > code {
        border: 0;
        margin: 0;
        padding: 0;
}

#ws { background-color: #f8f8f8; }


.bloop_markdown table {
border-collapse: collapse;  
font-family: Helvetica, arial, freesans, clean, sans-serif;  
color: rgb(51, 51, 51);  
font-size: 15px; line-height: 25px;
padding: 0; }

.bloop_markdown table tr {
border-top: 1px solid #cccccc;
background-color: white;
margin: 0;
padding: 0; }
     
.bloop_markdown table tr:nth-child(2n) {
background-color: #f8f8f8; }

.bloop_markdown table tr th {
font-weight: bold;
border: 1px solid #cccccc;
margin: 0;
padding: 6px 13px; }

.bloop_markdown table tr td {
border: 1px solid #cccccc;
margin: 0;
padding: 6px 13px; }

.bloop_markdown table tr th :first-child, table tr td :first-child {
margin-top: 0; }

.bloop_markdown table tr th :last-child, table tr td :last-child {
margin-bottom: 0; }

.bloop_markdown blockquote{
  border-left: 4px solid #dddddd;
  padding: 0 15px;
  color: #777777; }
  blockquote > :first-child {
    margin-top: 0; }
  blockquote > :last-child {
    margin-bottom: 0; }

code, pre, #ws, #message {
    word-break: normal;
    word-wrap: normal;
}

hr {
    display: inherit;
}

.bloop_markdown :first-child {
    -webkit-margin-before: 0;
}

code, pre, #ws, #message {
    font-family: Menlo, Consolas, Liberation Mono, Courier, monospace;
}


.send { color:#77bb77; }
.server { color:#7799bb; }
.error { color:#AA0000; }</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div class="bloop_markdown"><p>Hi Rob,</p>

<p>The file browser visibility is a separate setting. You can set it in <em>Preferences » Projects » Include files matching.</em> I’ve set it to <code>{*,.*}</code> so it shows all the files in the file browser.</p>

<p>As far as I know, the <em>Include files matching</em> setting is saved in the <code>include</code> property in <code>~/Library/Application Support/TextMate/Global.tmProperties</code>.</p>

<p>Regards<br>
Claudia</p>

<p></p></div><div class="bloop_original_html"><style>body{font-family:Helvetica,Arial;font-size:13px}</style><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; margin: 0px; line-height: auto;"><br></div> <br> <div id="bloop_sign_1540717401001747200" class="bloop_sign"></div> <br><p class="airmail_on">Am 27. Oktober 2018 um 23:49:40, Rob J. Goedman (<a href="mailto:goedman@icloud.com">goedman@icloud.com</a>) schrieb:</p> <blockquote type="cite" class="clean_bq"><span><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div></div><div>



<title></title>


No luck here.
<div class=""><br class=""></div>
<div class="">After executing below command, a line is indeed added
to com.macromates.TextMate.plist:</div>
<div class=""><br class=""></div>
<div class="">```</div>
<div class="">
<div class="">ExpandedURLs = ( "<a href="file:///Users/rob/.julia/dev/CmdStan/docs/" class="">file:///Users/rob/.julia/dev/CmdStan/docs/</a>", "<a href="file:///Users/rob/.julia/dev/CmdStan/docs/src/" class="">file:///Users/rob/.julia/dev/CmdStan/docs/src/</a>" );</div>
<div class="">"Find in Folder Globs" = { default = (
"{*,.travis.yml, .git}" ); };</div>
<div class="">LRUDocumentPaths = (
"/Users/rob/Library/Preferences/com.macromates.TextMate.plist",
"/Users/rob/.julia/dev/CmdStan/docs/make.jl",</div>
<div class="">```</div>
<div class=""><br class=""></div>
<div class="">But neither .travis.yml nor .git show up in the File
Browser. Would be really nice though!</div>
<div class=""><br class=""></div>
<div class="">
<div dir="auto" class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div dir="auto" class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div dir="auto" class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div dir="auto" class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div dir="auto" class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div dir="auto" class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div style="font-size: 12px;" class="">Rob J Goedman<br class="">
<a href="mailto:goedman@icloud.com" class="">goedman@icloud.com</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<br class=""></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Oct 27, 2018, at 07:47, Jacob Carlborg
<<a href="mailto:doob@me.com" class="">doob@me.com</a>>
wrote:</div>
<br class="Apple-interchange-newline">
<div class="">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I’ll give it a try, thanks.
<div class=""><br class="">
<div class="">
<div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">-- <br class="">
/Jacob Carlborg</div>
</div>
<div style="" class=""><br class="">
<blockquote type="cite" class="">
<div class="">On 27 Oct 2018, at 15:46, Allan Odgaard <<a href="mailto:mailinglist@textmate.org" class="">mailinglist@textmate.org</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">

<div class="">
<div style="font-family:sans-serif" class="">
<div style="white-space:normal" class="">
<p dir="auto" class="">On 27 Oct 2018, at 20:28, Jacob Carlborg
wrote:</p>
</div>
<div style="white-space:normal" class="">
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px" class="">
<p dir="auto" class="">Are you referring to the “matching” field in
the search dialog? Is this possible to configure globally? Ideally
I would like to .travis.yml to always be included, regardless of
what I have in the “matching” field.</p>
</blockquote>
</div>
<div style="white-space:normal" class="">
<p dir="auto" class="">Try run this in a terminal:</p>
<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7" class=""><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7" class="">defaults write com.macromates.TextMate "Find in Folder Globs" '{ default = ( "{*,.travis.yml}" ); }'
</code></pre>
<p dir="auto" class="">Then the default pattern should be
<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7" class="">{*,.travis.yml}</code> but if you make
changes to the pattern via the Find dialog, it’ll only be for the
current project folder.</p>
</div>
</div>
</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="">
<a href="https://lists.macromates.com/listinfo/textmate" class="">https://lists.macromates.com/listinfo/textmate</a></div>
</blockquote>
</div>
<br class=""></div>
</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="">



<br>_______________________________________________
<br>textmate mailing list
<br>textmate@lists.macromates.com
<br>https://lists.macromates.com/listinfo/textmate</div></div></span></blockquote></div><div class="bloop_markdown"><p></p></div></body></html>