[Geany] nightly builds tags in html files not working?

Dennis Sacks dennis.sacks at xxxxx
Tue Apr 28 22:13:50 UTC 2009


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 at 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 at uvena.de
> http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/users/attachments/20090428/75e3a6d3/attachment.html>


More information about the Users mailing list