On Aug 21, 2012, at 12:48, Pierre Igot <[email protected]> wrote:
> It seems to be working, but I'd appreciate it if you could have a quick look 
> and let me know if there's anything that I've misunderstood or that might 
> need to be adjusted.
______________________________________________________________________

Hey Pierre,

I talked to Patrick at Bare Bones, and he says the backward find with extending 
selection not working issue is NOT a bug but a technical problem (read 
can-of-worms) that is unlikely to change in the near future.  Therefore a 
workaround is the only viable solution at this time.

This line in my first script is unneeded (I didn't finish cleaning up after 
writing/testing the script):

      properties of foundObject

For finding forwards I think we can simplify quite a bit:

------------------------------------------------------------------------------------------------
tell application "BBEdit"
  tell text of front text window
    find "[^\\r]+" options {search mode:grep, starting at top:false, wrap 
around:false, backwards:false, case sensitive:false, match words:false, extend 
selection:true} with selecting match
  end tell
end tell
------------------------------------------------------------------------------------------------

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