~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<Addin id          = "CSharpBinding"
       namespace   = "MonoDevelop"
       name        = "CSharp Language Binding"
       author      = "Todd Berman"
       copyright   = "MIT X11"
       url         = "http://www.monodevelop.com/"
       description = "CSharp Language Binding"
       category    = "Language bindings"
       version     = "4.0.5">
	
	<Dependencies>
		<Addin id="Core" version="4.0.5"/>
		<Addin id="Ide" version="4.0.5"/>
		<Addin id="SourceEditor2" version="4.0.5"/>
		<Addin id="Refactoring" version="4.0.5"/>
	</Dependencies>

	<ConditionType id="MSBuildTargetIsAvailable" type="MonoDevelop.Projects.Formats.MSBuild.TargetsAvailableCondition" />

	<Extension path = "/MonoDevelop/Ide/Commands">
		<Command id = "MonoDevelop.CodeGeneration.CodeGenerationCommands.ShowCodeGenerationWindow"
				_label = "S_how Code Generation Window"
				shortcut = "Alt|Insert" />
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/MSBuildItemTypes">
		<DotNetProject
			language="C#"
			extension="csproj"
			guid="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
			import="$(MSBuildBinPath)\Microsoft.CSharp.targets"
			resourceHandler="MonoDevelop.CSharp.Project.CSharpResourceIdBuilder"
			/>
		<Condition id="MSBuildTargetIsAvailable" target="$(MSBuildExtensionsPath)\Microsoft\Portable\v4.0\Microsoft.Portable.CSharp.targets">
			<DotNetProjectSubtype
				guid="{786C830F-07A1-408B-BD7F-6EE04809D6DB}"
				type="MonoDevelop.Projects.PortableDotNetProject"
				useXBuild="true">
				<AddImport language="C#" projects="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
				<RemoveImport language="C#" projects="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
			</DotNetProjectSubtype>
		</Condition>
	</Extension>

	<Extension path = "/MonoDevelop/Ide/FileTemplates">
		<FileTemplate id = "CSharpEmptyFile" resource = "EmptyCSharpFile.xft.xml"/>
		<FileTemplate id = "CSharpAssemblyInfo" resource = "AssemblyInfo.xft.xml"/>
	</Extension>

	<Extension path = "/MonoDevelop/Ide/ProjectTemplates">
		<ProjectTemplate id = "CSharpConsoleProject" resource = "ConsoleProject.xpt.xml"/>
		<ProjectTemplate id = "CSharpEmptyProject" resource = "EmptyProject.xpt.xml"/>
		<ProjectTemplate id = "CSharpGtkSharp2Project" resource = "GtkSharp2Project.xpt.xml"/>
		<ProjectTemplate id = "CSharpLibrary" resource = "Library.xpt.xml"/>
		<Condition id="MSBuildTargetIsAvailable" target="$(MSBuildExtensionsPath)\Microsoft\Portable\v4.0\Microsoft.Portable.CSharp.targets">
			<ProjectTemplate id = "CSharpPortableLibrary" resource = "PortableLibrary.xpt.xml" />
		</Condition>
	</Extension>

	<Extension path = "/MonoDevelop/Ide/FileFilters">
		<FileFilter id = "CSharp"
		            insertbefore = "Assemblies"
		            _label = "C# Files"
		            extensions = "*.cs"/>
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/Gui/ItemOptionPanels/Build/General">
		<Condition id="ActiveLanguage" value="C#">
			<Panel id = "CSharpCompilerOptionsPanel"
			             _label = "C#"
			             class = "MonoDevelop.CSharp.Project.CompilerOptionsPanel"/>
		</Condition>
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/Gui/ItemOptionPanels/Build/Compiler">
		<Condition id="ActiveLanguage" value="C#">
			<Panel id = "CSharpCodeGenerationPanel"
			             _label = "Compiler"
			             class = "MonoDevelop.CSharp.Project.CodeGenerationPanel"/>
		</Condition>
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/LanguageBindings">
		<LanguageBinding id    = "CSharp"
		                 supportedextensions = ".cs"
		                 class = "MonoDevelop.CSharp.CSharpLanguageBinding" />
	</Extension>

	<Extension path = "/MonoDevelop/Ide/ReferenceFinder">
		<ReferenceFinder supportedmimetypes = "text/x-csharp"
		                 class = "MonoDevelop.CSharp.Refactoring.CSharpReferenceFinder" />
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/SerializableClasses">
		<DataType class = "MonoDevelop.CSharp.Project.CSharpCompilerParameters" />
		<DataType class = "MonoDevelop.CSharp.Project.CSharpProjectParameters" />
	</Extension>

	<Extension path = "/MonoDevelop/Ide/TextEditorExtensions">
		<!-- indent engine must be before the completion text editor engine,
		otherwise stuff like

		int Foo {
		         get;private set';'

		will end up as

		int Foo {
		         get;
		         privaet;

		-->
		<Class fileExtensions = ".cs" class = "MonoDevelop.CSharp.Formatting.CSharpTextEditorIndentation" />
		<Class fileExtensions = ".cs" class = "MonoDevelop.CSharp.Completion.CSharpCompletionTextEditorExtension" />
		<Class fileExtensions = ".cs" class = "MonoDevelop.CSharp.Highlighting.HighlightUsagesExtension" />
		<Class fileExtensions = ".cs" class = "MonoDevelop.CSharp.PathedDocumentTextEditorExtension" />
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/MD1SerializationMaps">
		<SerializationMap resource="md1format.xml" />
	</Extension>

	<Extension path = "/MonoDevelop/Core/StockIcons">
		<StockIcon stockid = "md-csharp-file" resource = "C#.FileIcon" size="Menu" />
		<StockIcon stockid = "md-csharp-project" resource = "csharp-project-16.png" size="Menu"/>
	</Extension>

	<Extension path = "/MonoDevelop/Core/MimeTypes">
		<MimeType id="text/x-csharp" _description="C# source code" icon="md-csharp-file" isText="true">
			<File pattern="*.cs" />
		</MimeType>
	</Extension>

	<Extension path = "/MonoDevelop/Ide/CodeFormatters">
		<Formatter mimeType="text/x-csharp" class="MonoDevelop.CSharp.Formatting.CSharpFormatter" />
	</Extension>

	<Extension path = "/MonoDevelop/TypeSystem/Ambiences">
		<Ambience mimeType="text/x-csharp" class = "MonoDevelop.CSharp.CSharpAmbience" />
	</Extension>

	<Extension path = "/MonoDevelop/TypeSystem/Parser">
		<Parser class="MonoDevelop.CSharp.Parser.TypeSystemParser" mimeType = "text/x-csharp" />
	</Extension>

	<Extension path = "/MonoDevelop/TypeSystem/FoldingParser">
		<Parser class = "MonoDevelop.CSharp.Parser.CSharpFoldingParser" mimeType="text/x-csharp" />
	</Extension>

	<Extension path = "/MonoDevelop/TypeSystem/CodeGenerators">
		<Generator class="MonoDevelop.CSharp.Refactoring.CSharpCodeGenerator" mimeType = "text/x-csharp" />
	</Extension>
	
	<Extension path = "/MonoDevelop/ProjectModel/PolicySets/Mono" >
		<Policies resource="MonoCSharpPolicy.xml" />
		<Policies resource="MonoNameConventionPolicy.xml" />
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/PolicySets" >
		<PolicySet id="KR" _name="K&amp;R style" allowDiffSerialize="false">
			<Policies resource="KRCSharpPolicy.xml" />
			<Policies resource="InvariantTextStylePolicy.xml" />
		</PolicySet>
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/PolicySets" >
		<PolicySet id="1TBS" _name="SharpDevelop style (1TBS)" allowDiffSerialize="false">
			<Policies resource="SharpDevelopCSharpPolicy.xml" />
			<Policies resource="InvariantTextStylePolicy.xml" />
		</PolicySet>
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/PolicySets/VisualStudio" >
		<Policies resource="AllmanCSharpPolicy.xml" />
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/PolicySets" >
		<PolicySet id="Whitesmiths" _name="Whitesmiths style" allowDiffSerialize="false">
			<Policies resource="WhitesmithsCSharpPolicy.xml" />
			<Policies resource="InvariantTextStylePolicy.xml" />
		</PolicySet>
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/PolicySets" >
		<PolicySet id="GNU" _name="GNU style" allowDiffSerialize="false">
			<Policies resource="GNUCSharpPolicy.xml" />
			<Policies resource="GNUTextStylePolicy.xml" />
		</PolicySet>
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/Gui/MimeTypePolicyPanels">
		<Panel id = "CSharpFormatting" _label = "C# Format" mimeType="text/x-csharp" class = "MonoDevelop.CSharp.Formatting.CSharpFormattingPolicyPanel" />
	</Extension>

	<Extension path = "/MonoDevelop/Refactoring/CodeActions">
		<Action mimeType="text/x-csharp"
			_title = "Move type to another file"
			_description = "Moves current type to another file that matches the name of the type."
			class = "MonoDevelop.CSharp.Refactoring.CodeActions.MoveTypeToFile" />
	</Extension>

	<Extension path = "/MonoDevelop/Ide/TextEditorResolver">
		<Resolver class = "MonoDevelop.CSharp.Resolver.TextEditorResolverProvider" mimeType="text/x-csharp" />
	</Extension>

	<Extension path = "/MonoDevelop/Ide/Commands/TextEditor">
		<Command id = "MonoDevelop.CSharp.Highlighting.MoveToUsagesCommand.PrevUsage"
		         defaultHandler = "MonoDevelop.CSharp.Highlighting.MoveToPrevUsageHandler"
		         shortcut = "Ctrl|Shift|Up"
		         macShortcut = "Meta|Shift|Up"
		         _label = "_Move to prev usage"/>
		<Command id = "MonoDevelop.CSharp.Highlighting.MoveToUsagesCommand.NextUsage"
		         defaultHandler = "MonoDevelop.CSharp.Highlighting.MoveToNextUsageHandler"
		         shortcut = "Ctrl|Shift|Down"
		         macShortcut = "Meta|Shift|Down"
		         _label = "_Move to next usage"/>

		<Command id = "MonoDevelop.CSharp.ExpandCommands.ExpandSelection"
		         defaultHandler = "MonoDevelop.CSharp.ExpandSelectionHandler"
		         shortcut = "Alt|Shift|Up"
		         macShortcut = "Alt|Shift|Up"
		         _label = "_Expand selection"/>

		<Command id = "MonoDevelop.CSharp.ExpandCommands.ShrinkSelection"
		         defaultHandler = "MonoDevelop.CSharp.ShrinkSelectionHandler"
		         shortcut = "Alt|Shift|Down"
		         macShortcut = "Alt|Shift|Down"
		         _label = "_Shrink selection"/>
	</Extension>

	<Extension path = "/MonoDevelop/Refactoring/CodeGenerators">
		<Class class = "MonoDevelop.CodeGeneration.CreateConstructorGenerator" />
		<Class class = "MonoDevelop.CodeGeneration.ReadonlyPropertyGenerator" />
		<Class class = "MonoDevelop.CodeGeneration.PropertyGenerator" />
		<Class class = "MonoDevelop.CodeGeneration.ImplementInterfaceMembersGenerator" />
		<Class class = "MonoDevelop.CodeGeneration.OverrideMembersGenerator" />
		<Class class = "MonoDevelop.CodeGeneration.ToStringGenerator" />
		<Class class = "MonoDevelop.CodeGeneration.RaiseEventMethodGenerator" />
		<Class class = "MonoDevelop.CodeGeneration.EqualityMembersGenerator" />
		<Class class = "MonoDevelop.CodeGeneration.WriteLineGenerator" />
	</Extension>

	<Extension path = "/MonoDevelop/Refactoring/CodeActionSource">
		<Source class ="MonoDevelop.CSharp.Refactoring.CodeActions.NRefactoryCodeActionSource"/>
	</Extension>

	<Extension path = "/MonoDevelop/Refactoring/CodeIssueSource">
		<Source class ="MonoDevelop.CSharp.Refactoring.CodeIssues.NRefactoryCodeIssueSource"/>
	</Extension>

	<Extension path = "/MonoDevelop/ProjectModel/Gui/DefaultPolicyPanels/SourceCode">
		<Section id="NameConventions" _label="Name Conventions" fill = "true" class="MonoDevelop.CSharp.Refactoring.CodeIssues.NameConventionPanel" />
	</Extension>
	<Extension path = "/MonoDevelop/ProjectModel/Gui/ItemOptionPanels/SourceCode">
		<Section id="NameConventions" _label="Name Conventions" fill = "true" class="MonoDevelop.CSharp.Refactoring.CodeIssues.NameConventionPanel" />
	</Extension>
	<Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/SourceCode">
		<Section id="NameConventions" _label="Name Conventions" fill = "true" class="MonoDevelop.CSharp.Refactoring.CodeIssues.NameConventionPanel" />
	</Extension>

	<Extension path = "/MonoDevelop/SourceEditor2/TooltipProviders">
		<Class id="LanguageItem" class="MonoDevelop.SourceEditor.LanguageItemTooltipProvider" />
	</Extension>

	<Module>
	    <Runtime>
	        <Import assembly="MonoDevelop.CSharpBinding.Autotools.dll"/>
	    </Runtime>
		<Dependencies>
			<Addin id="Autotools" version="4.0.5"/>
		</Dependencies>
		<Extension path = "/MonoDevelop/Autotools/SimpleSetups">
			<Class class="CSharpBinding.Autotools.CSharpAutotoolsSetup" />
		</Extension>
	</Module>

	<Module>
		<Runtime>
			<Import assembly="MonoDevelop.CSharpBinding.AspNet.dll"/>
		</Runtime>
		<Dependencies>
			<Addin id="AspNet" version="4.0.5"/>
		</Dependencies>
		<Extension path = "/MonoDevelop/Asp/CompletionBuilders">
			<Class class = "MonoDevelop.CSharp.Completion.AspLanguageBuilder" />
		</Extension>
		<Extension path = "/MonoDevelop/Ide/ReferenceFinder">
			<ReferenceFinder supportedmimetypes = "application/x-aspx,application/x-ascx,application/x-asax,application/x-ashx,application/x-asmx,application/x-asix"
			                 class = "MonoDevelop.CSharp.Refactoring.ASPNetReferenceFinder" />
		</Extension>
	</Module>
</Addin>