Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
malkomalko committed Nov 10, 2009
0 parents commit 0bd2e69
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Snippets/CGRectGetHeight.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>(CGRectGetHeight([contentView bounds]) - ${1:100.0})</string>
<key>name</key>
<string>CGRectGetHeight</string>
<key>scope</key>
<string>source.objj</string>
<key>tabTrigger</key>
<string>gh</string>
<key>uuid</key>
<string>06743940-B13B-4D58-ADAB-7739DBC44BA8</string>
</dict>
</plist>
16 changes: 16 additions & 0 deletions Snippets/CGRectGetWidth.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>(CGRectGetWidth([contentView bounds]) - ${1:100.0})</string>
<key>name</key>
<string>CGRectGetWidth</string>
<key>scope</key>
<string>source.objj</string>
<key>tabTrigger</key>
<string>gw</string>
<key>uuid</key>
<string>4BF6588D-DAE5-436A-9869-F610DE4CD9BC</string>
</dict>
</plist>
15 changes: 15 additions & 0 deletions info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Cappuccino</string>
<key>ordering</key>
<array>
<string>4BF6588D-DAE5-436A-9869-F610DE4CD9BC</string>
<string>06743940-B13B-4D58-ADAB-7739DBC44BA8</string>
</array>
<key>uuid</key>
<string>DB312A5F-F277-4C72-A6F7-39C9FBF6CC75</string>
</dict>
</plist>

0 comments on commit 0bd2e69

Please sign in to comment.