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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to