On Aug 20, 2012, at 16:58, Jim Sheffer <[email protected]> wrote:
> I know these questions have been asked before but I couldn't find them - 
> maybe I'm just too tired right now, but...

______________________________________________________________________

Hey Jim,

This does sound like a job for a template, but you can do it with a script too.

-------------------------------------------------------------
set cr to return
set docContent to "<?lassoscript" & cr & cr & cr & cr & cr & cr & "?>"
tell application "BBEdit"
        set newLassoDoc to make new text document
        tell newLassoDoc
                set bounds of its window to {0, 44, 1200, 600}
                set its text to docContent
                set its source language to "Lasso"
        end tell
end tell
-------------------------------------------------------------

--
Best Regards,
Chris

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
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>



Reply via email to