Politics, Programming and Possibilities
18 Feb
Added a small feature to the TM backtracer: it will now only load on Mac machines, helping prevent clutter for group projects where there are some Mac/TextMate developers and some non-Mac developers.
If anyone has a good way of detecting if TextMate is being used on the Mac as well, let me know.
4 Responses for "TextMate Backtracer 1.1"
Why don’t you just check for the ‘mate’ unix command?
`which mate` ought to do it.
Nice work - I love the backtracer! I had already added a line to make backtracer only load in development environment, so the OS detecter is a nice touch too.
Seriously, though, if you’re deving on a Mac, and you’re not using Textmate? Something is wrong. There is so much to love and so little to hate (for example the undo functionality. 1 char at a time?)
[...] My initial reaction to his idea was, “That’d be cool, but forget it right now. Maybe in the 2.0 release .” Way too much work for a bundle, it seemed. But then another approach bubbled up from a conversation between me and Pete Lasko. Why not add footnootes to each page that link you to the appropriate action or view? Why not indeed. This is very similar to the calling and purpose of the textmate_backtracer plugin—but instead of showing links to just error pages, show links to each and every page while in development mode on the Mac. From thence was born the textmate_footnotes plugin, now included in syncPEOPLE on Rails 0.9. [...]
Leave a reply