= A plugin for displaying code tags (`XXX`, `FIXME`, `TODO`, etc.) = Blog posting [http://trac.pocoo.org/wiki/blog/2006/06/06/00.04 here], Demo [http://trac.pocoo.org/codetags here], [http://trac.pocoo.org/repos/sandbox/codetags-plugin/ SVN repository]. Since I cannot find any documentation directly I just wanted to tell you people that you need a subdirectory named cache thats writeable by your trac to make this working. Oh and dont wonder that it takes so much time the first time used ;) To enable in the trac.ini[[br]] [components][[br]] codetags.codetagsplugin = enabled By default, this plugin doesn't ignore binary files. If you use svn/trac in a web-dev environment, this is a pain, since the tagger finds tags in files such as .gif. [[br]] User submitted patch seems to work: http://trac.pocoo.org/attachment/ticket/109/diff.txt