<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi, </div>
<span id="OLK_SRC_BODY_SECTION">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>I would like to be able to press Cmd-F when in the preview and search the source file. I thought I’d try something myself before bothering everyone, so I looked at the standard macros, and aimed for something along the lines of </div>
<div><br>
</div>
<div>--Applescript </div>
<div>tell application "TeXShop"</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>Find…</div>
<div>end tell  </div>
<div><br>
</div>
<div>Of course it didn’t work. Whether it’s just because to invoke the command `Find…’ the syntax is more complex, or there is another flaw, I don’t know. I am sure it’s possible, as `Insert Begin/End’, for instance, works when called from the preview, as do
 others. There probably is a more elegant solution altogether, that simply makes the standard `Find’ command available. (The alternative, of course, is to move to the source window, which is what I do currently.)</div>
<div><br>
</div>
<div>A related topic is whether one can have an incremental search command in TexShop. It is available in Chrome, say, so should not need programming from scratch.</div>
<div><br>
</div>
<div>Thank you.</div>
<div>Nicolae</div>
</div>
</span>
</body>
</html>