489 lines
22 KiB
XML
489 lines
22 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="918c228e-df58-4afe-87d0-ebe11f05200c" name="Default Changelist" comment="" />
|
|
<ignored path="$PROJECT_DIR$/.gradle/" />
|
|
<ignored path="$PROJECT_DIR$/build/" />
|
|
<ignored path="$PROJECT_DIR$/out/" />
|
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
<component name="CodeInsightWorkspaceSettings">
|
|
<option name="optimizeImportsOnTheFly" value="true" />
|
|
</component>
|
|
<component name="CoverageDataManager">
|
|
<SUITE FILE_PATH="coverage/Client$Application.ic" NAME="Application Coverage Results" MODIFIED="1551095783813" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false">
|
|
<FILTER>hello.*</FILTER>
|
|
</SUITE>
|
|
<SUITE FILE_PATH="coverage/Client$MessageTest.ic" NAME="MessageTest Coverage Results" MODIFIED="1551109702772" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" />
|
|
<SUITE FILE_PATH="coverage/Client$ApplicationTest.ic" NAME="ApplicationTest Coverage Results" MODIFIED="1551106538746" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" />
|
|
</component>
|
|
<component name="CoverageViewManager">
|
|
<option name="myElementSize" value="231" />
|
|
</component>
|
|
<component name="ExternalProjectsData">
|
|
<projectState path="$PROJECT_DIR$">
|
|
<ProjectState />
|
|
</projectState>
|
|
</component>
|
|
<component name="ExternalProjectsManager">
|
|
<system id="GRADLE">
|
|
<state>
|
|
<task path="$PROJECT_DIR$">
|
|
<activation />
|
|
</task>
|
|
<projects_view>
|
|
<tree_state>
|
|
<expand>
|
|
<path>
|
|
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
|
|
<item name="Client" type="f1a62948:ProjectNode" />
|
|
</path>
|
|
<path>
|
|
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
|
|
<item name="Client" type="f1a62948:ProjectNode" />
|
|
<item name="Tasks" type="e4a08cd1:TasksNode" />
|
|
</path>
|
|
<path>
|
|
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
|
|
<item name="Client" type="f1a62948:ProjectNode" />
|
|
<item name="Tasks" type="e4a08cd1:TasksNode" />
|
|
<item name="build" type="c8890929:TasksNode$1" />
|
|
</path>
|
|
</expand>
|
|
<select />
|
|
</tree_state>
|
|
</projects_view>
|
|
</state>
|
|
</system>
|
|
</component>
|
|
<component name="FileEditorManager">
|
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
<file pinned="false" current-in-tab="true">
|
|
<entry file="file://$PROJECT_DIR$/src/main/java/hello/Application.java">
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
<state relative-caret-position="442">
|
|
<caret line="26" column="74" lean-forward="true" selection-start-line="26" selection-start-column="74" selection-end-line="26" selection-end-column="74" />
|
|
<folding>
|
|
<element signature="imports" expanded="true" />
|
|
<element signature="e#590#591#0" expanded="true" />
|
|
<element signature="e#646#647#0" expanded="true" />
|
|
<element signature="e#725#726#0" expanded="true" />
|
|
<element signature="e#763#764#0" expanded="true" />
|
|
</folding>
|
|
</state>
|
|
</provider>
|
|
</entry>
|
|
</file>
|
|
<file pinned="false" current-in-tab="false">
|
|
<entry file="file://$PROJECT_DIR$/src/main/java/hello/Message.java">
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
<state relative-caret-position="255">
|
|
<caret line="19" column="5" lean-forward="true" selection-start-line="19" selection-start-column="5" selection-end-line="19" selection-end-column="5" />
|
|
</state>
|
|
</provider>
|
|
</entry>
|
|
</file>
|
|
<file pinned="false" current-in-tab="false">
|
|
<entry file="file://$PROJECT_DIR$/build.gradle">
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
<state relative-caret-position="595">
|
|
<caret line="35" column="2" selection-start-line="35" selection-start-column="2" selection-end-line="35" selection-end-column="2" />
|
|
</state>
|
|
</provider>
|
|
</entry>
|
|
</file>
|
|
</leaf>
|
|
</component>
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<option value="Class" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="IdeDocumentHistory">
|
|
<option name="CHANGED_PATHS">
|
|
<list>
|
|
<option value="$PROJECT_DIR$/src/main/java/hello/MyApp.java" />
|
|
<option value="$PROJECT_DIR$/src/test/java/MessageTest.java" />
|
|
<option value="$PROJECT_DIR$/src/main/java/hello/Application.java" />
|
|
<option value="$PROJECT_DIR$/build.gradle" />
|
|
<option value="$PROJECT_DIR$/src/main/java/hello/Message.java" />
|
|
<option value="$PROJECT_DIR$/src/test/java/ApplicationTest.java" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="MavenProjectNavigator">
|
|
<treeState>
|
|
<expand />
|
|
<select />
|
|
</treeState>
|
|
</component>
|
|
<component name="ProjectFrameBounds">
|
|
<option name="x" value="-8" />
|
|
<option name="width" value="977" />
|
|
<option name="height" value="1038" />
|
|
</component>
|
|
<component name="ProjectView">
|
|
<navigator proportions="" version="1">
|
|
<foldersAlwaysOnTop value="true" />
|
|
</navigator>
|
|
<panes />
|
|
</component>
|
|
<component name="PropertiesComponent">
|
|
<property name="Downloaded.Files.Path.Enabled" value="false" />
|
|
<property name="Repository.Attach.Annotations" value="false" />
|
|
<property name="Repository.Attach.JavaDocs" value="false" />
|
|
<property name="Repository.Attach.Sources" value="false" />
|
|
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1551445524907" />
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
<property name="project.structure.last.edited" value="Modules" />
|
|
<property name="project.structure.proportion" value="0.15" />
|
|
<property name="project.structure.side.proportion" value="0.2" />
|
|
</component>
|
|
<component name="RunDashboard">
|
|
<option name="ruleStates">
|
|
<list>
|
|
<RuleState>
|
|
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
</RuleState>
|
|
<RuleState>
|
|
<option name="name" value="StatusDashboardGroupingRule" />
|
|
</RuleState>
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="RunManager" selected="JUnit.MessageTest">
|
|
<configuration name="Application" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="hello.Application" />
|
|
<module name="Client.main" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="hello.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="MyApp" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="hello.MyApp" />
|
|
<module name="com.bettercoding.jfx.Client.main" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="hello.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="Client [build]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
<ExternalSystemSettings>
|
|
<option name="executionName" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="externalSystemIdString" value="GRADLE" />
|
|
<option name="scriptParameters" />
|
|
<option name="taskDescriptions">
|
|
<list />
|
|
</option>
|
|
<option name="taskNames">
|
|
<list>
|
|
<option value="build" />
|
|
</list>
|
|
</option>
|
|
<option name="vmOptions" />
|
|
</ExternalSystemSettings>
|
|
<GradleScriptDebugEnabled>true</GradleScriptDebugEnabled>
|
|
<method v="2" />
|
|
</configuration>
|
|
<configuration name="ApplicationTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
<module name="Client.test" />
|
|
<option name="PACKAGE_NAME" value="" />
|
|
<option name="MAIN_CLASS_NAME" value="ApplicationTest" />
|
|
<option name="TEST_OBJECT" value="class" />
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="MessageTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
<module name="Client.test" />
|
|
<option name="PACKAGE_NAME" value="" />
|
|
<option name="MAIN_CLASS_NAME" value="MessageTest" />
|
|
<option name="TEST_OBJECT" value="class" />
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<list>
|
|
<item itemvalue="JUnit.MessageTest" />
|
|
<item itemvalue="JUnit.ApplicationTest" />
|
|
<item itemvalue="Application.MyApp" />
|
|
<item itemvalue="Gradle.Client [build]" />
|
|
<item itemvalue="Application.Application" />
|
|
</list>
|
|
</recent_temporary>
|
|
</component>
|
|
<component name="SvnConfiguration">
|
|
<configuration />
|
|
</component>
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="918c228e-df58-4afe-87d0-ebe11f05200c" name="Default Changelist" comment="" />
|
|
<created>1550791437583</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1550791437583</updated>
|
|
</task>
|
|
<servers />
|
|
</component>
|
|
<component name="TestHistory">
|
|
<history-entry file="MessageTest - 2019.02.25 at 15h 45m 48s.xml">
|
|
<configuration name="MessageTest" configurationId="JUnit" />
|
|
</history-entry>
|
|
<history-entry file="MessageTest - 2019.02.25 at 15h 45m 52s.xml">
|
|
<configuration name="MessageTest" configurationId="JUnit" />
|
|
</history-entry>
|
|
<history-entry file="MessageTest - 2019.02.25 at 15h 46m 13s.xml">
|
|
<configuration name="MessageTest" configurationId="JUnit" />
|
|
</history-entry>
|
|
<history-entry file="ApplicationTest - 2019.02.25 at 15h 50m 09s.xml">
|
|
<configuration name="ApplicationTest" configurationId="JUnit" />
|
|
</history-entry>
|
|
<history-entry file="ApplicationTest - 2019.02.25 at 15h 52m 02s.xml">
|
|
<configuration name="ApplicationTest" configurationId="JUnit" />
|
|
</history-entry>
|
|
<history-entry file="ApplicationTest - 2019.02.25 at 15h 52m 16s.xml">
|
|
<configuration name="ApplicationTest" configurationId="JUnit" />
|
|
</history-entry>
|
|
<history-entry file="ApplicationTest - 2019.02.25 at 15h 55m 39s.xml">
|
|
<configuration name="ApplicationTest" configurationId="JUnit" />
|
|
</history-entry>
|
|
<history-entry file="ApplicationTest - 2019.02.25 at 16h 20m 13s.xml">
|
|
<configuration name="ApplicationTest" configurationId="JUnit" />
|
|
</history-entry>
|
|
<history-entry file="ApplicationTest - 2019.02.25 at 16h 48m 20s.xml">
|
|
<configuration name="ApplicationTest" configurationId="JUnit" />
|
|
</history-entry>
|
|
<history-entry file="MessageTest - 2019.02.25 at 16h 48m 25s.xml">
|
|
<configuration name="MessageTest" configurationId="JUnit" />
|
|
</history-entry>
|
|
</component>
|
|
<component name="ToolWindowManager">
|
|
<frame x="-6" y="0" width="781" height="830" extended-state="0" />
|
|
<editor active="true" />
|
|
<layout>
|
|
<window_info content_ui="combo" id="Project" order="0" weight="0.41608876" />
|
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
<window_info id="Image Layers" order="2" />
|
|
<window_info id="Designer" order="3" />
|
|
<window_info id="Capture Tool" order="4" />
|
|
<window_info id="UI Designer" order="5" />
|
|
<window_info id="Favorites" order="6" side_tool="true" />
|
|
<window_info anchor="bottom" id="Message" order="0" />
|
|
<window_info anchor="bottom" id="Find" order="1" />
|
|
<window_info anchor="bottom" id="Run" order="2" weight="0.3286119" />
|
|
<window_info anchor="bottom" id="Debug" order="3" weight="0.39943343" />
|
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
<window_info anchor="bottom" id="TODO" order="6" />
|
|
<window_info anchor="bottom" id="Terminal" order="7" weight="0.38668555" />
|
|
<window_info anchor="bottom" id="Event Log" order="8" side_tool="true" />
|
|
<window_info anchor="bottom" id="Version Control" order="9" />
|
|
<window_info anchor="bottom" id="Build" order="10" weight="0.3286119" />
|
|
<window_info anchor="bottom" id="Messages" order="11" weight="0.3295129" />
|
|
<window_info anchor="right" id="Coverage" order="0" side_tool="true" visible="true" weight="0.19463088" />
|
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="1" type="SLIDING" weight="0.4" />
|
|
<window_info anchor="right" id="Ant Build" order="2" weight="0.25" />
|
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="3" weight="0.25" />
|
|
<window_info anchor="right" id="Palette" order="4" />
|
|
<window_info anchor="right" id="Gradle" order="5" weight="0.32871014" />
|
|
<window_info anchor="right" id="Theme Preview" order="6" />
|
|
<window_info anchor="right" id="Capture Analysis" order="7" />
|
|
<window_info anchor="right" id="Palette	" order="8" />
|
|
<window_info anchor="right" id="Maven" order="9" weight="0.3289183" />
|
|
</layout>
|
|
<layout-to-restore>
|
|
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.47156727" />
|
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
<window_info id="Image Layers" order="2" />
|
|
<window_info id="Designer" order="3" />
|
|
<window_info id="Capture Tool" order="4" />
|
|
<window_info id="UI Designer" order="5" />
|
|
<window_info id="Favorites" order="6" side_tool="true" />
|
|
<window_info anchor="bottom" id="Messages" order="0" weight="0.3295129" />
|
|
<window_info anchor="bottom" id="Message" order="1" />
|
|
<window_info anchor="bottom" id="Find" order="2" />
|
|
<window_info anchor="bottom" id="Run" order="3" weight="0.3295129" />
|
|
<window_info anchor="bottom" id="Debug" order="4" weight="0.4" />
|
|
<window_info anchor="bottom" id="Cvs" order="5" weight="0.25" />
|
|
<window_info anchor="bottom" id="Inspection" order="6" weight="0.4" />
|
|
<window_info anchor="bottom" id="TODO" order="7" />
|
|
<window_info anchor="bottom" id="Terminal" order="8" visible="true" weight="0.30802292" />
|
|
<window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
|
|
<window_info anchor="bottom" id="Version Control" order="10" />
|
|
<window_info anchor="bottom" id="Build" order="11" weight="0.3295129" />
|
|
<window_info anchor="right" id="Coverage" order="0" side_tool="true" weight="0.32871014" />
|
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="1" type="SLIDING" weight="0.4" />
|
|
<window_info anchor="right" id="Ant Build" order="2" weight="0.25" />
|
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="3" weight="0.25" />
|
|
<window_info anchor="right" id="Palette" order="4" />
|
|
<window_info anchor="right" id="Maven" order="5" />
|
|
<window_info anchor="right" id="Gradle" order="6" weight="0.32871014" />
|
|
<window_info anchor="right" id="Theme Preview" order="7" />
|
|
<window_info anchor="right" id="Capture Analysis" order="8" />
|
|
<window_info anchor="right" id="Palette	" order="9" />
|
|
</layout-to-restore>
|
|
</component>
|
|
<component name="editorHistoryManager">
|
|
<entry file="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot/2.0.5.RELEASE/1d01cb7845c049c204191b8a553a322bb97208d9/spring-boot-2.0.5.RELEASE-sources.jar!/org/springframework/boot/CommandLineRunner.java">
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
<state relative-caret-position="323">
|
|
<caret line="34" column="36" lean-forward="true" selection-start-line="34" selection-start-column="36" selection-end-line="34" selection-end-column="36" />
|
|
</state>
|
|
</provider>
|
|
</entry>
|
|
<entry file="file://$PROJECT_DIR$/src/main/java/hello/MyApp.java" />
|
|
<entry file="file://$PROJECT_DIR$/src/main/java/hello/deletedApplication.txt" />
|
|
<entry file="file://$PROJECT_DIR$/src/test/java/ApplicationTest.java">
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
<state relative-caret-position="527">
|
|
<caret line="31" column="1" selection-start-line="31" selection-start-column="1" selection-end-line="31" selection-end-column="1" />
|
|
</state>
|
|
</provider>
|
|
</entry>
|
|
<entry file="file://$PROJECT_DIR$/src/test/java/MessageTest.java">
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
<state>
|
|
<caret selection-end-line="2" selection-end-column="34" />
|
|
<folding>
|
|
<element signature="imports" expanded="true" />
|
|
</folding>
|
|
</state>
|
|
</provider>
|
|
</entry>
|
|
<entry file="file://$PROJECT_DIR$/build.gradle">
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
<state relative-caret-position="595">
|
|
<caret line="35" column="2" selection-start-line="35" selection-start-column="2" selection-end-line="35" selection-end-column="2" />
|
|
</state>
|
|
</provider>
|
|
</entry>
|
|
<entry file="file://$PROJECT_DIR$/src/main/java/hello/Message.java">
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
<state relative-caret-position="255">
|
|
<caret line="19" column="5" lean-forward="true" selection-start-line="19" selection-start-column="5" selection-end-line="19" selection-end-column="5" />
|
|
</state>
|
|
</provider>
|
|
</entry>
|
|
<entry file="file://$PROJECT_DIR$/src/main/java/hello/Application.java">
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
<state relative-caret-position="442">
|
|
<caret line="26" column="74" lean-forward="true" selection-start-line="26" selection-start-column="74" selection-end-line="26" selection-end-column="74" />
|
|
<folding>
|
|
<element signature="imports" expanded="true" />
|
|
<element signature="e#590#591#0" expanded="true" />
|
|
<element signature="e#646#647#0" expanded="true" />
|
|
<element signature="e#725#726#0" expanded="true" />
|
|
<element signature="e#763#764#0" expanded="true" />
|
|
</folding>
|
|
</state>
|
|
</provider>
|
|
</entry>
|
|
</component>
|
|
<component name="masterDetails">
|
|
<states>
|
|
<state key="ArtifactsStructureConfigurable.UI">
|
|
<settings>
|
|
<artifact-editor />
|
|
<splitter-proportions>
|
|
<option name="proportions">
|
|
<list>
|
|
<option value="0.2" />
|
|
</list>
|
|
</option>
|
|
</splitter-proportions>
|
|
</settings>
|
|
</state>
|
|
<state key="FacetStructureConfigurable.UI">
|
|
<settings>
|
|
<last-edited>No facets are configured</last-edited>
|
|
<splitter-proportions>
|
|
<option name="proportions">
|
|
<list>
|
|
<option value="0.2" />
|
|
</list>
|
|
</option>
|
|
</splitter-proportions>
|
|
</settings>
|
|
</state>
|
|
<state key="GlobalLibrariesConfigurable.UI">
|
|
<settings>
|
|
<splitter-proportions>
|
|
<option name="proportions">
|
|
<list>
|
|
<option value="0.2" />
|
|
</list>
|
|
</option>
|
|
</splitter-proportions>
|
|
</settings>
|
|
</state>
|
|
<state key="JdkListConfigurable.UI">
|
|
<settings>
|
|
<last-edited>10</last-edited>
|
|
<splitter-proportions>
|
|
<option name="proportions">
|
|
<list>
|
|
<option value="0.2" />
|
|
</list>
|
|
</option>
|
|
</splitter-proportions>
|
|
</settings>
|
|
</state>
|
|
<state key="ModuleStructureConfigurable.UI">
|
|
<settings>
|
|
<last-edited>main|com.bettercoding.jfx.Client</last-edited>
|
|
<splitter-proportions>
|
|
<option name="proportions">
|
|
<list>
|
|
<option value="0.2" />
|
|
<option value="0.6" />
|
|
</list>
|
|
</option>
|
|
</splitter-proportions>
|
|
</settings>
|
|
</state>
|
|
<state key="ProjectJDKs.UI">
|
|
<settings>
|
|
<last-edited>10</last-edited>
|
|
<splitter-proportions>
|
|
<option name="proportions">
|
|
<list>
|
|
<option value="0.2" />
|
|
</list>
|
|
</option>
|
|
</splitter-proportions>
|
|
</settings>
|
|
</state>
|
|
<state key="ProjectLibrariesConfigurable.UI">
|
|
<settings>
|
|
<last-edited>Gradle: ch.qos.logback:logback-classic:1.2.3</last-edited>
|
|
<splitter-proportions>
|
|
<option name="proportions">
|
|
<list>
|
|
<option value="0.2" />
|
|
</list>
|
|
</option>
|
|
</splitter-proportions>
|
|
</settings>
|
|
</state>
|
|
</states>
|
|
</component>
|
|
</project> |