I'm pretty sure it worked in .16

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.

The regex you list below doesn't work for me unless I kill one of the two backslashes before the last character:

^[ \t]*function[ \t]*([A-Za-z0-9_]+)[ \t]*\(

2009/4/27 Enrico Tröger <enrico.troeger@uvena.de>
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

--
Get my GPG key from http://www.uvena.de/pub.asc

_______________________________________________
Geany mailing list
Geany@uvena.de
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany