Needed a tool to tidy some Xml in "Programmer's Notepad" and could not resist to created my own version of XmlTidy. :-)
using System;
using System.Xml;
using System.Xml.XPath;
namespace XmlTidy
{
public class Program
{
private enum ExitCodes
{
Success = 0,
Failure = 1
}
private static...
Thursday, November 4, 2010
Wednesday, November 3, 2010
Programmer's Notepad
Got a new laptop today and have started to install all the cool and useful tools I need.
Previously I have used TextPad and Notepad++ as my notepad replacements, but this time I decided to see if there was some other text editors out there.
Found "Programmer's Notepad" that looks...