Videos tagged with Textmate
Content and filming by Dr. Nic Williams, voiceover by Geoffrey Grosenbach. Dr. Nic Williams has been hard at work on an updated TextMate bundle for Rails 2.0. This 66 minute screencast shows many of the new features of the Rails 2 TextMate bundle. It finishes by showing you how to write your own snippets and commands. Being able to use the built-in shortcuts and script your own snippets can mak...
Textmate: Filter Through Command
Short example of using TextMate’s Filter Through Command functionality. This tool allows you to send input from TextMate to shell commands and use the output produced by those commands as needed. Recorded and narrated by James Edward Gray II.
TextMate: AppleScript Bundle Part 2
Jacob Rus shows how to integrate TextMate’s AppleScript bundle with Script Editor, including installing the Edit in TextMate input manager, saving compiled script applications and droplets from Script Editor, and quickly opening applications’ scripting dictionaries.
TextMate: AppleScript Bundle Part 1
Jacob Rus demonstrates the basics of the AppleScript bundle, including running scripts from within TextMate, adding basic user-interactive dialogs, and looking up AppleScript documentation.
Screencast: Ross Harmes’s YUI Bundle for Textmate
Ross Harmes is a frontend engineer who works in the Yahoo! Small Business group. Ross recently released a YUI “bundle” for the Mac OS X code editor TextMate; the bundle provides syntax highlighting, code completion, and integrated documentation retrieval within TextMate. He stopped by the YUI team offices today to show us how it works, and he was kind enough to let us capture that information i...
LaTeX Files Editing With Textmate
Very nice screencast that shows just a couple of the basic ways of using TextMate for editing LaTeX files.
Objective-C Snippets in Textmate
It is an impressive display of what can be achieved with a bit of realtime transformations on text typed (in snippets) and context sensitive expansion. None of the stuff demonstrated is hardcoded, it is all achieved using the simple extension mechanisms of TextMate, and not even IDEs hardcoded for a given language show this level of grace! :) This shows a few nice features found in the C and Ob...
TextMate: Ruby Unit Tests and More
James Edward Gray shows how to apply unit tests to solving Ruby Quiz #84: Generating Pascal’s Triangle. In the process he also demonstrates a lot of features from the Ruby bundle and explains conventions and rationale behind them.