I'm pretty sure it worked in .16 <br><br>Now any file I open no longer shows the javascript functions. it just says "No tags found". These are actually .jsp files but I've listed *.jsp as an HTML extension in filetype_extensions.conf.<br>
<br>The regex you list below doesn't work for me unless I kill one of the two backslashes before the last character:<br><br>^[ \t]*function[ \t]*([A-Za-z0-9_]+)[ \t]*\(<br><br><div class="gmail_quote">2009/4/27 Enrico Tröger <span dir="ltr"><<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Mon, 27 Apr 2009 09:20:59 -0700, Dennis wrote:<br>
<br>
Hi,<br>
<div class="im"><br>
<br>
>I've tried a couple of nightly builds, and no javascript functions<br>
>show up in the symbols sidebar. Is this a known problem?<br>
<br>
</div>Any example code?<br>
<br>
In general, the parsing code for embedded JavaScript code in HTML files<br>
is very simple, in particular it must match the following regular<br>
expression:<br>
<br>
^[ \t]*function[ \t]*([A-Za-z0-9_]+)[ \t]*\\(<br>
<br>
Did it work with previous releases? Just curious because you explicitly<br>
mention you tried different nightlies.<br>
<br>
<br>
Regards,<br>
Enrico<br>
<font color="#888888"><br>
--<br>
Get my GPG key from <a href="http://www.uvena.de/pub.asc" target="_blank">http://www.uvena.de/pub.asc</a><br>
</font><br>_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
<br></blockquote></div><br>