When using Trac, it always highlights class names as a link to a wiki page as follows:
MyClass?
How can I disable this? This makes the ticket text unreadable.
Andrey, you can disable wiki links by adding the parameter "ignore_missing_pages" to the trac configuration in the "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}}} . It will also prevent auto-linking.
{{{MyClass}}}