Re: Speech in BBEDit

2014-09-15 Thread Gregory Shenaut
Wow, I never noticed that before. Is that because of lingering non-Cocoa 
modules?

Greg Shenaut

P.S. I think it's the window title that it says, not the name of the file.


On Sep 15, 2014, at 15:09 , chuck33...@gmail.com wrote:

> 
> Well here we are a year later.
> 
> Still BBedit speaks only the file name still.
> 
> Thanks for the suggested scripts.
> 
> But it is puzzling that such a polished piece of software with such a 
> mentally diverse user base would not include this capacity that is growing in 
> popularity.
> 
> Did I miss a fix or further discussion?
> 
> Cheers,
> Chuck
> 
> BBedit 10.5.5  macosx 10.9.4
>  
> 
> -- 
> This is the BBEdit Talk public discussion group. 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: 
> 
> --- 
> 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 bbedit+unsubscr...@googlegroups.com.
> To post to this group, send email to bbedit@googlegroups.com.



smime.p7s
Description: S/MIME cryptographic signature


Re: Speech in BBEDit

2014-09-15 Thread chuck3342b

Well here we are a year later.

Still BBedit speaks only the file name still.

Thanks for the suggested scripts.

But it is puzzling that such a polished piece of software with such a 
mentally diverse user base would not include this capacity that is growing 
in popularity.

Did I miss a fix or further discussion?

Cheers,
Chuck

BBedit 10.5.5  macosx 10.9.4
 

-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Speech in BBEDit

2013-08-02 Thread LuKreme
On 01 Aug 2013, at 12:48 , G. T. Stresen-Reuter  wrote: 
> I've been unable to find the ‘speak selected text’ menu item…

It's a setting in the Speech System Preference. You can set a hot key. Works in 
practically everything except BBEdit (I just tried it).

This is odd, because I seem to recall that it DID work before, no?

-- 
The facts, though interesting, are irrelevant.

-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.




Re: Speech in BBEDit

2013-08-01 Thread John Delacour
On 1/8/13 at 20:20, maarten.sn...@xs4all.nl (Maarten Sneep) wrote:

> -- 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

Or, more simply:

tell application "BBEdit" to say "" & selection
-- selected text only

tell application "BBEdit" to say (get text in front document)
-- whole text

JD

-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.




Re: Speech in BBEDit

2013-08-01 Thread Maarten Sneep

On 1 aug. 2013, at 20:15, chuck33...@gmail.com 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
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.




Re: Speech in BBEDit

2013-08-01 Thread G. T. Stresen-Reuter
Just out of curiosity and from one "for ever" user to another, have either of 
you filed a bug report by sending an email to supp...@barebones.com? If so, 
have you received a reply?

I've been unable to find the ‘speak selected text’ menu item…

Ted S-R

On Aug 1, 2013, at 7:15 PM, chuck33...@gmail.com 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.
> 
> Since I have used BBedit for ever and have recently taken to speech-to-text 
> because it is now well supported by the macosx, I am frustrated that I can't 
> get BBedit to speak anything but the file name.
> 
> Thanks for any help.
> 
> Cheers, 
> CHL
> 
> 
> On Monday, September 24, 2012 1:07:48 AM UTC-7, LuKreme wrote:
> Running latest BBEDit in 10.8.2 when I select a paragraph of text and press 
> Command-option-Control-S (by keybinding for ‘speak selected text’ the only 
> thing I get spoken is the name of the file. 
> 
> 
> -- 
> WHO KNOWS WHAT EVIL LURKS IN THE HEART OF MEN?  The Death of Rats looked 
> up from the feast of potato.  SQUEAK, he said.  Death waved a hand 
> dismissively. WELL, YES, OBVIOUSLY *ME*, he said. I JUST WONDERED IF 
> THERE WAS ANYONE ELSE. --The Truth 
> 
> 
> -- 
> This is the BBEdit Talk public discussion group. 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: 
>  
> --- 
> 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 bbedit+unsubscr...@googlegroups.com.
> To post to this group, send email to bbedit@googlegroups.com.
>  
>  

-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.




Re: Speech in BBEDit

2013-08-01 Thread chuck3342b
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.

Since I have used BBedit for ever and have recently taken to speech-to-text 
because it is now well supported by the macosx, I am frustrated that I 
can't get BBedit to speak anything but the file name.

Thanks for any help.

Cheers, 
CHL


On Monday, September 24, 2012 1:07:48 AM UTC-7, LuKreme wrote:
>
> Running latest BBEDit in 10.8.2 when I select a paragraph of text and 
> press Command-option-Control-S (by keybinding for ‘speak selected text’ the 
> only thing I get spoken is the name of the file. 
>
>
> -- 
> WHO KNOWS WHAT EVIL LURKS IN THE HEART OF MEN?  The Death of Rats looked 
> up from the feast of potato.  SQUEAK, he said.  Death waved a hand 
> dismissively. WELL, YES, OBVIOUSLY *ME*, he said. I JUST WONDERED IF 
> THERE WAS ANYONE ELSE. --The Truth 
>
>

-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.




Speech in BBEDit

2012-09-24 Thread LuKreme
Running latest BBEDit in 10.8.2 when I select a paragraph of text and press 
Command-option-Control-S (by keybinding for ‘speak selected text’ the only 
thing I get spoken is the name of the file.


-- 
WHO KNOWS WHAT EVIL LURKS IN THE HEART OF MEN?  The Death of Rats looked
up from the feast of potato.  SQUEAK, he said.  Death waved a hand
dismissively. WELL, YES, OBVIOUSLY *ME*, he said. I JUST WONDERED IF
THERE WAS ANYONE ELSE. --The Truth

-- 
-- 
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

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: