#textmate


2013

blog  Textmate bundle for Turtle and Sparql.

Aug 2013

I recently ran into the Textmate bundle for Turtle, an extension for the Textmate osx editor aimed at facilitating working with RDF and SPARQL. If you happen to be using these technologies, well I'd suggest you take a look at the following post.


2010

blog  Python debugging and Textmate.

Feb 2010

I've never realized that among the many things Textmate does well there's also python debugging. Well, to be precise Textmate doesn't do much as it just relies on python's default debugger, called PDB. Ok, probably PDB isn't the cutting edge debugger you're looking for, but it's worth a try imho.


2009

blog  TextMate Basics Tutorial.

Feb 2009

TextMate software "brings Apple's approach to operating systems into the world of text editors. By bridging UNIX underpinnings and GUI, TextMate cherry-picks the best of both worlds to the benefit of expert scripters and novice users alike." If you are using Textmate this tutorial will show you around the basic features of TextMate and also some of the most advanced ones!


blog  Pysmell - Python auto-complete - works with TextMate too!.

Feb 2009

One of the reasons that kept me away (sigh) from TextMate is the lack of autocompletion support.. especially in Python. Seems like those days have ended - I just downloaded and installed Pysmell, and it works great!!!