Disable Trac wiki links
When using Trac it always highlights class names as a reference to a wiki page like this:
MyClass?
How could I disable this? It ma开发者_开发技巧kes ticket text unreadable.
Andrey, you can disable wiki links by adding "ignore_missing_pages" parameter to your trac config in "wiki" section. See docs here: http://trac.edgewall.org/wiki/TracIni
If you use "!MyClass" it should not make a link.
Ideally, class names should be formatted as code, i.e. {{{MyClass}}}
. This would also prevent the auto-linking.
精彩评论