Posts RSS Comments RSS 32 Posts and 1,019 Comments till now

SVN Plug-in for TextMate

Here’s a plug-in for TextMate which indicates the Subversion status of files in your project drawer.

Download it here. Simply extract and double click the SVNMate.tmplugin to install it into TextMate (you’ll need to restart TextMate for it to load).

Update: There is a problem with this plug-in right now and I forgot to remove the download link, apologies to anyone who’s been trying to get it work. In short, the problem is that it requires the Subversion libraries, but they can’t always be found. I’m trying to get them linked statically with the plug-in instead (so that the libraries are included). I’ll post an update or an alternate fix soon.

Update: After much blood, sweat and tears I’ve finally got a statically linked Universal build. I hope :) The download link above is back up, and is the new version. If you experience any problems with the new build (or if you don’t!), drop me a comment below.

Glyph input manager

Well I finally got around to doing some fixes to my input manager for glyphs today and I thought this would be a good enough reason to finally start a blog, so here it is.

This input manager makes it easy to quickly insert glyphs for any keystroke.

Installation

  • You can get the input manager here.
  • Extract the zip and move the GlyphInputInputManager folder to ~/Library/InputManagers
  • Move the DefaultKeyBinding.dict inside the folder to ~/Library/KeyBindings (Note: if you already have a DefaultKeyBinding.dict then you will need to merge the contents of the two instead).
  • You will need to restart any apps before they will load the input manager
  • Once installed simply press the activation key (§ by default) and then press the keystroke you want to enter into the current textview

This update improves glyph selection and disables global hotkeys (such as QuickSilver and ⌘⇥).

Note: be sure to follow these instructions if you are on Leopard.

« Previous Page

Fork me on GitHub