Source Control Clients
Project Name: CodeHtmler
Server URL: https://tfs05.codeplex.com

Recent Check-Ins

Change Set Download / Browse Date Comment By Downloads
5994 Jan 14
at 3:53 AM
Added F# langauge definition.
Added DivInlineFont option for a language.
weshaggard 59
5992 Jan 14
at 3:11 AM
Version 1.3 of CodeHTMLer.
The biggest change here is the inclusion of the LanguagesSerializer as a type as opposed to leting the XmlSerializer generating it on the fly. I was forced to do this because the UIEditor attributes on some of my properties, used for the PropertyGrid, requires FullTrust so it wouldn't work on my new webhost which runs in medium trust. So to get around this I statically generate the serializer class using sgen and just included it in the binary, it probably is more efficient this way any. The only thing to remember is to update that class if any of the following classes change Languages, Lauange, or CodeElement.

All the other changes are minor small tweaks.
weshaggard 7
5390 Dec 31 2007
at 2:49 AM
Version 1.2 of CodeHtmler, the intial check-in on codeplex. weshaggard 6
1-3 of 3Change Sets < Previous 1 Next >
Updating...