This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 9b9eab9bb2577ca860be00791052a5ae3011a186
tree cb3d5d151ad7cfe74a86ed64206e2be8b293633c
parent 239fb2fac14551891b14bf701ced84bf4803e060
tree cb3d5d151ad7cfe74a86ed64206e2be8b293633c
parent 239fb2fac14551891b14bf701ced84bf4803e060
| name | age | message | |
|---|---|---|---|
| |
Commands/ | ||
| |
README.markdown | ||
| |
Rakefile | Sat Jun 07 06:48:36 -0700 2008 | |
| |
RubyCocoa.tmbundle | Wed Aug 13 03:30:22 -0700 2008 | |
| |
Snippets/ | Sun Jun 15 22:40:00 -0700 2008 | |
| |
Support/ | ||
| |
Syntaxes/ | Sat Jun 07 05:36:45 -0700 2008 | |
| |
info.plist |
README.markdown
RubyCocoa TextMate bundle
Installation
To install via Git:
cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/drnic/rubycocoa-tmbundle.git "RubyCocoa.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
Source can be viewed or forked via GitHub: http://github.com/drnic/rubycocoa-tmbundle/tree/master
Features
- Cannot remember whether to use NSRange.new or NSRange.init.alloc? Let the bundle help. Type "NSRange." and press tab and it will attempt to guess for you.
- 'clan' expands into a class definition for the current file name, as an
OSX::NSObjectsubclass (the tab completion comes from: class NSObject)
Maintainer
Dr Nic Williams, drnicwilliams@gmail.com, http://drnicwilliams.com








