Cappuccino.tmbundle
Cappuccino.tmbundle copied to clipboard
Textmate Bundle for Cappuccino / Objective-J
TextMate bundle for Cappuccino development
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'
Features
- 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
(mf) Resize Full Width/Height
(mc) Fixed Center
(mtl) Fixed Top Left
(mtr) Fixed Top Right
(mbr) Fixed Bottom Right
(mbl) Fixed Bottom Left
(mhl) Resize Height Fixed Left
(mhr) Resize Height Fixed Right
(mwt) Resize Width Fixed Top
(mwb) Resize Width Fixed Bottom
- Utilities
- (rect) CGRectGetWidth
- (rect) CGRectGetHeight
- (rect) CGRectMakeZero
- (rect) CGRectMake
- (color) common CPColor methods
- Core
- Language/Syntax
- Documentation for Word Command from rsim