<div dir="ltr"><div><div>Rene,<br><br></div>LaTeX is indeed checked under bundle preferences, but it was checked as soon as I cloned the latex bundle, I assumed this just indicated that Textmate knew that a latex bundle was present.  The refresh_viewer.scpt can be opened by the apple script editor and by textedit as well.  When I do this I can see the code in the script.  I assume this means it's not compiled.<br><br></div>-Jim<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 8, 2015 at 10:41 AM, René Schwaiger <span dir="ltr"><<a href="mailto:sanssecours@f-m.fm" target="_blank">sanssecours@f-m.fm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jim,<br>
<span class=""><br>
> On 08 Jan 2015, at 18:51 , Starx <<a href="mailto:jstarx@gmail.com">jstarx@gmail.com</a>> wrote:<br>
><br>
> Rene,<br>
><br>
> After the initial clone the behavior stopped, but because it started back up again last time I decided to wait a day before saying it worked and unfortunately this morning TeXShop has started opening again.<br>
><br>
> I do not know the difference between a compiled applescript and an uncompiled applescript.<br>
<br>
</span>as far as I know an uncompiled AppleScript is just a text file. A compiled script on the other hand is a binary. If you open a compiled AppleScript in an editor — that unlike TextMate — does not support decompilation then you should see “gibberish” instead of the source code. You can try it yourself by opening `refresh_viewer` in “vim” or “TextEdit”.<br>
<span class=""><br>
> There is still just a file, refresh_viewer.scpt, no application or anything like that in the bin directory.  Could my textmate have updated itself back to the uncompiled version?<br>
<br>
</span>If the checkbox on the left of the LaTeX bundle in Preferences→Bundles is selected, then TextMate might have overwritten your changes. If that is not the case, then TextMate should not overwrite the cloned version.<br>
<span class=""><br>
>  How do I check if this script is compiled or not?<br>
<br>
</span>Just try to open `refresh_viewer.scpt` inside `Support/bin` with “Script Editor”. You should get an error message containing something like the following text:<br>
<br>
    The document “refresh_viewer.scpt” could not be opened.<br>
<br>
    Unable to read the file because the script is not editable (it was saved as run-only).<br>
<br>
> -Jim<br>
<div class="HOEnZb"><div class="h5"><br>
Kind regards,<br>
  René<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a></div></div></blockquote></div><br></div>