Tag: textmate

  • XML well-formedness checking in TextMate

    I’ve been working with a lot of XML lately and finding out where your document is not well-formed can be a hassle. Imagine having to find an improperly typed closing node in a ten thousand line XML file with thousands of nodes. Talk about your needle and haystack type of situation, right? Well I two…

  • Cyberduck + Textmate = Awesome

    I’ve been using EditPad Pro for web development on a Windows PC because it has an integrated FTP tool. With EditPad Pro, you can ftp to your production web server, list all of the files and easily edit any of them in place (code highlighting and all). I got used to the tool, but could…