On 11 Dec 2023, at 19:43, 'Dmitry Markman' via BBEdit Talk wrote: > Hi > how I can get functions list of the current C++ source file? > > I wrote simple AppleSctipt > > tell application "BBEdit" > set fl to functions list > open fl > end tell > > and that script opens floating window, but all properties related to text, > content are missings, > so I can’t get text of the window and get function as a list (text)
The "functions list" application property is simply the scripting accessor for the Functions palette itself. I regret there is no access to individual functions in a file through the scripting model. R. -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/3309A6F5-8F1D-4470-8A2E-9A9D4F69D869%40barebones.com.
