workspace.xml 51 KB

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