Texmate style snippets everywhere?

On September 5, 2010, in Mac OS X, Objective-C 2.0, by robertjpayne

I recently have been having a deep desire for Textmate sort of snippets across all my code editors. For anyone that hasn’t used Textmate it’s probably the best text editor available even though it’s getting a bit dated. It’s snippet/commands system is insane. I’ve longed for a similar feature in other IDE’s so I can [...]

 

NSTask + Shell Scripts with shebangs!

On August 28, 2010, in Mac OS X, Objective-C 2.0, by robertjpayne

I’ve used a text editor called Textmate for years and one of it’s coolest features is that you can create commands that are essentially shell scripts and use a shebang ( #!/usr/bin/python ) to tell the operating system what interpreter to run the script as. The main advantage of this is that a user can [...]