To install with Git:
First make sure to remove any old Objective-J bundles then:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/malkomalko/Cappuccino.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'
- Snippets for:
- Core
- Snippets for generating classes/categories/importing/accessors/delegates/selectors
- Appkit (more on the way)
- (text) Label
- (text) TextField
- (text) Rounded TextField
- Foundation (soon)
- Resizing Masks
- Utilities
- (rect) CGRectGetWidth
- (rect) CGRectGetHeight
- (rect) CGRectMakeZero
- (rect) CGRectMake
- (color) common CPColor methods
- Core
- Language/Syntax
- Documentation for Word Command from rsim