At 16:06 -0400 on 03/23/2014, Lawrence San wrote about Re: Create
list of functions:
I guess I could run a list-the-functions function in Firebug's
command line, feeding off the web page rather than directly off the
BBEdit source. However, there might be a couple of drawbacks to
that. When a web page sucks in multiple JS files, the browser's JS
engine combines them all together into one unified program; I don't
think a JS meta-function run on the web page could separate them out
again. So I'd end up with a list of all the functions from all the
JS files -- and even, I'd guess, from any generated functions that
weren't literally in any of the JS files -- not focusing on one JS
file like I want.
If all you are interested in are the functions in one .js file, why
not just make up a page that links to that one file and then feed
that page into Firebug? There would then not be any other .js files
to confuse the issue.
--
This is the BBEdit Talk public discussion group. 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>
---
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 post to this group, send email to [email protected].