Otherwise I've been very happy now to hack Trac with eclipse + pydev.
--
Jani Tiainen
It worked pretty well, thank you very much. But it seems to do more than
just simple disable caching since after I enable that option, I'll lose
pydev debugging abilities.
AFAIK debugging with pydev threaded code doesn't work if you're using
threading classes other than "threading" module. (Trac uses "thread" module)
--
Jani Tiainen
No, it instructs the Genshi template loader to check modification
times on the template files on every template load, and reload them if
they changed. Templates are still cached.
Cheers,
--
Christopher Lenz
cmlenz at gmx.de
http://www.cmlenz.net/
You mean if you use --auto-reload, right? I don't think enabling the
Genshi reloading option (the trac.ini setting Noah describes above)
could cause anything like that.