taking care of some details

This commit is contained in:
capitaomorte
2009-07-22 16:25:12 +00:00
parent 8a48811cec
commit 111aa25382
13 changed files with 400 additions and 1368 deletions

View File

@@ -1,3 +1,3 @@
#name : (user's email)
# --
`user-mail-address`
`(replace-regexp-in-string "@" "@NOSPAM." user-mail-address)`

View File

@@ -1,4 +0,0 @@
#name : foo { ... } ; setFoo { ... }
# --
I say ${1:hello} and so ${2: goodbye $1}
She also says $2

View File

@@ -1,14 +0,0 @@
#name : foo { ... } ; setFoo { ... }
# --
- ${1:id} ${2:foo and its ${3:nested} shit}
{
return $2;
// dont forget we have $3
}
- (void)set${2:$(capitalize text)}:($1)aValue
{
[$2 autorelease];
$2 = [aValue retain];
}
$0

View File

@@ -0,0 +1,5 @@
# name : ${ ... } field
# contributor : joaotavora
# key : $f
# --
\${${1:${2:n}:}$3${4:\$(${5:lisp-fn})}\}$0

View File

@@ -0,0 +1,6 @@
# name : ${n:$(...)} mirror
# key : $m
# contributor : joaotavora
# --
\${${2:n}:${4:\$(${5:reflection-fn})}\}$0

View File

@@ -0,0 +1,9 @@
# name : Snippet header
# contributor : joaotavora
# --
# name : $1${2:
# key : ${3:expand-key}}${4:
# key : ${5:group}}
# contributor : $6
# --
$0