Skip to content

malkomalko/Cappuccino.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Language/Syntax
  • Documentation for Word Command from rsim

About

Textmate Bundle for Cappuccino / Objective-J

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages