drnic / rubycocoa-tmbundle
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
239fb2f
commit 239fb2fac14551891b14bf701ced84bf4803e060
tree 12e951c484854ff2455b3633ba6a254ad1474d1b
parent 597b32dae30e50af329c7d1487d4d74f73e36bbc
tree 12e951c484854ff2455b3633ba6a254ad1474d1b
parent 597b32dae30e50af329c7d1487d4d74f73e36bbc
| name | age | message | |
|---|---|---|---|
| |
Commands/ | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
Snippets/ | ||
| |
Support/ | ||
| |
Syntaxes/ | ||
| |
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

