Added configuration to enable or disable the Start Page

This commit is contained in:
Michael Becker 2014-07-18 22:50:27 -04:00
parent 0ae9a68a8c
commit 4ddaeeca0b
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor>
<Configuration>
<Group ID="Application">
<Group ID="StartPage">
<!--
Set to false if you don't want the StartPage to be available. Note
that you will also need to remove the ViewStartPage menu item if it's
defined in MainMenu.xml to completely remove all entry points to the
Start Page.
-->
<Property ID="Enabled" Value="true" />
<!--
The URL from which to download Start Page content.
-->
<Property ID="ContentURL" />
<!--
Configuration settings for content refresh.
-->
<Group ID="ContentRefreshTimeout">
<Property ID="Enabled" Value="false" />
<Property ID="Interval" Value="0" />
</Group>
</Group>
</Group>
</Configuration>
</UniversalEditor>

View File

@ -40,6 +40,7 @@
<Content Include="Configuration\CommandBars.xml" />
<Content Include="Configuration\Commands.xml" />
<Content Include="Configuration\MainMenu.xml" />
<Content Include="Configuration\StartPage.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" />