drnic / rubycocoa-tmbundle

TextMate bundle for RubyCocoa

This URL has Read+Write access

drnic (author)
Sun Jun 15 22:46:06 -0700 2008
commit  239fb2fac14551891b14bf701ced84bf4803e060
tree    12e951c484854ff2455b3633ba6a254ad1474d1b
parent  597b32dae30e50af329c7d1487d4d74f73e36bbc
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::NSObject subclass (the tab completion comes from: class NSObject)

Maintainer

Dr Nic Williams, drnicwilliams@gmail.com, http://drnicwilliams.com