Updated Source Code Formatter for Windows Live Writer
A long time ago I created a Source Code Formatter Plug-In for Windows Live Writer. Thanks to Tim I recently found out that the download links were broken (I changed domain names a while back and no longer own OfficeDinosaur.com).
I fixed the links and was using the plug-in today when I realised that newer keywords (eg the ones associated with LINQ) are not highlighted. Not surprising really, the plug-in simply has a hard-coded list of keywords that it uses for highlighting. There was also an annoying (but not very obvious) rendering issue on my machine (I run at 120DPI) whereby the JavaScript option wasn't visible. I've sorted that but haven't tested at 96DPI so it'll probably now look terrible on 96DPI.
Anyway, I published an updated version of the plug-in and the source here.
Technorati Tags: live writer,formatter,plug-in
Anonymous
February 15, 2008
PingBack from http://www.biosensorab.org/2008/02/15/updated-source-code-formatter-for-windows-live-writer/Anonymous
February 15, 2008
PingBack from http://www.biosensorab.org/2008/02/15/updated-source-code-formatter-for-windows-live-writer/Anonymous
February 15, 2008
PingBack from http://msdnrss.thecoderblogs.com/2008/02/15/updated-source-code-formatter-for-windows-live-writer/Anonymous
February 15, 2008
You may be interested in checking out CodeHTMLer at http://www.codeplex.com/Codehtmler. I think it does much of what you want and allows you to pretty easily add support for new languages without modifying any source code. It also has a live writer plugin :)