All Projects → malkomalko → Cappuccino.tmbundle

malkomalko / Cappuccino.tmbundle

Licence: other
Textmate Bundle for Cappuccino / Objective-J

Programming Languages

Objective-J
44 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].