All it needs is a quick Google to find it, but I missed it before. This tip on the Geany wiki on how to set it up to work with a syntax checker is veru useful - IMO it plugs the biggest gap in Geany's functionality:
http://wiki.geany.org/howtos/check_python_code In fact you do not need use the shell script. If you want to use just one syntax checker (I use pyflakes) you can just call it directly. You can also enable syntax highlighting for Django templates: http://www.drhevans.com/blog/posts/261-enabling-django-template-syntax-highlighting-in-geany/ All I need now is static checking for templates. I have tried some other light IDEs recently (SPE and UliPad were both nice) but neither is as smooth and responsive, and had various minor irritants. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.