On 1 aug. 2013, at 20:15, [email protected] wrote:
> I have not seen a follow up on this lone aging question.
>
> In my case I am using BBedit 10.5.5 on macosx 10.8.4.
>
> I have this same issue. I trust there is a poorly documented work-around.
-- Not poorly documented: just AppleScript.
on run
tell application "BBEdit"
set my_sel to (selection of text of text document 1) as text
end tell
say my_sel
end run
-- Be aware that this is basic, and interrupting the reading is not working
right now.
Best,
Maarten
--
This is the BBEdit Talk public discussion group. 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>
---
You received this message because you are subscribed to the Google Groups
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].