these have apparently been wrong all this time

This commit is contained in:
Michael Becker 2019-10-27 01:09:21 -04:00
parent 25f9f3ef4f
commit c58b711991
9 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@
<ObjectModel TypeName="UniversalEditor.ObjectModels.SourceCode.CodeObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.Programming.AdaCodeDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.SourceCode.AdaCodeDataFormat" />
</DataFormats>
</Association>
</Associations>

View File

@ -13,7 +13,7 @@
<ObjectModel TypeName="UniversalEditor.ObjectModels.SourceCode.CodeObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.Programming.BooCodeDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.SourceCode.BooCodeDataFormat" />
</DataFormats>
</Association>
</Associations>

View File

@ -15,7 +15,7 @@
<ObjectModel TypeName="UniversalEditor.ObjectModels.SourceCode.CodeObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.Programming.COBOLCodeDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.SourceCode.COBOLCodeDataFormat" />
</DataFormats>
</Association>
</Associations>

View File

@ -13,7 +13,7 @@
<ObjectModel TypeName="UniversalEditor.ObjectModels.SourceCode.CodeObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.Programming.CSharpCodeDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.SourceCode.CSharpCodeDataFormat" />
</DataFormats>
</Association>
</Associations>

View File

@ -14,7 +14,7 @@
<ObjectModel TypeName="UniversalEditor.ObjectModels.SourceCode.CodeObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.Programming.FORTRANCodeDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.SourceCode.FORTRANCodeDataFormat" />
</DataFormats>
</Association>
</Associations>

View File

@ -13,7 +13,7 @@
<ObjectModel TypeName="UniversalEditor.ObjectModels.SourceCode.CodeObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.Programming.FSharpCodeDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.SourceCode.FSharpCodeDataFormat" />
</DataFormats>
</Association>
</Associations>

View File

@ -13,7 +13,7 @@
<ObjectModel TypeName="UniversalEditor.ObjectModels.SourceCode.CodeObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.Programming.GoCodeDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.SourceCode.GoCodeDataFormat" />
</DataFormats>
</Association>
</Associations>

View File

@ -18,7 +18,7 @@
<ObjectModel TypeName="UniversalEditor.ObjectModels.SourceCode.CodeObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.Programming.Java.JavaClassDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.SourceCode.Java.JavaClassDataFormat" />
</DataFormats>
</Association>
</Associations>

View File

@ -13,7 +13,7 @@
<ObjectModel TypeName="UniversalEditor.ObjectModels.SourceCode.CodeObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.Programming.VisualBasicNETCodeDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.SourceCode.VisualBasicNETCodeDataFormat" />
</DataFormats>
</Association>
</Associations>