workspace.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="6f808035-c4a7-43a4-b02e-714d210efdd3" name="Default" comment="" />
  5. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  6. <option name="TRACKING_ENABLED" value="true" />
  7. <option name="SHOW_DIALOG" value="false" />
  8. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  9. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  10. <option name="LAST_RESOLUTION" value="IGNORE" />
  11. </component>
  12. <component name="FileEditorManager">
  13. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  14. <file leaf-file-name="regx.go" pinned="false" current-in-tab="false">
  15. <entry file="file://$PROJECT_DIR$/regx.go">
  16. <provider selected="true" editor-type-id="text-editor">
  17. <state relative-caret-position="966">
  18. <caret line="69" column="1" lean-forward="false" selection-start-line="69" selection-start-column="1" selection-end-line="69" selection-end-column="1" />
  19. <folding>
  20. <element signature="e#14#29#0" expanded="true" />
  21. </folding>
  22. </state>
  23. </provider>
  24. </entry>
  25. </file>
  26. <file leaf-file-name="regx_test.go" pinned="false" current-in-tab="false">
  27. <entry file="file://$PROJECT_DIR$/regx_test.go">
  28. <provider selected="true" editor-type-id="text-editor">
  29. <state relative-caret-position="630">
  30. <caret line="48" column="16" lean-forward="false" selection-start-line="48" selection-start-column="16" selection-end-line="48" selection-end-column="16" />
  31. <folding>
  32. <element signature="e#14#52#0" expanded="true" />
  33. </folding>
  34. </state>
  35. </provider>
  36. </entry>
  37. </file>
  38. <file leaf-file-name="regexp.go" pinned="false" current-in-tab="true">
  39. <entry file="file://C:/Go/src/regexp/regexp.go">
  40. <provider selected="true" editor-type-id="text-editor">
  41. <state relative-caret-position="322">
  42. <caret line="507" column="1" lean-forward="true" selection-start-line="507" selection-start-column="1" selection-end-line="507" selection-end-column="1" />
  43. <folding />
  44. </state>
  45. </provider>
  46. </entry>
  47. </file>
  48. </leaf>
  49. </component>
  50. <component name="FileTemplateManagerImpl">
  51. <option name="RECENT_TEMPLATES">
  52. <list>
  53. <option value="Go File" />
  54. </list>
  55. </option>
  56. </component>
  57. <component name="GOROOT" path="C:\Go" />
  58. <component name="GoLibraries">
  59. <option name="urls">
  60. <list>
  61. <option value="file://$PROJECT_DIR$/../../../../home/hon/go" />
  62. <option value="file://$PROJECT_DIR$/../.." />
  63. <option value="file://$PROJECT_DIR$/../../../demo" />
  64. </list>
  65. </option>
  66. <option name="useGoPathFromSystemEnvironment" value="false" />
  67. </component>
  68. <component name="IdeDocumentHistory">
  69. <option name="CHANGED_PATHS">
  70. <list>
  71. <option value="$PROJECT_DIR$/regx.go" />
  72. <option value="$PROJECT_DIR$/regx_test.go" />
  73. </list>
  74. </option>
  75. </component>
  76. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  77. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  78. <component name="JsGulpfileManager">
  79. <detection-done>true</detection-done>
  80. <sorting>DEFINITION_ORDER</sorting>
  81. </component>
  82. <component name="ProjectFrameBounds">
  83. <option name="x" value="-8" />
  84. <option name="y" value="32" />
  85. <option name="width" value="1936" />
  86. <option name="height" value="1056" />
  87. </component>
  88. <component name="ProjectInspectionProfilesVisibleTreeState">
  89. <entry key="Project Default">
  90. <profile-state>
  91. <expanded-state>
  92. <State>
  93. <id />
  94. </State>
  95. <State>
  96. <id>Internationalization issues</id>
  97. </State>
  98. </expanded-state>
  99. <selected-state>
  100. <State>
  101. <id>CSS</id>
  102. </State>
  103. </selected-state>
  104. </profile-state>
  105. </entry>
  106. </component>
  107. <component name="ProjectView">
  108. <navigator currentView="ProjectPane" proportions="" version="1">
  109. <flattenPackages />
  110. <showMembers />
  111. <showModules />
  112. <showLibraryContents />
  113. <hideEmptyPackages />
  114. <abbreviatePackageNames />
  115. <autoscrollToSource />
  116. <autoscrollFromSource />
  117. <sortByType />
  118. <manualOrder />
  119. <foldersAlwaysOnTop value="true" />
  120. </navigator>
  121. <panes>
  122. <pane id="ProjectPane">
  123. <subPane>
  124. <expand>
  125. <path>
  126. <item name="regx" type="b2602c69:ProjectViewProjectNode" />
  127. <item name="regx" type="462c0819:PsiDirectoryNode" />
  128. </path>
  129. <path>
  130. <item name="regx" type="b2602c69:ProjectViewProjectNode" />
  131. <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
  132. </path>
  133. <path>
  134. <item name="regx" type="b2602c69:ProjectViewProjectNode" />
  135. <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
  136. <item name="GOPATH &lt;regx&gt;" type="20ee2d1f:SyntheticLibraryElementNode" />
  137. </path>
  138. <path>
  139. <item name="regx" type="b2602c69:ProjectViewProjectNode" />
  140. <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
  141. <item name="GOPATH &lt;regx&gt;" type="20ee2d1f:SyntheticLibraryElementNode" />
  142. <item name="src" type="462c0819:PsiDirectoryNode" />
  143. </path>
  144. </expand>
  145. <select />
  146. </subPane>
  147. </pane>
  148. <pane id="Scratches" />
  149. <pane id="Scope" />
  150. </panes>
  151. </component>
  152. <component name="PropertiesComponent">
  153. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  154. <property name="settings.editor.selected.configurable" value="watcher.settings" />
  155. <property name="configurable.Global.GOPATH.is.expanded" value="true" />
  156. <property name="configurable.Project.GOPATH.is.expanded" value="true" />
  157. <property name="go.sdk.automatically.set" value="true" />
  158. <property name="DefaultGoTemplateProperty" value="Go File" />
  159. </component>
  160. <component name="RunDashboard">
  161. <option name="ruleStates">
  162. <list>
  163. <RuleState>
  164. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  165. </RuleState>
  166. <RuleState>
  167. <option name="name" value="StatusDashboardGroupingRule" />
  168. </RuleState>
  169. </list>
  170. </option>
  171. </component>
  172. <component name="RunManager">
  173. <configuration name="go test regx" type="GoTestRunConfiguration" factoryName="Go Test" temporary="true">
  174. <module name="regx" />
  175. <working_directory value="$PROJECT_DIR$" />
  176. <go_parameters value="-i" />
  177. <framework value="gotest" />
  178. <kind value="PACKAGE" />
  179. <package value="regx" />
  180. </configuration>
  181. <recent_temporary>
  182. <list size="1">
  183. <item index="0" class="java.lang.String" itemvalue="Go Test.go test regx" />
  184. </list>
  185. </recent_temporary>
  186. </component>
  187. <component name="ShelveChangesManager" show_recycled="false">
  188. <option name="remove_strategy" value="false" />
  189. </component>
  190. <component name="TestHistory">
  191. <history-entry file="go_test_regx - 2018.01.27 at 08h 57m 36s.xml">
  192. <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
  193. </history-entry>
  194. <history-entry file="go_test_regx - 2018.01.27 at 08h 58m 18s.xml">
  195. <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
  196. </history-entry>
  197. <history-entry file="go_test_regx - 2018.01.27 at 08h 59m 28s.xml">
  198. <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
  199. </history-entry>
  200. <history-entry file="go_test_regx - 2018.01.27 at 08h 59m 38s.xml">
  201. <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
  202. </history-entry>
  203. <history-entry file="go_test_regx - 2018.01.27 at 08h 59m 46s.xml">
  204. <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
  205. </history-entry>
  206. <history-entry file="go_test_regx - 2018.01.27 at 08h 59m 51s.xml">
  207. <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
  208. </history-entry>
  209. <history-entry file="go_test_regx - 2018.01.27 at 09h 15m 30s.xml">
  210. <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
  211. </history-entry>
  212. <history-entry file="go_test_regx - 2018.01.27 at 09h 15m 35s.xml">
  213. <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
  214. </history-entry>
  215. <history-entry file="go_test_regx - 2018.01.27 at 09h 15m 53s.xml">
  216. <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
  217. </history-entry>
  218. <history-entry file="go_test_regx - 2018.01.27 at 09h 16m 01s.xml">
  219. <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
  220. </history-entry>
  221. </component>
  222. <component name="ToolWindowManager">
  223. <frame x="-8" y="32" width="1936" height="1056" extended-state="0" />
  224. <editor active="true" />
  225. <layout>
  226. <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.19509594" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
  227. <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="6" side_tool="false" content_ui="tabs" />
  228. <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.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
  229. <window_info id="Database" 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="3" side_tool="false" content_ui="tabs" />
  230. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.24553572" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  231. <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  232. <window_info id="Structure" 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="1" side_tool="false" content_ui="tabs" />
  233. <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="7" side_tool="false" content_ui="tabs" />
  234. <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="3" side_tool="false" content_ui="tabs" />
  235. <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" />
  236. <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="4" side_tool="false" content_ui="tabs" />
  237. <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="0" side_tool="false" content_ui="tabs" />
  238. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  239. <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="5" side_tool="false" content_ui="tabs" />
  240. <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="2" side_tool="false" content_ui="combo" />
  241. <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="1" side_tool="false" content_ui="tabs" />
  242. <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="1" side_tool="false" content_ui="tabs" />
  243. </layout>
  244. </component>
  245. <component name="TypeScriptGeneratedFilesManager">
  246. <option name="version" value="1" />
  247. </component>
  248. <component name="VcsContentAnnotationSettings">
  249. <option name="myLimit" value="2678400000" />
  250. </component>
  251. <component name="XDebuggerManager">
  252. <breakpoint-manager />
  253. <watches-manager />
  254. </component>
  255. <component name="editorHistoryManager">
  256. <entry file="file://$PROJECT_DIR$/regx.go">
  257. <provider selected="true" editor-type-id="text-editor">
  258. <state relative-caret-position="966">
  259. <caret line="69" column="1" lean-forward="false" selection-start-line="69" selection-start-column="1" selection-end-line="69" selection-end-column="1" />
  260. <folding>
  261. <element signature="e#14#29#0" expanded="true" />
  262. </folding>
  263. </state>
  264. </provider>
  265. </entry>
  266. <entry file="file://$PROJECT_DIR$/regx_test.go">
  267. <provider selected="true" editor-type-id="text-editor">
  268. <state relative-caret-position="630">
  269. <caret line="48" column="16" lean-forward="false" selection-start-line="48" selection-start-column="16" selection-end-line="48" selection-end-column="16" />
  270. <folding>
  271. <element signature="e#14#52#0" expanded="true" />
  272. </folding>
  273. </state>
  274. </provider>
  275. </entry>
  276. <entry file="file://C:/Go/src/regexp/regexp.go">
  277. <provider selected="true" editor-type-id="text-editor">
  278. <state relative-caret-position="6790">
  279. <caret line="485" column="6" lean-forward="false" selection-start-line="485" selection-start-column="6" selection-end-line="485" selection-end-column="6" />
  280. <folding />
  281. </state>
  282. </provider>
  283. </entry>
  284. <entry file="file://$PROJECT_DIR$/regx.go">
  285. <provider selected="true" editor-type-id="text-editor">
  286. <state relative-caret-position="966">
  287. <caret line="69" column="1" lean-forward="false" selection-start-line="69" selection-start-column="1" selection-end-line="69" selection-end-column="1" />
  288. <folding>
  289. <element signature="e#14#29#0" expanded="true" />
  290. </folding>
  291. </state>
  292. </provider>
  293. </entry>
  294. <entry file="file://$PROJECT_DIR$/regx_test.go">
  295. <provider selected="true" editor-type-id="text-editor">
  296. <state relative-caret-position="630">
  297. <caret line="48" column="16" lean-forward="false" selection-start-line="48" selection-start-column="16" selection-end-line="48" selection-end-column="16" />
  298. <folding>
  299. <element signature="e#14#52#0" expanded="true" />
  300. </folding>
  301. </state>
  302. </provider>
  303. </entry>
  304. <entry file="file://C:/Go/src/regexp/regexp.go">
  305. <provider selected="true" editor-type-id="text-editor">
  306. <state relative-caret-position="6790">
  307. <caret line="485" column="6" lean-forward="false" selection-start-line="485" selection-start-column="6" selection-end-line="485" selection-end-column="6" />
  308. <folding />
  309. </state>
  310. </provider>
  311. </entry>
  312. <entry file="file://$PROJECT_DIR$/regx.go">
  313. <provider selected="true" editor-type-id="text-editor">
  314. <state relative-caret-position="0">
  315. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  316. <folding>
  317. <element signature="e#14#29#0" expanded="true" />
  318. </folding>
  319. </state>
  320. </provider>
  321. </entry>
  322. <entry file="file://$PROJECT_DIR$/regx_test.go">
  323. <provider selected="true" editor-type-id="text-editor">
  324. <state relative-caret-position="672">
  325. <caret line="48" column="14" lean-forward="true" selection-start-line="48" selection-start-column="14" selection-end-line="48" selection-end-column="14" />
  326. <folding>
  327. <element signature="e#14#52#0" expanded="true" />
  328. </folding>
  329. </state>
  330. </provider>
  331. </entry>
  332. <entry file="file://$PROJECT_DIR$/regx.go">
  333. <provider selected="true" editor-type-id="text-editor">
  334. <state relative-caret-position="686">
  335. <caret line="49" column="49" lean-forward="false" selection-start-line="49" selection-start-column="49" selection-end-line="49" selection-end-column="49" />
  336. <folding>
  337. <element signature="e#14#29#0" expanded="true" />
  338. </folding>
  339. </state>
  340. </provider>
  341. </entry>
  342. <entry file="file://C:/Go/src/regexp/regexp.go">
  343. <provider selected="true" editor-type-id="text-editor">
  344. <state relative-caret-position="6972">
  345. <caret line="507" column="1" lean-forward="false" selection-start-line="507" selection-start-column="1" selection-end-line="507" selection-end-column="1" />
  346. <folding />
  347. </state>
  348. </provider>
  349. </entry>
  350. <entry file="file://$PROJECT_DIR$/regx_test.go">
  351. <provider selected="true" editor-type-id="text-editor">
  352. <state relative-caret-position="798">
  353. <caret line="60" column="23" lean-forward="true" selection-start-line="60" selection-start-column="23" selection-end-line="60" selection-end-column="23" />
  354. <folding>
  355. <element signature="e#14#52#0" expanded="true" />
  356. </folding>
  357. </state>
  358. </provider>
  359. </entry>
  360. <entry file="file://$PROJECT_DIR$/regx.go">
  361. <provider selected="true" editor-type-id="text-editor">
  362. <state relative-caret-position="686">
  363. <caret line="49" column="49" lean-forward="false" selection-start-line="49" selection-start-column="49" selection-end-line="49" selection-end-column="49" />
  364. <folding>
  365. <element signature="e#14#29#0" expanded="true" />
  366. </folding>
  367. </state>
  368. </provider>
  369. </entry>
  370. <entry file="file://C:/Go/src/regexp/regexp.go">
  371. <provider selected="true" editor-type-id="text-editor">
  372. <state relative-caret-position="6972">
  373. <caret line="507" column="1" lean-forward="true" selection-start-line="507" selection-start-column="1" selection-end-line="507" selection-end-column="1" />
  374. <folding />
  375. </state>
  376. </provider>
  377. </entry>
  378. <entry file="file://$PROJECT_DIR$/regx_test.go">
  379. <provider selected="true" editor-type-id="text-editor">
  380. <state relative-caret-position="252">
  381. <caret line="21" column="38" lean-forward="true" selection-start-line="21" selection-start-column="38" selection-end-line="21" selection-end-column="38" />
  382. <folding>
  383. <element signature="e#14#52#0" expanded="true" />
  384. </folding>
  385. </state>
  386. </provider>
  387. </entry>
  388. <entry file="file://$PROJECT_DIR$/regx.go">
  389. <provider selected="true" editor-type-id="text-editor">
  390. <state relative-caret-position="0">
  391. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  392. <folding>
  393. <element signature="e#14#29#0" expanded="true" />
  394. </folding>
  395. </state>
  396. </provider>
  397. </entry>
  398. <entry file="file://C:/Go/src/regexp/regexp.go">
  399. <provider selected="true" editor-type-id="text-editor">
  400. <state relative-caret-position="6384">
  401. <caret line="456" column="5" lean-forward="false" selection-start-line="456" selection-start-column="5" selection-end-line="456" selection-end-column="5" />
  402. <folding />
  403. </state>
  404. </provider>
  405. </entry>
  406. <entry file="file://$PROJECT_DIR$/regx.go">
  407. <provider selected="true" editor-type-id="text-editor">
  408. <state relative-caret-position="966">
  409. <caret line="69" column="1" lean-forward="false" selection-start-line="69" selection-start-column="1" selection-end-line="69" selection-end-column="1" />
  410. <folding>
  411. <element signature="e#14#29#0" expanded="true" />
  412. </folding>
  413. </state>
  414. </provider>
  415. </entry>
  416. <entry file="file://$PROJECT_DIR$/regx_test.go">
  417. <provider selected="true" editor-type-id="text-editor">
  418. <state relative-caret-position="630">
  419. <caret line="48" column="16" lean-forward="false" selection-start-line="48" selection-start-column="16" selection-end-line="48" selection-end-column="16" />
  420. <folding>
  421. <element signature="e#14#52#0" expanded="true" />
  422. </folding>
  423. </state>
  424. </provider>
  425. </entry>
  426. <entry file="file://C:/Go/src/regexp/regexp.go">
  427. <provider selected="true" editor-type-id="text-editor">
  428. <state relative-caret-position="322">
  429. <caret line="507" column="1" lean-forward="true" selection-start-line="507" selection-start-column="1" selection-end-line="507" selection-end-column="1" />
  430. <folding />
  431. </state>
  432. </provider>
  433. </entry>
  434. </component>
  435. </project>