Hi,
I just want to invite you to think about some idea of plugins :
1 CTAGS generator
I see in http://www.geany.org/Download/Extras where there is a lua scipt for generate tags files, is it possible to have this as a plugins whith some options ?
And maybe with a ctags who can parse modern javascript syntax like doctorjs do.
2 JSLint
use this externale javascript debugueur, and capture the output in the mesage windows.
there some discution here : http://www.mail-archive.com/geany@uvena.de/msg00656.html
http://www.jslint.com/
Thanks for reading
It's possible to run JSLint as a command line tool and add it as "Build command". Just google it ( or check http://www.codepasta.com/site/javascript/jslint-cmd/\).