tell application "BBEdit"
set fl to functions list
open fl
end tell
tell application "BBEdit"
activate
set fl to functions list
open fl
tell application "System Events"
tell process "BBEdit"
set w to window "Functions"
set sa to scroll area 1 of w
set t to table 1 of sa
set r to count of rows of t
set idx to 1
repeat r times
set r1 to row idx of t
set selected of r1 to true
set tf to value of text field 1 of r1
set log_str to (idx as string) & " " & (tf as string)
log log_str
set idx to idx + 1
end repeat
end tell
end tell
end tell
--
This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "sup...@barebones.com" rather than posting here. Follow @bbedit on Twitter: <https://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 bbedit+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/3309A6F5-8F1D-4470-8A2E-9A9D4F69D869%40barebones.com.