On Oct 04, 2016, at 12:09, John Bleichert <[email protected] 
<mailto:[email protected]>> wrote:
> Trying (as a side project) to get a script going where I can compile from  
> within bbedit w/o having to shell out.


Hey John,

I'm not completely clear on what you're trying to do, but the general recipe 
for the secret sauce is thus:

-----------------------------------------------
set shCMD to "ls ~/"
set stdOUT to do shell script shCMD

tell application "BBEdit"
   activate
   make new document with properties {text:stdOUT}
end tell
-----------------------------------------------

--
Best Regards,
Chris

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to