Navigation Menu

Skip to content

Commit

Permalink
• remove mention of tab trigger from the name
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Processing.tmbundle@3648 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
sorbits committed Jun 14, 2006
1 parent e509894 commit 2a8e26a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Snippets/draw (se).plist
Expand Up @@ -7,7 +7,7 @@
$1
}</string>
<key>name</key>
<string>draw (se)</string>
<string>draw</string>
<key>scope</key>
<string>source.processing</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/float (float).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>float $1 = $2;</string>
<key>name</key>
<string>float (float)</string>
<string>float</string>
<key>scope</key>
<string>source.processing</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/int (int).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>int $1 = $2;</string>
<key>name</key>
<string>int (int)</string>
<string>int</string>
<key>scope</key>
<string>source.processing</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/opengl (gl).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>import processing.opengl.*;</string>
<key>name</key>
<string>opengl (gl)</string>
<string>opengl</string>
<key>scope</key>
<string>source.processing</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/setup (se).plist
Expand Up @@ -7,7 +7,7 @@
$1
}</string>
<key>name</key>
<string>setup (se)</string>
<string>setup</string>
<key>scope</key>
<string>source.processing</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/size (size).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>size($1, $2, ${3:P3D});</string>
<key>name</key>
<string>size (size)</string>
<string>size</string>
<key>scope</key>
<string>source.processing</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/string (str).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>string $1 = $2;</string>
<key>name</key>
<string>string (str)</string>
<string>string</string>
<key>scope</key>
<string>source.processing</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/void method (void).plist
Expand Up @@ -7,7 +7,7 @@
$4
}</string>
<key>name</key>
<string>void method (void)</string>
<string>void method</string>
<key>scope</key>
<string>source.processing</string>
<key>tabTrigger</key>
Expand Down

0 comments on commit 2a8e26a

Please sign in to comment.