On 8/18/09 at 10:59 AM, [email protected] (Michael Wiik) wrote:
>I frequently use BBEdit Projects to access files on remote servers.
>What I would like to do is figure out how to populate bbprojectdata
>files on my own. [...]
Today, you should be able to use the scripting interface to
create new items. Something like this should work, given an open
project document and an open text document with one URL per line:
tell application "BBEdit"
repeat with urlLine in (every line of text document 1)
make new project item at end of project document 1
with properties {URL:urlLine as string}
end repeat
end tell
(mind the line wrap)
Please don't hack the project innards. :-)
Enjoy,
R.
--
Rich Siegel Bare Bones Software, Inc.
<[email protected]> <http://www.barebones.com/>
Someday I'll look back on all this and laugh... until they
sedate me.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
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 specific feature request or would like to report a suspected (or
confirmed) problem with the software, please email to "[email protected]"
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---