TextMate Screencast
Share:

Listens: 15

About

Small movies showing various TextMate features.

Working With Comments

This screencast has five tips on working with comments, including toggling comments on/off, commenting a subset of a line, inserting comment blocks an...
Show notes

Working With Comments

This screencast has five tips on working with comments, including toggling comments on/off, commenting a subset of a line, inserting comment blocks an...
Show notes

Creating Snippets With Code

In this screencast Dr Nic shows how a simple class snippet can be made smart and use embedded ruby code to derive the class name from the current file...
Show notes

Dialog Part 2

Shows how to have values (such as selected items from a list) returned and how to work with updating on-screen dialogs from your script. This is a con...
Show notes

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...
Show notes

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 com...
Show notes

AppleScript Bundle Part 1

Jacob Rus demonstrates the basics of the AppleScript bundle, including running scripts from within TextMate, adding basic user-interactive dialogs, an...
Show notes

Using tm_dialog Part 1

The new system in TextMate for presenting dialogs allows you to create a custom interface in Interface Builder and then ask TextMate to present it as ...
Show notes

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 f...
Show notes