On Mon, 27 Apr 2009 09:20:59 -0700, Dennis wrote:
Hi,
I've tried a couple of nightly builds, and no javascript functions show up in the symbols sidebar. Is this a known problem?
Any example code?
In general, the parsing code for embedded JavaScript code in HTML files is very simple, in particular it must match the following regular expression:
^[ \t]*function[ \t]*([A-Za-z0-9_]+)[ \t]*\(
Did it work with previous releases? Just curious because you explicitly mention you tried different nightlies.
Regards, Enrico