Having the FlexWiki source code available is nice, but having it in the same namespace as the rest of the content makes searches significantly more cluttered with false positives.
Since code lines can get quite long, the search results are also very wide to match the longest line of code, which makes the regular site contents quite unreadable.
Search for a term like "system" or "write" that is common in both code and site content.
Discussion
If the source code is moved to another namespace, you might be able to add support for namespace-specific CSS which would render all content as code. Right now the source code renders pretty inconsistently:
using System;
namespace foo
{
class bar
{
private int quux;
public int Quux { get; set; }
}
}
a SiteWorkItem is a request for changing the content of this website.
9/28/2004 5:15:56 PM - -198.74.38.59
Stuart Celarier is a staff software engineer at Corillian Corporation in Portland, Oregon.
8/19/2007 2:57:07 AM - -76.105.167.90
The software running this site. -> jump to HomePage