Am 16.08.2011 um 16, 21:05 schrieb jarome:
> This R.plist and the two scripts no longer work. Does anyone know how
> to get R syntax support in BBEdit?
Strange, both language recognition and script both are working fine for me
(BBEdit 10 on Lion 10.7.1). Here is the script I use (I think I'm using the
same as the OP). Here it is:
tell application "BBEdit"
set the_selection to (selection of front window as string)
if (the_selection) is "" then
set the_selection to line (get startLine of selection) of front
window as string
end if
end tell
tell application "R"
cmd the_selection
end tell
Are you using Dropbox? There have been some issues with this that should have
been fixed with the last update. You might check, if the language settings in
your preferences are set right. Maybe this is an issue of preferences not
having been upgraded properly. I don't recommend messing around with preference
files. I just wanted to say that this should work in v10 on Lion (as it does
for me). It may well be you have good reason to contact support about this.
Also, there has been a thread regarding this issue a few days ago. Try
searching for "Stata" in the list archive. Maybe this will reveal some more
hints how to solve this.
http://groups.google.com/group/bbedit/browse_thread/thread/47c18e29cb7139ad?hl=en
Regards,
Roland
--
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>