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/Eiffel.tmbundle@3648 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
sorbits committed Jun 14, 2006
1 parent 0e8117c commit 6c420bc
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Snippets/assignment (in).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>${1:writable} := ${2:expression}</string>
<key>name</key>
<string>assignment (in)</string>
<string>assignment</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/assignment attempt (in).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>${1:writable} ?= ${2:expression}</string>
<key>name</key>
<string>assignment attempt (in)</string>
<string>assignment attempt</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/check (in).plist
Expand Up @@ -7,7 +7,7 @@
${1:assertion}
end</string>
<key>name</key>
<string>check (in)</string>
<string>check</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/class (cl).plist
Expand Up @@ -18,7 +18,7 @@ invariant
end -- ${1/(.*)/\U$0\E/}
</string>
<key>name</key>
<string>class (cl)</string>
<string>class</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/constant (cn).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>${1:constant}: ${2:TYPE} is ${3:value}</string>
<key>name</key>
<string>constant (fd)</string>
<string>constant</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/create (in).plist
Expand Up @@ -6,7 +6,7 @@
<string>create${1: {${2:TYPE}\}} ${3:writable}.${4:make}
</string>
<key>name</key>
<string>create (in)</string>
<string>create</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/debug (de).plist
Expand Up @@ -7,7 +7,7 @@
${3:instruction}
end</string>
<key>name</key>
<string>debug (in)</string>
<string>debug</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/deferred class (cl).plist
Expand Up @@ -16,7 +16,7 @@ invariant
end -- ${1/(.*)/\U$0\E/}
</string>
<key>name</key>
<string>deferred class (cl)</string>
<string>deferred class</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/deferred routine (fd).plist
Expand Up @@ -11,7 +11,7 @@
${10:assertion}}
end -- $1</string>
<key>name</key>
<string>deferred routine (fd)</string>
<string>deferred routine</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/elseif (ef).plist
Expand Up @@ -7,7 +7,7 @@
${2:instruction}
</string>
<key>name</key>
<string>elseif (in)</string>
<string>elseif</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/expanded class (cl).plist
Expand Up @@ -18,7 +18,7 @@ invariant
end -- ${1/(.*)/\U$0\E/}
</string>
<key>name</key>
<string>expanded class (cl)</string>
<string>expanded class</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/external routine (fd).plist
Expand Up @@ -14,7 +14,7 @@
${13:assertion}}
end -- $1</string>
<key>name</key>
<string>external routine (fd)</string>
<string>external routine</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/function (fn).plist
Expand Up @@ -16,7 +16,7 @@
${16:instruction}}
end -- $1</string>
<key>name</key>
<string>routine (fd)</string>
<string>routine</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/if.plist
Expand Up @@ -11,7 +11,7 @@ else
${6:instruction}}
end</string>
<key>name</key>
<string>if (in)</string>
<string>if</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/indexing (ix).plist
Expand Up @@ -14,7 +14,7 @@
Keywords: ${4:keywords}
</string>
<key>name</key>
<string>indexing (ix)</string>
<string>indexing</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/inspect (in).plist
Expand Up @@ -11,7 +11,7 @@ else
${5:instruction}}
end</string>
<key>name</key>
<string>inspect (in)</string>
<string>inspect</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/loop (lo).plist
Expand Up @@ -16,7 +16,7 @@ loop
end
</string>
<key>name</key>
<string>loop (in)</string>
<string>loop</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/once routine (fd).plist
Expand Up @@ -16,7 +16,7 @@
${16:instruction}}
end -- $1</string>
<key>name</key>
<string>once routine (fd)</string>
<string>once routine</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/retry (in).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>retry</string>
<key>name</key>
<string>retry (in)</string>
<string>retry</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/unique (uq).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>${1:constant}: ${2:TYPE} is unique</string>
<key>name</key>
<string>unique (fd)</string>
<string>unique</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/variable (fd).plist
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>${1:constant}: ${2:TYPE}</string>
<key>name</key>
<string>variable (fd)</string>
<string>variable</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/when (wh).plist
Expand Up @@ -6,7 +6,7 @@
<string>when ${1:choice} then
${2:instruction}</string>
<key>name</key>
<string>when (in)</string>
<string>when</string>
<key>scope</key>
<string>source.eiffel</string>
<key>tabTrigger</key>
Expand Down

0 comments on commit 6c420bc

Please sign in to comment.