~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                        </Variable>
73
73
                        <Variable name="SystemAttribute" isEditable="false">
74
74
                                <Default>System.Attribute</Default>
75
 
                                <Function>GetSimpleTypeName("System.Attribute")</Function>
 
75
                                <Function>GetSimpleTypeName("System#Attribute")</Function>
76
76
                        </Variable>
77
77
                        <Variable name="SystemAttributeUsage" isEditable="false">
78
78
                                <Default>System.AttributeUsage</Default>
79
 
                                <Function>GetSimpleTypeName("System.AttributeUsage")</Function>
 
79
                                <Function>GetSimpleTypeName("System#AttributeUsage")</Function>
80
80
                        </Variable>
81
81
                        <Variable name="SystemAttributeTargets" isEditable="false">
82
82
                                <Default>System.AttributeTargets</Default>
83
 
                                <Function>GetSimpleTypeName("System.AttributeTargets")</Function>
 
83
                                <Function>GetSimpleTypeName("System#AttributeTargets")</Function>
84
84
                        </Variable>
85
85
                        <Variable name="SystemNotImplementedException" isEditable="false">
86
86
                                <Default>System.NotImplementedException</Default>
87
 
                                <Function>GetSimpleTypeName("System.NotImplementedException")</Function>
 
87
                                <Function>GetSimpleTypeName("System#NotImplementedException")</Function>
88
88
                        </Variable>
89
89
                </Variables>
90
90
                <Code><![CDATA[[$SystemAttributeUsage$ ($SystemAttributeTargets$.$target$, Inherited = $inherited$, AllowMultiple = $allowmultiple$)]
123
123
                                <_ToolTip>Class name</_ToolTip>
124
124
                                <Function>GetCurrentClassName()</Function>
125
125
                        </Variable>
 
126
                        <Variable name="modifier" isEditable="false">
 
127
                                <Function>GetConstructorModifier()</Function>
 
128
                        </Variable>
126
129
                </Variables>
127
 
                <Code><![CDATA[public $classname$ ()
 
130
                <Code><![CDATA[$modifier$$classname$ ()
128
131
{
129
132
        $end$
130
133
}]]></Code>
142
145
                <Variables>
143
146
                        <Variable name="SystemConsoleWriteLine" isEditable="false">
144
147
                                <Default>System.Console.WriteLine</Default>
145
 
                                <Function>GetSimpleTypeName("System.Console.WriteLine")</Function>
 
148
                                <Function>GetSimpleTypeName("System#Console.WriteLine")</Function>
146
149
                        </Variable>
147
150
                </Variables>
148
151
                <Code><![CDATA[$SystemConsoleWriteLine$ ($end$);]]></Code>
217
220
                        </Variable>
218
221
                        <Variable name="SystemException" isEditable="false">
219
222
                                <Default>System.Exception</Default>
220
 
                                <Function>GetSimpleTypeName("System.Exception")</Function>
 
223
                                <Function>GetSimpleTypeName("System#Exception")</Function>
221
224
                        </Variable>
222
225
                        <Variable name="SystemSerializable" isEditable="false">
223
226
                                <Default>System.Serializable</Default>
224
 
                                <Function>GetSimpleTypeName("System.Serializable")</Function>
 
227
                                <Function>GetSimpleTypeName("System#Serializable")</Function>
225
228
                        </Variable>
226
229
                        <Variable name="SystemRuntimeSerializationSerializationInfo" isEditable="false">
227
230
                                <Default>System.Runtime.Serialization.SerializationInfo</Default>
228
 
                                <Function>GetSimpleTypeName("System.Runtime.Serialization.SerializationInfo")</Function>
 
231
                                <Function>GetSimpleTypeName("System.Runtime.Serialization#SerializationInfo")</Function>
229
232
                        </Variable>
230
233
                        <Variable name="SystemRuntimeSerializationStreamingContext" isEditable="false">
231
234
                                <Default>System.Runtime.Serialization.StreamingContext</Default>
232
 
                                <Function>GetSimpleTypeName("System.Runtime.Serialization.StreamingContext")</Function>
 
235
                                <Function>GetSimpleTypeName("System.Runtime.Serialization#StreamingContext")</Function>
233
236
                        </Variable>
234
237
                </Variables>
235
238
                <Code><![CDATA[
291
294
                        </Variable>
292
295
                        <Variable name="SystemNotImplementedException" isEditable="false">
293
296
                                <Default>System.NotImplementedException</Default>
294
 
                                <Function>GetSimpleTypeName("System.NotImplementedException")</Function>
 
297
                                <Function>GetSimpleTypeName("System#NotImplementedException")</Function>
295
298
                        </Variable>
296
299
                </Variables>
297
300
                <Code><![CDATA[public $type$ this [$indextype$ index] {
370
373
                        </Variable>
371
374
                        <Variable name="SystemEventArgs" isEditable="false">
372
375
                                <Default>System.EventArgs</Default>
373
 
                                <Function>GetSimpleTypeName("System.EventArgs")</Function>
 
376
                                <Function>GetSimpleTypeName("System#EventArgs")</Function>
374
377
                        </Variable>
375
378
                        <Variable name="SystemSerializable" isEditable="false">
376
379
                                <Default>System.Serializable</Default>
377
 
                                <Function>GetSimpleTypeName("System.Serializable")</Function>
 
380
                                <Function>GetSimpleTypeName("System#Serializable")</Function>
378
381
                        </Variable>
379
382
                </Variables>
380
383
                <Code><![CDATA[[$SystemSerializable$]
403
406
                        </Variable>
404
407
                        <Variable name="SystemMin" isEditable="false">
405
408
                                <Default>System.Min</Default>
406
 
                                <Function>GetSimpleTypeName("System.Min")</Function>
 
409
                                <Function>GetSimpleTypeName("System#Min")</Function>
407
410
                        </Variable>
408
411
                </Variables>
409
412
                <Code><![CDATA[$var$ = $SystemMin$ ($var$, $end$);]]></Code>
425
428
                        </Variable>
426
429
                        <Variable name="SystemMax" isEditable="false">
427
430
                                <Default>System.Max</Default>
428
 
                                <Function>GetSimpleTypeName("System.Max")</Function>
 
431
                                <Function>GetSimpleTypeName("System#Max")</Function>
429
432
                        </Variable>
430
433
                </Variables>
431
434
                <Code><![CDATA[$var$ = $SystemMax$ ($var$, $end$);]]></Code>
876
879
                <Variables>
877
880
                        <Variable name="SystemException" isEditable="false">
878
881
                                <Default>System.Exception</Default>
879
 
                                <Function>GetSimpleTypeName("System.Exception")</Function>
 
882
                                <Function>GetSimpleTypeName("System#Exception")</Function>
880
883
                        </Variable>
881
884
                </Variables>
882
885
                <Code><![CDATA[try {