Noah Kantrowitz wrote: > So the answer is yes and no. The built-in diff viewer isn't skinnable in > any useful way (you could still use a local stylesheet in your browser). > In 0.11, each user can select their own Pygments theme (colors) and that > does have a diff renderer. To assert the pygments on, just disable the > built-in diff renderer in [components]. It won't look exactly the same > though, so you might want to use a local stylesheet. >
Note however that the above will only work for patches and diffs from attachments or embedded in wiki processor blocks, not for to the changesets and diffs coming from the repository: in the latter case, we don't generate first a textual diff for later rendering, but we use directly the structured output from difflib. -- Christian --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
