Skip to content

Instantly share code, notes, and snippets.

@mwilliams
Created June 22, 2009 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwilliams/133958 to your computer and use it in GitHub Desktop.
Save mwilliams/133958 to your computer and use it in GitHub Desktop.
[2009-06-21: REVISION 1505]
[INFO] Snow Leopard users see: http://ticket.macromates.com/show?ticket_id=0FDE7076 for command-left/right workaround.
[FIXED] TextMate.app_path (ruby API) should now work on Tiger, same with Dialog 2.
[FIXED] Change some code to avoid deprecation warnings in Console.
[CHANGED] It is now possible to toggle file type (binary/text) for files without extension (the setting applies to files of same name).
[FIXED] No more modal requesters in applicationDidFinishLaunching: - ticket AD00D29F.
[CHANGED] Line heights are obtained via NSFont instead of ATSUI. There are now the following (hidden/expert) preferences to control font metrics: OakLineHeightDelta and OakBaselineDelta.
[CHANGED] Edit → Spelling → Spelling… has been changed to a Show/Hide Spelling and Grammar action - ticket E4479BEC.
[FIXED] Version checks should now work on Snow Leopard.
[CHANGED] Ruby bundle: Comments are no longer accepted for identifying the embedded language in Ruby heredocs.  Add the language type to the end of your heredoc token instead.  For example:  <<-SHELL, <<-FIND_USER_SQL, <<-FOOTER_HTML. (James Edward Gray II)
[FIXED] Support/lib/tm/executor.rb: Fix the previously broken mechanism for killing the child process in Executor.  With the HTML output window active, you can kill the currently running program with ⌃C.  As usual, this works in *any* Executor-based command. (Alex Ross)
[NEW] PHP bundle: Snippets can now be configured to use short tags, see the bundle help for details. (Ciarán Walsh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment