public
Description: TextMate bundle for Objective-C and iPhone SDK
Homepage:
Clone URL: git://github.com/drnic/objective-c-iphone-tmbundle.git
name age message
directory Commands/ Sat Aug 30 21:45:44 -0700 2008 Protocol command now lets you select from a menu [Dr Nic Williams]
file README.markdown Sun Aug 31 04:38:09 -0700 2008 include install overview [Dr Nic Williams]
file Rakefile Sun Aug 31 04:05:43 -0700 2008 method descriptions are included in rendered sn... [Dr Nic Williams]
directory Snippets/ Sat Jun 21 04:59:21 -0700 2008 added 2 more delegate methods for select index ... [Dr Nic Williams]
directory Support/ Sun Aug 31 04:05:43 -0700 2008 method descriptions are included in rendered sn... [Dr Nic Williams]
directory Syntaxes/ Sat Aug 30 20:32:44 -0700 2008 added grammar for source.objc.iphone + Cmd for ... [Dr Nic Williams]
file info.plist Sat Jun 21 03:19:07 -0700 2008 UITableView delegate methods (del) [Dr Nic Williams]
README.markdown

TextMate bundle for Objective-C (iPhone)

There already exists a huge bundle for Objective-C and another for developing outside of Xcode. But the Objective-C bundle is also the Cocoa bundle. With the iPhone SDK, it has a different suite of classes, protocols etc.

Ultimately this bundle will provide access to the iPhone SDK classes and protocols. Its in its infancy, and since the NDA hasn't been lifted you shouldn't be reading this I guess.

Features

  • Protocol method stubs - never need remember what methods are required for your class to be a delegate of UITableView again, just select UITableViewDelegate and it spews out all the required and optional methods as ready-to-use stubs. (⌃⌥⌘P)

Installation

To install via Git:

    cd ~/"Library/Application Support/TextMate/Bundles/"
    git clone git://github.com/drnic/objective-c-iphone-tmbundle.git "Objective-C iPhone.tmbundle"
    osascript -e 'tell app "TextMate" to reload bundles'

Source can be viewed or forked via GitHub: http://github.com/drnic/objective-c-iphone-tmbundle/tree/master