Skip to content

Instantly share code, notes, and snippets.

@johnreilly
Created December 2, 2008 17:37
Show Gist options
  • Save johnreilly/31188 to your computer and use it in GitHub Desktop.
Save johnreilly/31188 to your computer and use it in GitHub Desktop.
[2008-11-27: REVISION 1496]
[CHANGED] Makefile bundle: The “Make” bundle's run command is now far more general: No longer scope targeted to makefiles, so it can be invoked from any context. The key equivalent is moved to ⌘B. Set make flags with the environment variable TM_MAKE_FLAGS. Set the target with TM_MAKE_TARGET. If TM_MAKE_TARGET is unset, the default target is made. (Alex Ross)
[NEW] The "$DIALOG" command now allows showing tooltips, filter-as-you-type popup menus, and more. Documentation will follow shortly.
[NEW] Applescript, C/C++, Groovy, IO, Java, Perl, Python, Ruby, Scheme, and ShellScript: New “Run” commands (⌘R) using Executor (lib). This amongst others allow the program to read from stdin and TextMate will show an input requester plus the program (document) does not need to be saved on disk to be runnable (Luke Daley and Alex Ross).
[CHANGED] The bundle item disambiguation menu now require the command key to be used with the number shortcuts assigned to the 10 first items.
[FIXED] Crash when dragging empty line, ticket 1BA26429.
[NEW] On launch, TextMate reclaims the txmt URL scheme. If you do not want that, set DisableURLScheme to 1 via defaults.
[NEW] When setting TM_SUPPORT_PATH TextMate will also look in Pristine Copy.
[INFO] Bundles repository has moved to http://svn.textmate.org/trunk/ -- see <http://lists.macromates.com/textmate/2008-October/027271.html> for how to relocate existing checkout.
[NEW] Themes: New style “Night” for html output commands. It's not purple or black! (Alex Ross)
[FIXED] Changed default Spaces behavior for a few more windows (Preferences, Bundle Editor, Web Preview, and Filter Through Command) and filed <rdar://6394883> (http://pastie.textmate.org/321283).
[FIXED] The clipboard history window now ask for “move to active space” collection behavior. Ticket 6EF41179.
[FIXED] The Go to Line panel now ask for “move to active space” collection behavior. Ticket D20FAD8B.
[FIXED] Setting variables in Preferences → Advanced would not always work (when that variable was already set in the environment inherited by TextMate).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment