workspace.xml 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java" afterDir="false" />
  12. </list>
  13. <ignored path="$PROJECT_DIR$/out/" />
  14. <ignored path="$PROJECT_DIR$/target/" />
  15. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  16. <option name="SHOW_DIALOG" value="false" />
  17. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  18. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  19. <option name="LAST_RESOLUTION" value="IGNORE" />
  20. </component>
  21. <component name="FUSProjectUsageTrigger">
  22. <session id="-1738737333">
  23. <usages-collector id="statistics.lifecycle.project">
  24. <counts>
  25. <entry key="project.closed" value="4" />
  26. <entry key="project.open.time.1" value="1" />
  27. <entry key="project.open.time.2" value="2" />
  28. <entry key="project.open.time.3" value="1" />
  29. <entry key="project.opened" value="4" />
  30. </counts>
  31. </usages-collector>
  32. <usages-collector id="statistics.file.extensions.edit">
  33. <counts>
  34. <entry key="java" value="1694" />
  35. </counts>
  36. </usages-collector>
  37. <usages-collector id="statistics.file.types.edit">
  38. <counts>
  39. <entry key="JAVA" value="1694" />
  40. </counts>
  41. </usages-collector>
  42. <usages-collector id="statistics.file.extensions.open">
  43. <counts>
  44. <entry key="iml" value="1" />
  45. <entry key="md" value="1" />
  46. </counts>
  47. </usages-collector>
  48. <usages-collector id="statistics.file.types.open">
  49. <counts>
  50. <entry key="IDEA_MODULE" value="1" />
  51. <entry key="Markdown" value="1" />
  52. </counts>
  53. </usages-collector>
  54. </session>
  55. </component>
  56. <component name="FileEditorManager">
  57. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  58. <file pinned="false" current-in-tab="false">
  59. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java">
  60. <provider selected="true" editor-type-id="text-editor">
  61. <state relative-caret-position="90">
  62. <caret line="6" selection-start-line="6" selection-end-line="6" />
  63. </state>
  64. </provider>
  65. </entry>
  66. </file>
  67. <file pinned="false" current-in-tab="true">
  68. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java">
  69. <provider selected="true" editor-type-id="text-editor">
  70. <state relative-caret-position="295">
  71. <caret line="110" lean-forward="true" selection-start-line="110" selection-end-line="111" />
  72. <folding>
  73. <element signature="imports" expanded="true" />
  74. </folding>
  75. </state>
  76. </provider>
  77. </entry>
  78. </file>
  79. <file pinned="false" current-in-tab="false">
  80. <entry file="file://$PROJECT_DIR$/README.md">
  81. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  82. <state split_layout="SPLIT">
  83. <first_editor />
  84. <second_editor />
  85. </state>
  86. </provider>
  87. </entry>
  88. </file>
  89. <file pinned="false" current-in-tab="false">
  90. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
  91. <provider selected="true" editor-type-id="text-editor">
  92. <state relative-caret-position="105">
  93. <caret line="7" selection-start-line="7" selection-end-line="7" />
  94. </state>
  95. </provider>
  96. </entry>
  97. </file>
  98. <file pinned="false" current-in-tab="false">
  99. <entry file="file://$PROJECT_DIR$/.gitignore">
  100. <provider selected="true" editor-type-id="text-editor">
  101. <state relative-caret-position="75">
  102. <caret line="5" column="5" selection-start-line="5" selection-start-column="5" selection-end-line="5" selection-end-column="5" />
  103. </state>
  104. </provider>
  105. </entry>
  106. </file>
  107. </leaf>
  108. </component>
  109. <component name="FileTemplateManagerImpl">
  110. <option name="RECENT_TEMPLATES">
  111. <list>
  112. <option value="Class" />
  113. </list>
  114. </option>
  115. </component>
  116. <component name="Git.Settings">
  117. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  118. </component>
  119. <component name="IdeDocumentHistory">
  120. <option name="CHANGED_PATHS">
  121. <list>
  122. <option value="$PROJECT_DIR$/.gitignore" />
  123. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java" />
  124. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java" />
  125. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java" />
  126. </list>
  127. </option>
  128. </component>
  129. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  130. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  131. <component name="JsGulpfileManager">
  132. <detection-done>true</detection-done>
  133. <sorting>DEFINITION_ORDER</sorting>
  134. </component>
  135. <component name="MavenImportPreferences">
  136. <option name="importingSettings">
  137. <MavenImportingSettings>
  138. <option name="importAutomatically" value="true" />
  139. </MavenImportingSettings>
  140. </option>
  141. </component>
  142. <component name="ProjectFrameBounds" extendedState="6">
  143. <option name="y" value="23" />
  144. <option name="width" value="1280" />
  145. <option name="height" value="709" />
  146. </component>
  147. <component name="ProjectView">
  148. <navigator proportions="" version="1">
  149. <foldersAlwaysOnTop value="true" />
  150. </navigator>
  151. <panes>
  152. <pane id="Scope" />
  153. <pane id="PackagesPane" />
  154. <pane id="ProjectPane">
  155. <subPane>
  156. <expand>
  157. <path>
  158. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  159. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  160. </path>
  161. <path>
  162. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  163. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  164. <item name="src" type="462c0819:PsiDirectoryNode" />
  165. </path>
  166. <path>
  167. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  168. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  169. <item name="src" type="462c0819:PsiDirectoryNode" />
  170. <item name="main" type="462c0819:PsiDirectoryNode" />
  171. </path>
  172. <path>
  173. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  174. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  175. <item name="src" type="462c0819:PsiDirectoryNode" />
  176. <item name="main" type="462c0819:PsiDirectoryNode" />
  177. <item name="java" type="462c0819:PsiDirectoryNode" />
  178. </path>
  179. <path>
  180. <item name="singlylinkedlist" type="b2602c69:ProjectViewProjectNode" />
  181. <item name="CR-MesoLabs-Collections-SinglyLinkedList" type="462c0819:PsiDirectoryNode" />
  182. <item name="src" type="462c0819:PsiDirectoryNode" />
  183. <item name="main" type="462c0819:PsiDirectoryNode" />
  184. <item name="java" type="462c0819:PsiDirectoryNode" />
  185. <item name="singlylinkedlist" type="462c0819:PsiDirectoryNode" />
  186. </path>
  187. </expand>
  188. <select />
  189. </subPane>
  190. </pane>
  191. </panes>
  192. </component>
  193. <component name="PropertiesComponent">
  194. <property name="WebServerToolWindowFactoryState" value="false" />
  195. <property name="aspect.path.notification.shown" value="true" />
  196. <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1541699719589" />
  197. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  198. <property name="project.structure.last.edited" value="Modules" />
  199. <property name="project.structure.proportion" value="0.0" />
  200. <property name="project.structure.side.proportion" value="0.2" />
  201. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  202. </component>
  203. <component name="RunDashboard">
  204. <option name="ruleStates">
  205. <list>
  206. <RuleState>
  207. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  208. </RuleState>
  209. <RuleState>
  210. <option name="name" value="StatusDashboardGroupingRule" />
  211. </RuleState>
  212. </list>
  213. </option>
  214. </component>
  215. <component name="RunManager">
  216. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
  217. <module name="" />
  218. <option name="TESTING_TYPE" value="0" />
  219. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  220. <option name="METHOD_NAME" value="" />
  221. <option name="CLASS_NAME" value="" />
  222. <option name="PACKAGE_NAME" value="" />
  223. <option name="EXTRA_OPTIONS" value="" />
  224. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  225. <option name="PREFERRED_AVD" value="" />
  226. <option name="CLEAR_LOGCAT" value="false" />
  227. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  228. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  229. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  230. <option name="DEBUGGER_TYPE" value="Java" />
  231. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  232. <option name="PREFERRED_AVD" value="" />
  233. <Java />
  234. <Profilers>
  235. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  236. <option name="GAPID_ENABLED" value="false" />
  237. <option name="GAPID_DISABLE_PCS" value="false" />
  238. <option name="SUPPORT_LIB_ENABLED" value="true" />
  239. <option name="INSTRUMENTATION_ENABLED" value="true" />
  240. </Profilers>
  241. <method />
  242. </configuration>
  243. <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
  244. <setting name="environment" value="" />
  245. <setting name="specsToExecute" value="" />
  246. <setting name="tags" value="" />
  247. <setting name="parallelNodes" value="" />
  248. <setting name="execInParallel" value="false" />
  249. <setting name="programParameters" value="" />
  250. <setting name="workingDirectory" value="" />
  251. <setting name="moduleName" value="" />
  252. <envMap />
  253. <setting name="rowsRange" value="" />
  254. <method />
  255. </configuration>
  256. <configuration default="true" type="Applet" factoryName="Applet">
  257. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  258. <method v="2">
  259. <option name="Make" enabled="true" />
  260. </method>
  261. </configuration>
  262. <configuration default="true" type="Application" factoryName="Application">
  263. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  264. <method v="2">
  265. <option name="Make" enabled="true" />
  266. </method>
  267. </configuration>
  268. <configuration default="true" type="JUnit" factoryName="JUnit">
  269. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  270. <method v="2">
  271. <option name="Make" enabled="true" />
  272. </method>
  273. </configuration>
  274. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  275. <module name="CR-MesoLabs-Collections-SinglyLinkedList" />
  276. <option name="VM_PARAMETERS" />
  277. <option name="PROGRAM_PARAMETERS" />
  278. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  279. <option name="ALTERNATIVE_JRE_PATH" />
  280. <option name="PASS_PARENT_ENVS" value="true" />
  281. <option name="MAIN_CLASS_NAME" />
  282. <option name="WORKING_DIRECTORY" />
  283. <method v="2">
  284. <option name="Make" enabled="true" />
  285. </method>
  286. </configuration>
  287. <configuration default="true" type="TestNG" factoryName="TestNG">
  288. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  289. <properties />
  290. <listeners />
  291. <method v="2">
  292. <option name="Make" enabled="true" />
  293. </method>
  294. </configuration>
  295. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  296. <module name="" />
  297. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  298. <option name="PROGRAM_PARAMETERS" />
  299. <predefined_log_file id="idea.log" enabled="true" />
  300. <method v="2">
  301. <option name="Make" enabled="true" />
  302. </method>
  303. </configuration>
  304. </component>
  305. <component name="SvnConfiguration">
  306. <configuration />
  307. </component>
  308. <component name="TaskManager">
  309. <task active="true" id="Default" summary="Default task">
  310. <changelist id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="" />
  311. <created>1515621994762</created>
  312. <option name="number" value="Default" />
  313. <option name="presentableId" value="Default" />
  314. <updated>1515621994762</updated>
  315. <workItem from="1541615081473" duration="1487000" />
  316. <workItem from="1541630865802" duration="7325000" />
  317. <workItem from="1541700277116" duration="3340000" />
  318. <workItem from="1541728939113" duration="2026000" />
  319. </task>
  320. <servers />
  321. </component>
  322. <component name="TimeTrackingManager">
  323. <option name="totallyTimeSpent" value="14178000" />
  324. </component>
  325. <component name="ToolWindowManager">
  326. <frame x="0" y="23" width="1280" height="709" extended-state="6" />
  327. <layout>
  328. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.2657512" />
  329. <window_info id="Structure" order="1" weight="0.25" />
  330. <window_info id="Nl-Palette" order="2" />
  331. <window_info id="Favorites" order="3" side_tool="true" />
  332. <window_info id="Image Layers" order="4" />
  333. <window_info id="Designer" order="5" />
  334. <window_info id="UI Designer" order="6" />
  335. <window_info id="Capture Tool" order="7" />
  336. <window_info anchor="bottom" id="Message" order="0" />
  337. <window_info anchor="bottom" id="Find" order="1" />
  338. <window_info anchor="bottom" id="Run" order="2" />
  339. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  340. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  341. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  342. <window_info anchor="bottom" id="TODO" order="6" />
  343. <window_info active="true" anchor="bottom" id="Terminal" order="7" visible="true" weight="0.38897893" />
  344. <window_info anchor="bottom" id="Event Log" order="8" side_tool="true" />
  345. <window_info anchor="bottom" id="Version Control" order="9" />
  346. <window_info anchor="bottom" id="Database Changes" order="10" show_stripe_button="false" />
  347. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  348. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  349. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  350. <window_info anchor="right" id="Palette" order="3" />
  351. <window_info anchor="right" id="Capture Analysis" order="4" />
  352. <window_info anchor="right" id="Theme Preview" order="5" />
  353. <window_info anchor="right" id="Properties" order="6" />
  354. <window_info anchor="right" id="Palette&#9;" order="7" />
  355. <window_info anchor="right" id="Maven Projects" order="8" />
  356. <window_info anchor="right" id="Database" order="9" />
  357. </layout>
  358. </component>
  359. <component name="TypeScriptGeneratedFilesManager">
  360. <option name="version" value="1" />
  361. </component>
  362. <component name="VcsContentAnnotationSettings">
  363. <option name="myLimit" value="2678400000" />
  364. </component>
  365. <component name="editorHistoryManager">
  366. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist.java" />
  367. <entry file="file://$PROJECT_DIR$/pom.xml">
  368. <provider selected="true" editor-type-id="text-editor" />
  369. </entry>
  370. <entry file="file://$PROJECT_DIR$/singlylinkedlist.iml">
  371. <provider selected="true" editor-type-id="text-editor" />
  372. </entry>
  373. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java">
  374. <provider selected="true" editor-type-id="text-editor">
  375. <state relative-caret-position="90">
  376. <caret line="6" selection-start-line="6" selection-end-line="6" />
  377. </state>
  378. </provider>
  379. </entry>
  380. <entry file="file://$PROJECT_DIR$/.gitignore">
  381. <provider selected="true" editor-type-id="text-editor">
  382. <state relative-caret-position="75">
  383. <caret line="5" column="5" selection-start-line="5" selection-start-column="5" selection-end-line="5" selection-end-column="5" />
  384. </state>
  385. </provider>
  386. </entry>
  387. <entry file="file://$PROJECT_DIR$/README.md">
  388. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  389. <state split_layout="SPLIT">
  390. <first_editor />
  391. <second_editor />
  392. </state>
  393. </provider>
  394. </entry>
  395. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
  396. <provider selected="true" editor-type-id="text-editor">
  397. <state relative-caret-position="105">
  398. <caret line="7" selection-start-line="7" selection-end-line="7" />
  399. </state>
  400. </provider>
  401. </entry>
  402. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java">
  403. <provider selected="true" editor-type-id="text-editor">
  404. <state relative-caret-position="295">
  405. <caret line="110" lean-forward="true" selection-start-line="110" selection-end-line="111" />
  406. <folding>
  407. <element signature="imports" expanded="true" />
  408. </folding>
  409. </state>
  410. </provider>
  411. </entry>
  412. </component>
  413. <component name="masterDetails">
  414. <states>
  415. <state key="ArtifactsStructureConfigurable.UI">
  416. <settings>
  417. <artifact-editor />
  418. <splitter-proportions>
  419. <option name="proportions">
  420. <list>
  421. <option value="0.2" />
  422. </list>
  423. </option>
  424. </splitter-proportions>
  425. </settings>
  426. </state>
  427. <state key="FacetStructureConfigurable.UI">
  428. <settings>
  429. <last-edited>No facets are configured</last-edited>
  430. <splitter-proportions>
  431. <option name="proportions">
  432. <list>
  433. <option value="0.2" />
  434. </list>
  435. </option>
  436. </splitter-proportions>
  437. </settings>
  438. </state>
  439. <state key="GlobalLibrariesConfigurable.UI">
  440. <settings>
  441. <splitter-proportions>
  442. <option name="proportions">
  443. <list>
  444. <option value="0.2" />
  445. </list>
  446. </option>
  447. </splitter-proportions>
  448. </settings>
  449. </state>
  450. <state key="JdkListConfigurable.UI">
  451. <settings>
  452. <last-edited>1.8</last-edited>
  453. <splitter-proportions>
  454. <option name="proportions">
  455. <list>
  456. <option value="0.2" />
  457. </list>
  458. </option>
  459. </splitter-proportions>
  460. </settings>
  461. </state>
  462. <state key="ModuleStructureConfigurable.UI">
  463. <settings>
  464. <last-edited>singlylinkedlist</last-edited>
  465. <splitter-proportions>
  466. <option name="proportions">
  467. <list>
  468. <option value="0.2" />
  469. <option value="0.6" />
  470. </list>
  471. </option>
  472. </splitter-proportions>
  473. </settings>
  474. </state>
  475. <state key="ProjectJDKs.UI">
  476. <settings>
  477. <last-edited>1.8</last-edited>
  478. <splitter-proportions>
  479. <option name="proportions">
  480. <list>
  481. <option value="0.2" />
  482. </list>
  483. </option>
  484. </splitter-proportions>
  485. </settings>
  486. </state>
  487. <state key="ProjectLibrariesConfigurable.UI">
  488. <settings>
  489. <splitter-proportions>
  490. <option name="proportions">
  491. <list>
  492. <option value="0.2" />
  493. </list>
  494. </option>
  495. </splitter-proportions>
  496. </settings>
  497. </state>
  498. <state key="ScopeChooserConfigurable.UI">
  499. <settings>
  500. <splitter-proportions>
  501. <option name="proportions">
  502. <list>
  503. <option value="0.2" />
  504. </list>
  505. </option>
  506. </splitter-proportions>
  507. </settings>
  508. </state>
  509. </states>
  510. </component>
  511. </project>