Christian Boos wrote: > Micha wrote: >> "CheckListItem tuned" >> >> or >> >> "Painting for CheckList primitive fixed" >> >> CheckList/CheckListItem are C++ classes from the sources under >> subversion control. They will transform to >> >> "CheckListItem? tuned" >> "Painting for CheckList? primitive fixed" >> >> pointing to http://localhost:8000/trac/wiki/CheckListItem resp. >> http://localhost:8000/trac/wiki/CheckList >> >> Note, that both messages not even contain colons (my suspected reason >> for turning text into links). So, trac must have picked them up as >> candidates somewhere along the way. > > Those are CamelCase links. This can be selectively turned off for > non-existing wiki pages, by enabling the [wiki] ignore_missing_pages > option (http://trac.edgewall.org/wiki/TracIniMacro#wiki-section). > > -- Christian Another option, the way we handle them on my dev team, is we create the page as redirect. So the only wiki source would be:
[source:trunk/widgets/CheckListItem.cpp source:trunk/widgets/CheckListItem.cpp] So the checkin comment would be a valid link and references the file it's from. We do this by hand, but I'm sure that you (1) could do something automated with CTAGS or something. - Aaron (1) You because I just extended my example from VHDL to C++ so I don't know anything about CTAGS, just saw it supported in my fave editor. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
