Allow enabling/disabling ObjectModels via XML configuration (not implemented)
This commit is contained in:
parent
82d085bb6f
commit
64fdcde7b7
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<UniversalEditor Version="4.0">
|
||||
<ObjectModels>
|
||||
<ObjectModel TypeName="UniversalEditor.ObjectModels.FileSystem.FileSystemObjectModel"
|
||||
Enabled="true" />
|
||||
</ObjectModels>
|
||||
</UniversalEditor>
|
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<UniversalEditor Version="4.0">
|
||||
<ObjectModels>
|
||||
<ObjectModel TypeName="UniversalEditor.ObjectModels.PropertyList.PropertyListObjectModel"
|
||||
Enabled="true" />
|
||||
</ObjectModels>
|
||||
</UniversalEditor>
|
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<UniversalEditor Version="4.0">
|
||||
<ObjectModels>
|
||||
<ObjectModel TypeName="UniversalEditor.ObjectModels.Shortcut.ShortcutObjectModel"
|
||||
Enabled="true" />
|
||||
</ObjectModels>
|
||||
</UniversalEditor>
|
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<UniversalEditor Version="4.0">
|
||||
<ObjectModels>
|
||||
<ObjectModel TypeName="UniversalEditor.ObjectModels.Text.Plain.PlainTextObjectModel"
|
||||
Enabled="true" />
|
||||
</ObjectModels>
|
||||
</UniversalEditor>
|
||||
@ -45,6 +45,10 @@
|
||||
<Content Include="Configuration\StartPage.xml" />
|
||||
<Content Include="Editors\UniversalEditor.UserInterface.WindowsForms.Editors.FileSystemEditor\Commands.xml" />
|
||||
<Content Include="Editors\UniversalEditor.UserInterface.WindowsForms.Editors.FileSystemEditor\KeyBindings.xml" />
|
||||
<Content Include="ObjectModels\UniversalEditor.ObjectModels.FileSystem.FileSystemObjectModel.xml" />
|
||||
<Content Include="ObjectModels\UniversalEditor.ObjectModels.PropertyList.PropertyListObjectModel.xml" />
|
||||
<Content Include="ObjectModels\UniversalEditor.ObjectModels.Shortcut.ShortcutObjectModel.xml" />
|
||||
<Content Include="ObjectModels\UniversalEditor.ObjectModels.Text.Plain.PlainTextObjectModel.xml" />
|
||||
<Content Include="OptionPanels\Application.xml" />
|
||||
<Content Include="Editors\UniversalEditor.Editors.Icarus.IcarusScriptEditor\Images\Commands\mnuDebugBreak.png" />
|
||||
<Content Include="Editors\UniversalEditor.Editors.Icarus.IcarusScriptEditor\Images\Commands\mnuDebugStart.png" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user