Anyone else reverting to 9.x, it looks like they totally blew the
testing of AppleScript in BBEdit 10 under Mac OS X 10.6.x?
Ron
tell application "BBEdit"
activate
replace "\\t" using "|" searching in text window 1 options {search
mode:grep, starting at top:true, wrap around:false, backwards:false,
case sensitive:false, match words:false, extend selection:false}
end tell
error "BBEdit got an error: \"\\\\t\" doesn’t understand the replace
message." number -1708 from "\\t"
--
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>