<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 12 Jun 2017, at 16:55, Kurt Ruff wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Is it possible to change this behavior, so TextMate always opens the file in a window on the current desktop?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Try calling this:</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"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">TM_PROJECT_UUID=$(uuidgen|tr '[0-9A-Z]' 0) mate «file»
</code></pre>

<p dir="auto">By setting <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">TM_PROJECT_UUID</code> to the “null UUID” it will create a new project window for the file (rather than re-use an existing window which’s project folder is an ancestor of the file to be opened).</p>

<p dir="auto">You can of course alias the above so that you do not have to type it each time.</p>
</div>
</div>
</body>
</html>