workspace.xml 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="36eaad7a-0726-4217-b7e5-1b2c680697a1" name="Default" comment="">
  5. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/docs/hash.md" />
  6. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/third/bloom/jenkins.go" />
  7. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/third/bloom/jenkins_test.go" />
  8. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
  9. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/docs/README.md" afterPath="$PROJECT_DIR$/docs/README.md" />
  10. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/docs/protocol.yml" afterPath="$PROJECT_DIR$/docs/protocol.yml" />
  11. </list>
  12. <ignored path="gache.iws" />
  13. <ignored path=".idea/workspace.xml" />
  14. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  15. <option name="TRACKING_ENABLED" 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="CreatePatchCommitExecutor">
  22. <option name="PATCH_PATH" value="" />
  23. </component>
  24. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  25. <component name="FavoritesManager">
  26. <favorites_list name="gache" />
  27. </component>
  28. <component name="FileEditorManager">
  29. <leaf />
  30. </component>
  31. <component name="FileTemplateManagerImpl">
  32. <option name="RECENT_TEMPLATES">
  33. <list>
  34. <option value="Go Application" />
  35. </list>
  36. </option>
  37. </component>
  38. <component name="Git.Settings">
  39. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  40. </component>
  41. <component name="GradleLocalSettings">
  42. <option name="externalProjectsViewState">
  43. <projects_view />
  44. </option>
  45. </component>
  46. <component name="IdeDocumentHistory">
  47. <option name="CHANGED_PATHS">
  48. <list>
  49. <option value="$PROJECT_DIR$/hello.go" />
  50. <option value="$PROJECT_DIR$/doc/components.md" />
  51. <option value="$PROJECT_DIR$/docs/event_handling.md" />
  52. <option value="$PROJECT_DIR$/docs/memory.md" />
  53. <option value="$PROJECT_DIR$/docs/components.md" />
  54. <option value="$PROJECT_DIR$/docs/readline.md" />
  55. <option value="$PROJECT_DIR$/docs/runner_cli.md" />
  56. <option value="$PROJECT_DIR$/docs/runner_config.md" />
  57. <option value="$PROJECT_DIR$/main.go" />
  58. <option value="$PROJECT_DIR$/docs/protocol.yml" />
  59. <option value="$PROJECT_DIR$/docs/README.md" />
  60. <option value="$PROJECT_DIR$/third.go" />
  61. <option value="$PROJECT_DIR$/third/jenkins.go" />
  62. <option value="$PROJECT_DIR$/third/bloom/v1.go" />
  63. <option value="$PROJECT_DIR$/third/bloom/jenkins.go" />
  64. <option value="$PROJECT_DIR$/docs/hash.md" />
  65. </list>
  66. </option>
  67. </component>
  68. <component name="ProjectFrameBounds">
  69. <option name="y" value="23" />
  70. <option name="width" value="1676" />
  71. <option name="height" value="1027" />
  72. </component>
  73. <component name="ProjectInspectionProfilesVisibleTreeState">
  74. <entry key="Project Default">
  75. <profile-state>
  76. <expanded-state>
  77. <State>
  78. <id />
  79. </State>
  80. <State>
  81. <id>Android &gt; Lint &gt; Correctness</id>
  82. </State>
  83. <State>
  84. <id>Gradle</id>
  85. </State>
  86. <State>
  87. <id>Probable bugsGradle</id>
  88. </State>
  89. </expanded-state>
  90. <selected-state>
  91. <State>
  92. <id>Android</id>
  93. </State>
  94. </selected-state>
  95. </profile-state>
  96. </entry>
  97. </component>
  98. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  99. <OptionsSetting value="true" id="Add" />
  100. <OptionsSetting value="true" id="Remove" />
  101. <OptionsSetting value="true" id="Checkout" />
  102. <OptionsSetting value="true" id="Update" />
  103. <OptionsSetting value="true" id="Status" />
  104. <OptionsSetting value="true" id="Edit" />
  105. <ConfirmationsSetting value="0" id="Add" />
  106. <ConfirmationsSetting value="0" id="Remove" />
  107. </component>
  108. <component name="ProjectReloadState">
  109. <option name="STATE" value="1" />
  110. </component>
  111. <component name="ProjectView">
  112. <navigator currentView="ProjectPane" proportions="" version="1">
  113. <flattenPackages />
  114. <showMembers />
  115. <showModules />
  116. <showLibraryContents />
  117. <hideEmptyPackages />
  118. <abbreviatePackageNames />
  119. <autoscrollToSource />
  120. <autoscrollFromSource />
  121. <sortByType />
  122. <manualOrder />
  123. <foldersAlwaysOnTop value="true" />
  124. </navigator>
  125. <panes>
  126. <pane id="Scratches" />
  127. <pane id="AndroidView">
  128. <subPane />
  129. </pane>
  130. <pane id="Scope">
  131. <subPane subId="Project Files">
  132. <PATH>
  133. <PATH_ELEMENT USER_OBJECT="Root">
  134. <option name="myItemId" value="" />
  135. <option name="myItemType" value="" />
  136. </PATH_ELEMENT>
  137. <PATH_ELEMENT USER_OBJECT="gache">
  138. <option name="myItemId" value="" />
  139. <option name="myItemType" value="" />
  140. </PATH_ELEMENT>
  141. </PATH>
  142. </subPane>
  143. </pane>
  144. <pane id="ProjectPane">
  145. <subPane>
  146. <PATH>
  147. <PATH_ELEMENT>
  148. <option name="myItemId" value="gache" />
  149. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  150. </PATH_ELEMENT>
  151. </PATH>
  152. </subPane>
  153. </pane>
  154. <pane id="PackagesPane" />
  155. </panes>
  156. </component>
  157. <component name="PropertiesComponent">
  158. <property name="GoToClass.includeLibraries" value="false" />
  159. <property name="GoToClass.toSaveIncludeLibraries" value="false" />
  160. <property name="GoToFile.includeJavaFiles" value="false" />
  161. <property name="MemberChooser.sorted" value="false" />
  162. <property name="MemberChooser.showClasses" value="true" />
  163. <property name="MemberChooser.copyJavadoc" value="false" />
  164. <property name="settings.editor.selected.configurable" value="com.goide.configuration.GoConfigurableProvider$GoProjectSettingsConfigurable" />
  165. <property name="settings.editor.splitter.proportion" value="0.2" />
  166. <property name="last_opened_file_path" value="$PROJECT_DIR$/../../../../../Memcached/memcached/doc/protocol.txt" />
  167. <property name="android.project.structure.last.selected" value="SDK Location" />
  168. <property name="android.project.structure.proportion" value="0.15" />
  169. <property name="configurable.Global.libraries.is.expanded" value="true" />
  170. <property name="configurable.Project.libraries.is.expanded" value="true" />
  171. <property name="configurable.Module.libraries.is.expanded" value="true" />
  172. <property name="project.structure.last.edited" value="Project" />
  173. <property name="project.structure.proportion" value="0.0" />
  174. <property name="project.structure.side.proportion" value="0.0" />
  175. <property name="DefaultGoTemplateProperty" value="Go Application" />
  176. </component>
  177. <component name="RecentsManager">
  178. <key name="MoveFile.RECENT_KEYS">
  179. <recent name="$PROJECT_DIR$/third/bloom" />
  180. <recent name="$PROJECT_DIR$/docs" />
  181. </key>
  182. <key name="CopyFile.RECENT_KEYS">
  183. <recent name="$PROJECT_DIR$/docs" />
  184. </key>
  185. </component>
  186. <component name="RunManager" selected="Go Single File.go run main.go">
  187. <configuration default="true" type="AndroidJUnit" factoryName="Android JUnit">
  188. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  189. <module name="" />
  190. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  191. <option name="ALTERNATIVE_JRE_PATH" />
  192. <option name="PACKAGE_NAME" />
  193. <option name="MAIN_CLASS_NAME" />
  194. <option name="METHOD_NAME" />
  195. <option name="TEST_OBJECT" value="class" />
  196. <option name="VM_PARAMETERS" />
  197. <option name="PARAMETERS" />
  198. <option name="WORKING_DIRECTORY" />
  199. <option name="ENV_VARIABLES" />
  200. <option name="PASS_PARENT_ENVS" value="true" />
  201. <option name="TEST_SEARCH_SCOPE">
  202. <value defaultName="singleModule" />
  203. </option>
  204. <envs />
  205. <patterns />
  206. <method />
  207. </configuration>
  208. <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android App">
  209. <module name="" />
  210. <option name="DEPLOY" value="true" />
  211. <option name="ARTIFACT_NAME" value="" />
  212. <option name="PM_INSTALL_OPTIONS" value="" />
  213. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  214. <option name="MODE" value="default_activity" />
  215. <option name="PREFERRED_AVD" value="" />
  216. <option name="CLEAR_LOGCAT" value="false" />
  217. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  218. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  219. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  220. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  221. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  222. <option name="PREFERRED_AVD" value="" />
  223. <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
  224. <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
  225. <option name="DEBUGGER_TYPE" value="Auto" />
  226. <Auto>
  227. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  228. <option name="SHOW_STATIC_VARS" value="true" />
  229. <option name="WORKING_DIR" value="" />
  230. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  231. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  232. </Auto>
  233. <Hybrid>
  234. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  235. <option name="SHOW_STATIC_VARS" value="true" />
  236. <option name="WORKING_DIR" value="" />
  237. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  238. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  239. </Hybrid>
  240. <Java />
  241. <Native>
  242. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  243. <option name="SHOW_STATIC_VARS" value="true" />
  244. <option name="WORKING_DIR" value="" />
  245. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  246. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  247. </Native>
  248. <Profilers>
  249. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  250. <option name="SUPPORT_LIB_ENABLED" value="true" />
  251. <option name="INSTRUMENTATION_ENABLED" value="true" />
  252. </Profilers>
  253. <option name="DEEP_LINK" value="" />
  254. <option name="ACTIVITY_CLASS" value="" />
  255. <method />
  256. </configuration>
  257. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Instrumented Tests">
  258. <module name="" />
  259. <option name="TESTING_TYPE" value="0" />
  260. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  261. <option name="METHOD_NAME" value="" />
  262. <option name="CLASS_NAME" value="" />
  263. <option name="PACKAGE_NAME" value="" />
  264. <option name="EXTRA_OPTIONS" value="" />
  265. <option name="PREFERRED_AVD" value="" />
  266. <option name="CLEAR_LOGCAT" value="false" />
  267. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  268. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  269. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  270. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  271. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  272. <option name="PREFERRED_AVD" value="" />
  273. <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
  274. <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
  275. <option name="DEBUGGER_TYPE" value="Auto" />
  276. <Auto>
  277. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  278. <option name="SHOW_STATIC_VARS" value="true" />
  279. <option name="WORKING_DIR" value="" />
  280. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  281. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  282. </Auto>
  283. <Hybrid>
  284. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  285. <option name="SHOW_STATIC_VARS" value="true" />
  286. <option name="WORKING_DIR" value="" />
  287. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  288. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  289. </Hybrid>
  290. <Java />
  291. <Native>
  292. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  293. <option name="SHOW_STATIC_VARS" value="true" />
  294. <option name="WORKING_DIR" value="" />
  295. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  296. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  297. </Native>
  298. <Profilers>
  299. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  300. <option name="SUPPORT_LIB_ENABLED" value="true" />
  301. <option name="INSTRUMENTATION_ENABLED" value="true" />
  302. </Profilers>
  303. <method />
  304. </configuration>
  305. <configuration default="true" type="Application" factoryName="Application">
  306. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  307. <option name="MAIN_CLASS_NAME" />
  308. <option name="VM_PARAMETERS" />
  309. <option name="PROGRAM_PARAMETERS" />
  310. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  311. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  312. <option name="ALTERNATIVE_JRE_PATH" />
  313. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  314. <option name="ENV_VARIABLES" />
  315. <option name="PASS_PARENT_ENVS" value="true" />
  316. <module name="" />
  317. <envs />
  318. <method />
  319. </configuration>
  320. <configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
  321. <module name="" />
  322. <working_directory value="$PROJECT_DIR$" />
  323. <filePath value="$PROJECT_DIR$" />
  324. <kind value="FILE" />
  325. <method />
  326. </configuration>
  327. <configuration default="true" type="GoRunFileConfiguration" factoryName="Go Single File">
  328. <module name="" />
  329. <working_directory value="$PROJECT_DIR$" />
  330. <filePath value="$PROJECT_DIR$" />
  331. <method />
  332. </configuration>
  333. <configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
  334. <module name="" />
  335. <working_directory value="$PROJECT_DIR$" />
  336. <framework value="gotest" />
  337. <kind value="DIRECTORY" />
  338. <method />
  339. </configuration>
  340. <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
  341. <ExternalSystemSettings>
  342. <option name="executionName" />
  343. <option name="externalProjectPath" />
  344. <option name="externalSystemIdString" value="GRADLE" />
  345. <option name="scriptParameters" />
  346. <option name="taskDescriptions">
  347. <list />
  348. </option>
  349. <option name="taskNames">
  350. <list />
  351. </option>
  352. <option name="vmOptions" />
  353. </ExternalSystemSettings>
  354. <method />
  355. </configuration>
  356. <configuration default="true" type="JarApplication" factoryName="JAR Application">
  357. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  358. <envs />
  359. <method />
  360. </configuration>
  361. <configuration default="true" type="Java Scratch" factoryName="Java Scratch">
  362. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  363. <option name="SCRATCH_FILE_ID" value="0" />
  364. <option name="MAIN_CLASS_NAME" />
  365. <option name="VM_PARAMETERS" />
  366. <option name="PROGRAM_PARAMETERS" />
  367. <option name="WORKING_DIRECTORY" />
  368. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  369. <option name="ALTERNATIVE_JRE_PATH" />
  370. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  371. <option name="ENV_VARIABLES" />
  372. <option name="PASS_PARENT_ENVS" value="true" />
  373. <module name="" />
  374. <envs />
  375. <method />
  376. </configuration>
  377. <configuration default="true" type="Remote" factoryName="Remote">
  378. <option name="USE_SOCKET_TRANSPORT" value="true" />
  379. <option name="SERVER_MODE" value="false" />
  380. <option name="SHMEM_ADDRESS" value="javadebug" />
  381. <option name="HOST" value="localhost" />
  382. <option name="PORT" value="5005" />
  383. <method />
  384. </configuration>
  385. <configuration default="true" type="ScalaTestRunConfiguration" factoryName="ScalaTest">
  386. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  387. <module name="" />
  388. <setting name="path" value="" />
  389. <setting name="package" value="" />
  390. <setting name="vmparams" value="" />
  391. <setting name="params" value="" />
  392. <setting name="workingDirectory" value="" />
  393. <setting name="searchForTest" value="Across module dependencies" />
  394. <setting name="testName" value="" />
  395. <setting name="testKind" value="Class" />
  396. <setting name="showProgressMessages" value="true" />
  397. <envs />
  398. <method />
  399. </configuration>
  400. <configuration default="true" type="Specs2RunConfiguration" factoryName="Specs2">
  401. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  402. <module name="" />
  403. <setting name="path" value="" />
  404. <setting name="package" value="" />
  405. <setting name="vmparams" value="" />
  406. <setting name="params" value="" />
  407. <setting name="workingDirectory" value="" />
  408. <setting name="searchForTest" value="Across module dependencies" />
  409. <setting name="testName" value="" />
  410. <setting name="testKind" value="Class" />
  411. <setting name="showProgressMessages" value="true" />
  412. <envs />
  413. <method />
  414. </configuration>
  415. <configuration default="true" type="TestNG" factoryName="TestNG">
  416. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  417. <module name="" />
  418. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  419. <option name="ALTERNATIVE_JRE_PATH" />
  420. <option name="SUITE_NAME" />
  421. <option name="PACKAGE_NAME" />
  422. <option name="MAIN_CLASS_NAME" />
  423. <option name="METHOD_NAME" />
  424. <option name="GROUP_NAME" />
  425. <option name="TEST_OBJECT" value="CLASS" />
  426. <option name="VM_PARAMETERS" value="-ea" />
  427. <option name="PARAMETERS" />
  428. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  429. <option name="OUTPUT_DIRECTORY" />
  430. <option name="ANNOTATION_TYPE" />
  431. <option name="ENV_VARIABLES" />
  432. <option name="PASS_PARENT_ENVS" value="true" />
  433. <option name="TEST_SEARCH_SCOPE">
  434. <value defaultName="singleModule" />
  435. </option>
  436. <option name="USE_DEFAULT_REPORTERS" value="false" />
  437. <option name="PROPERTIES_FILE" />
  438. <envs />
  439. <properties />
  440. <listeners />
  441. <method />
  442. </configuration>
  443. <configuration default="true" type="TestNGTestDiscovery" factoryName="TestNG Test Discovery" changeList="All">
  444. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  445. <module name="" />
  446. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  447. <option name="ALTERNATIVE_JRE_PATH" />
  448. <option name="SUITE_NAME" />
  449. <option name="PACKAGE_NAME" />
  450. <option name="MAIN_CLASS_NAME" />
  451. <option name="METHOD_NAME" />
  452. <option name="GROUP_NAME" />
  453. <option name="TEST_OBJECT" value="CLASS" />
  454. <option name="VM_PARAMETERS" />
  455. <option name="PARAMETERS" />
  456. <option name="WORKING_DIRECTORY" />
  457. <option name="OUTPUT_DIRECTORY" />
  458. <option name="ANNOTATION_TYPE" />
  459. <option name="ENV_VARIABLES" />
  460. <option name="PASS_PARENT_ENVS" value="true" />
  461. <option name="TEST_SEARCH_SCOPE">
  462. <value defaultName="singleModule" />
  463. </option>
  464. <option name="USE_DEFAULT_REPORTERS" value="false" />
  465. <option name="PROPERTIES_FILE" />
  466. <envs />
  467. <properties />
  468. <listeners />
  469. <method />
  470. </configuration>
  471. <configuration default="true" type="uTestRunConfiguration" factoryName="utest">
  472. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  473. <module name="" />
  474. <setting name="path" value="" />
  475. <setting name="package" value="" />
  476. <setting name="vmparams" value="" />
  477. <setting name="params" value="" />
  478. <setting name="workingDirectory" value="" />
  479. <setting name="searchForTest" value="Across module dependencies" />
  480. <setting name="testName" value="" />
  481. <setting name="testKind" value="Class" />
  482. <setting name="showProgressMessages" value="true" />
  483. <envs />
  484. <method />
  485. </configuration>
  486. <list size="1">
  487. <item index="0" class="java.lang.String" itemvalue="Go Single File.go run main.go" />
  488. </list>
  489. <configuration name="&lt;template&gt;" type="Applet" default="true" selected="false">
  490. <option name="MAIN_CLASS_NAME" />
  491. <option name="HTML_FILE_NAME" />
  492. <option name="HTML_USED" value="false" />
  493. <option name="WIDTH" value="400" />
  494. <option name="HEIGHT" value="300" />
  495. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  496. <option name="VM_PARAMETERS" />
  497. </configuration>
  498. <configuration name="&lt;template&gt;" type="JUnit" default="true" selected="false">
  499. <option name="MAIN_CLASS_NAME" />
  500. <option name="VM_PARAMETERS" value="-ea" />
  501. <option name="PARAMETERS" />
  502. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  503. </configuration>
  504. <configuration name="&lt;template&gt;" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" default="true" selected="false">
  505. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  506. </configuration>
  507. </component>
  508. <component name="SbtLocalSettings">
  509. <option name="externalProjectsViewState">
  510. <projects_view />
  511. </option>
  512. </component>
  513. <component name="ShelveChangesManager" show_recycled="false">
  514. <option name="remove_strategy" value="false" />
  515. </component>
  516. <component name="TaskManager">
  517. <task active="true" id="Default" summary="Default task">
  518. <changelist id="36eaad7a-0726-4217-b7e5-1b2c680697a1" name="Default" comment="" />
  519. <created>1500755998421</created>
  520. <option name="number" value="Default" />
  521. <option name="presentableId" value="Default" />
  522. <updated>1500755998421</updated>
  523. </task>
  524. <servers />
  525. </component>
  526. <component name="ToolWindowManager">
  527. <frame x="0" y="23" width="1676" height="1027" extended-state="6" />
  528. <editor active="false" />
  529. <layout>
  530. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
  531. <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  532. <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  533. <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32939914" sideWeight="0.5" order="0" side_tool="true" content_ui="tabs" />
  534. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32832617" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
  535. <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  536. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  537. <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  538. <window_info id="Project" active="true" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2702864" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
  539. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.13902149" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  540. <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  541. <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  542. <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
  543. <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
  544. <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  545. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  546. <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  547. <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  548. <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="5" side_tool="false" content_ui="combo" />
  549. <window_info id="Designer" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  550. <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  551. <window_info id="Palette&#9;" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  552. <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
  553. <window_info id="Captures" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  554. <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  555. </layout>
  556. </component>
  557. <component name="Vcs.Log.UiProperties">
  558. <option name="RECENTLY_FILTERED_USER_GROUPS">
  559. <collection />
  560. </option>
  561. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  562. <collection />
  563. </option>
  564. </component>
  565. <component name="VcsContentAnnotationSettings">
  566. <option name="myLimit" value="2678400000" />
  567. </component>
  568. <component name="VcsManagerConfiguration">
  569. <option name="USE_COMMIT_MESSAGE_MARGIN" value="true" />
  570. <option name="COMMIT_MESSAGE_MARGIN_SIZE" value="80" />
  571. </component>
  572. <component name="XDebuggerManager">
  573. <breakpoint-manager />
  574. <watches-manager />
  575. </component>
  576. <component name="editorHistoryManager">
  577. <entry file="file://$PROJECT_DIR$/docs/protocol.yml">
  578. <provider selected="true" editor-type-id="text-editor">
  579. <state relative-caret-position="0">
  580. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  581. <folding />
  582. </state>
  583. </provider>
  584. </entry>
  585. <entry file="file://$PROJECT_DIR$/docs/protocol.yml">
  586. <provider selected="true" editor-type-id="text-editor">
  587. <state relative-caret-position="0">
  588. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  589. <folding />
  590. </state>
  591. </provider>
  592. </entry>
  593. <entry file="file://$PROJECT_DIR$/docs/components.md" />
  594. <entry file="file://$PROJECT_DIR$/hello.go" />
  595. <entry file="file://$PROJECT_DIR$/hello.go" />
  596. <entry file="file://$PROJECT_DIR$/LICENSE">
  597. <provider selected="true" editor-type-id="text-editor">
  598. <state relative-caret-position="195">
  599. <caret line="13" column="0" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
  600. </state>
  601. </provider>
  602. </entry>
  603. <entry file="file://$PROJECT_DIR$/docs/event_handling.md">
  604. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  605. <state split_layout="SPLIT">
  606. <first_editor relative-caret-position="345">
  607. <caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
  608. </first_editor>
  609. <second_editor>
  610. <js_state />
  611. </second_editor>
  612. </state>
  613. </provider>
  614. <provider editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  615. <state split_layout="FIRST">
  616. <first_editor relative-caret-position="120">
  617. <caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
  618. </first_editor>
  619. <second_editor />
  620. </state>
  621. </provider>
  622. </entry>
  623. <entry file="file://$PROJECT_DIR$/docs/storage_memory.md">
  624. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  625. <state split_layout="SPLIT">
  626. <first_editor relative-caret-position="105">
  627. <caret line="7" column="0" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
  628. </first_editor>
  629. <second_editor>
  630. <js_state />
  631. </second_editor>
  632. </state>
  633. </provider>
  634. <provider editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  635. <state split_layout="SPLIT">
  636. <first_editor relative-caret-position="165">
  637. <caret line="11" column="12" selection-start-line="11" selection-start-column="12" selection-end-line="11" selection-end-column="12" />
  638. </first_editor>
  639. <second_editor />
  640. </state>
  641. </provider>
  642. </entry>
  643. <entry file="file://$PROJECT_DIR$/docs/components.md" />
  644. <entry file="file://$PROJECT_DIR$/docs/readline.md">
  645. <provider editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  646. <state split_layout="SPLIT">
  647. <first_editor relative-caret-position="0">
  648. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  649. </first_editor>
  650. <second_editor>
  651. <js_state />
  652. </second_editor>
  653. </state>
  654. </provider>
  655. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  656. <state split_layout="SPLIT">
  657. <first_editor relative-caret-position="30">
  658. <caret line="2" column="0" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
  659. </first_editor>
  660. <second_editor />
  661. </state>
  662. </provider>
  663. </entry>
  664. <entry file="file://$PROJECT_DIR$/README.md">
  665. <provider editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  666. <state split_layout="SPLIT">
  667. <first_editor relative-caret-position="0">
  668. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  669. </first_editor>
  670. <second_editor>
  671. <js_state />
  672. </second_editor>
  673. </state>
  674. </provider>
  675. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  676. <state split_layout="SPLIT">
  677. <first_editor relative-caret-position="30">
  678. <caret line="2" column="25" selection-start-line="2" selection-start-column="25" selection-end-line="2" selection-end-column="25" />
  679. </first_editor>
  680. <second_editor />
  681. </state>
  682. </provider>
  683. </entry>
  684. <entry file="file://$PROJECT_DIR$/docs/runner_cli.md">
  685. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  686. <state split_layout="SPLIT">
  687. <first_editor relative-caret-position="180">
  688. <caret line="12" column="33" selection-start-line="12" selection-start-column="33" selection-end-line="12" selection-end-column="33" />
  689. </first_editor>
  690. <second_editor>
  691. <js_state />
  692. </second_editor>
  693. </state>
  694. </provider>
  695. </entry>
  696. <entry file="file://$PROJECT_DIR$/docs/runner_config.md">
  697. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  698. <state split_layout="SPLIT">
  699. <first_editor relative-caret-position="150">
  700. <caret line="10" column="47" selection-start-line="10" selection-start-column="47" selection-end-line="10" selection-end-column="47" />
  701. </first_editor>
  702. <second_editor>
  703. <js_state />
  704. </second_editor>
  705. </state>
  706. </provider>
  707. <provider editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  708. <state split_layout="SPLIT">
  709. <first_editor relative-caret-position="0">
  710. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  711. </first_editor>
  712. <second_editor />
  713. </state>
  714. </provider>
  715. </entry>
  716. <entry file="file://$PROJECT_DIR$/main.go">
  717. <provider selected="true" editor-type-id="text-editor">
  718. <state relative-caret-position="525">
  719. <caret line="36" column="1" selection-start-line="36" selection-start-column="1" selection-end-line="36" selection-end-column="1" />
  720. <folding />
  721. </state>
  722. </provider>
  723. </entry>
  724. <entry file="file://$PROJECT_DIR$/../../../../../Memcached/memcached/doc/threads.txt">
  725. <provider selected="true" editor-type-id="text-editor">
  726. <state relative-caret-position="0">
  727. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  728. </state>
  729. </provider>
  730. </entry>
  731. <entry file="file://$PROJECT_DIR$/../../../../../Memcached/memcached/doc/readme.txt">
  732. <provider selected="true" editor-type-id="text-editor">
  733. <state relative-caret-position="0">
  734. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  735. </state>
  736. </provider>
  737. </entry>
  738. <entry file="file://$PROJECT_DIR$/../../../../../Memcached/memcached/doc/protocol-binary-range.xml">
  739. <provider selected="true" editor-type-id="text-editor">
  740. <state relative-caret-position="-540">
  741. <caret line="12" column="0" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
  742. </state>
  743. </provider>
  744. </entry>
  745. <entry file="file://$PROJECT_DIR$/../../../../../Memcached/memcached/doc/protocol-binary.xml">
  746. <provider selected="true" editor-type-id="text-editor">
  747. <state relative-caret-position="-1575">
  748. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  749. <folding />
  750. </state>
  751. </provider>
  752. </entry>
  753. <entry file="file://$PROJECT_DIR$/../../../../../Memcached/memcached/doc/protocol.txt">
  754. <provider selected="true" editor-type-id="text-editor">
  755. <state relative-caret-position="874">
  756. <caret line="784" column="0" selection-start-line="784" selection-start-column="0" selection-end-line="784" selection-end-column="0" />
  757. <folding />
  758. </state>
  759. </provider>
  760. </entry>
  761. <entry file="file://$PROJECT_DIR$/docs/protocol.yml">
  762. <provider selected="true" editor-type-id="text-editor">
  763. <state relative-caret-position="850">
  764. <caret line="297" column="3" selection-start-line="297" selection-start-column="3" selection-end-line="297" selection-end-column="3" />
  765. <folding />
  766. </state>
  767. </provider>
  768. </entry>
  769. <entry file="file://$PROJECT_DIR$/docs/README.md">
  770. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  771. <state split_layout="SPLIT">
  772. <first_editor relative-caret-position="324">
  773. <caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
  774. <folding />
  775. </first_editor>
  776. <second_editor>
  777. <js_state />
  778. </second_editor>
  779. </state>
  780. </provider>
  781. <provider editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  782. <state split_layout="FIRST">
  783. <first_editor relative-caret-position="750">
  784. <caret line="51" column="2" selection-start-line="51" selection-start-column="2" selection-end-line="51" selection-end-column="2" />
  785. <folding />
  786. </first_editor>
  787. <second_editor />
  788. </state>
  789. </provider>
  790. </entry>
  791. <entry file="file://$PROJECT_DIR$/third.go">
  792. <provider selected="true" editor-type-id="text-editor">
  793. <state relative-caret-position="0">
  794. <caret line="0" column="12" selection-start-line="0" selection-start-column="12" selection-end-line="0" selection-end-column="12" />
  795. <folding />
  796. </state>
  797. </provider>
  798. </entry>
  799. <entry file="file://$PROJECT_DIR$/third/bloom/jenkins.go">
  800. <provider selected="true" editor-type-id="text-editor">
  801. <state relative-caret-position="315">
  802. <caret line="21" column="22" selection-start-line="21" selection-start-column="22" selection-end-line="21" selection-end-column="22" />
  803. <folding />
  804. </state>
  805. </provider>
  806. </entry>
  807. <entry file="file://$PROJECT_DIR$/third/bloom/jenkins_test.go">
  808. <provider selected="true" editor-type-id="text-editor">
  809. <state relative-caret-position="450">
  810. <caret line="30" column="0" selection-start-line="30" selection-start-column="0" selection-end-line="30" selection-end-column="0" />
  811. <folding />
  812. </state>
  813. </provider>
  814. </entry>
  815. <entry file="file://$PROJECT_DIR$/docs/hash.md">
  816. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  817. <state split_layout="SPLIT">
  818. <first_editor relative-caret-position="660">
  819. <caret line="44" column="101" selection-start-line="44" selection-start-column="101" selection-end-line="44" selection-end-column="101" />
  820. <folding />
  821. </first_editor>
  822. <second_editor>
  823. <js_state />
  824. </second_editor>
  825. </state>
  826. </provider>
  827. <provider editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  828. <state split_layout="SPLIT">
  829. <first_editor relative-caret-position="165">
  830. <caret line="11" column="0" selection-start-line="11" selection-start-column="0" selection-end-line="11" selection-end-column="0" />
  831. <folding />
  832. </first_editor>
  833. <second_editor />
  834. </state>
  835. </provider>
  836. </entry>
  837. </component>
  838. <component name="masterDetails">
  839. <states>
  840. <state key="ArtifactsStructureConfigurable.UI">
  841. <settings>
  842. <artifact-editor />
  843. <splitter-proportions>
  844. <option name="proportions">
  845. <list>
  846. <option value="0.2" />
  847. </list>
  848. </option>
  849. </splitter-proportions>
  850. </settings>
  851. </state>
  852. <state key="FacetStructureConfigurable.UI">
  853. <settings>
  854. <last-edited>No facets are configured</last-edited>
  855. <splitter-proportions>
  856. <option name="proportions">
  857. <list>
  858. <option value="0.2" />
  859. </list>
  860. </option>
  861. </splitter-proportions>
  862. </settings>
  863. </state>
  864. <state key="GlobalLibrariesConfigurable.UI">
  865. <settings>
  866. <last-edited>gatling</last-edited>
  867. <splitter-proportions>
  868. <option name="proportions">
  869. <list>
  870. <option value="0.2" />
  871. </list>
  872. </option>
  873. </splitter-proportions>
  874. </settings>
  875. </state>
  876. <state key="JdkListConfigurable.UI">
  877. <settings>
  878. <last-edited>1.8</last-edited>
  879. <splitter-proportions>
  880. <option name="proportions">
  881. <list>
  882. <option value="0.2" />
  883. </list>
  884. </option>
  885. </splitter-proportions>
  886. </settings>
  887. </state>
  888. <state key="ModuleStructureConfigurable.UI">
  889. <settings>
  890. <last-edited>gache</last-edited>
  891. <splitter-proportions>
  892. <option name="proportions">
  893. <list>
  894. <option value="0.2" />
  895. </list>
  896. </option>
  897. </splitter-proportions>
  898. </settings>
  899. </state>
  900. <state key="ProjectJDKs.UI">
  901. <settings>
  902. <last-edited>1.8</last-edited>
  903. <splitter-proportions>
  904. <option name="proportions">
  905. <list>
  906. <option value="0.2" />
  907. </list>
  908. </option>
  909. </splitter-proportions>
  910. </settings>
  911. </state>
  912. <state key="ProjectLibrariesConfigurable.UI">
  913. <settings>
  914. <splitter-proportions>
  915. <option name="proportions">
  916. <list>
  917. <option value="0.2" />
  918. </list>
  919. </option>
  920. </splitter-proportions>
  921. </settings>
  922. </state>
  923. </states>
  924. </component>
  925. </project>