On Apr 12, 2012, at 07:13, stirrell wrote:
> I wrote a simple little Applescript to look up the selected text in 
> CodeIgniter's documentation:
______________________________________________________________________

Hey Scott,

There are a variety of ways to do this via the shell such as the method LuKreme 
demonstrated.

Somewhere there is a handler to do it with pure vanilla Applescript (probably 
available on MacScripter.com).

Personally I'd use the Satimage.osax.  It integrates this and many other useful 
functions (including regular expressions) directly into the Applescript lexicon.

set u to 
"https://www.google.com/search?as_sitesearch=codeigniter.com%2Fuser_guide%2F&q=load->model&sa=Go"
set u to escapeURL u # Satimage.osax

--> 
"https://www.google.com/search?as_sitesearch=codeigniter.com%252Fuser_guide%252F&q=load-%3Emodel&sa=Go";

--
Best Regards,
Chris

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

Reply via email to