workspace.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="048f5977-9ed4-45df-900a-ad0460ae8f41" name="Default" comment="">
  5. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/index.html" afterPath="$PROJECT_DIR$/index.html" />
  6. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/app.js" afterPath="$PROJECT_DIR$/src/app.js" />
  7. </list>
  8. <ignored path="v4-tutorial.iws" />
  9. <ignored path=".idea/workspace.xml" />
  10. <ignored path=".idea/dataSources.local.xml" />
  11. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  12. <option name="TRACKING_ENABLED" value="true" />
  13. <option name="SHOW_DIALOG" value="false" />
  14. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  15. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  16. <option name="LAST_RESOLUTION" value="IGNORE" />
  17. </component>
  18. <component name="CreatePatchCommitExecutor">
  19. <option name="PATCH_PATH" value="" />
  20. </component>
  21. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  22. <component name="FavoritesManager">
  23. <favorites_list name="v4-tutorial" />
  24. </component>
  25. <component name="FileEditorManager">
  26. <leaf>
  27. <file leaf-file-name="index.html" pinned="false" current-in-tab="false">
  28. <entry file="file://$PROJECT_DIR$/index.html">
  29. <provider selected="true" editor-type-id="text-editor">
  30. <state relative-caret-position="406">
  31. <caret line="29" column="0" selection-start-line="29" selection-start-column="0" selection-end-line="29" selection-end-column="0" />
  32. <folding />
  33. </state>
  34. </provider>
  35. </entry>
  36. </file>
  37. <file leaf-file-name="app.js" pinned="false" current-in-tab="true">
  38. <entry file="file://$PROJECT_DIR$/src/app.js">
  39. <provider selected="true" editor-type-id="text-editor">
  40. <state relative-caret-position="350">
  41. <caret line="24" column="0" selection-start-line="24" selection-start-column="0" selection-end-line="24" selection-end-column="0" />
  42. <folding />
  43. </state>
  44. </provider>
  45. </entry>
  46. </file>
  47. </leaf>
  48. </component>
  49. <component name="FileTemplateManagerImpl">
  50. <option name="RECENT_TEMPLATES">
  51. <list>
  52. <option value="HTML File" />
  53. <option value="JavaScript File" />
  54. <option value="package_json" />
  55. </list>
  56. </option>
  57. </component>
  58. <component name="Git.Settings">
  59. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  60. </component>
  61. <component name="IdeDocumentHistory">
  62. <option name="CHANGED_PATHS">
  63. <list>
  64. <option value="$PROJECT_DIR$/package.json" />
  65. <option value="$PROJECT_DIR$/src/data.json" />
  66. <option value="$PROJECT_DIR$/src/data.csv" />
  67. <option value="$PROJECT_DIR$/src/data.tsv" />
  68. <option value="$PROJECT_DIR$/index.html" />
  69. <option value="$PROJECT_DIR$/src/app.js" />
  70. </list>
  71. </option>
  72. </component>
  73. <component name="JsBowerSettings">
  74. <exe-path />
  75. <config-path />
  76. </component>
  77. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  78. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  79. <component name="JsGulpfileManager">
  80. <detection-done>true</detection-done>
  81. <sorting>DEFINITION_ORDER</sorting>
  82. </component>
  83. <component name="NodeModulesDirectoryManager">
  84. <handled-path value="$PROJECT_DIR$/node_modules" />
  85. </component>
  86. <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
  87. <component name="ProjectFrameBounds">
  88. <option name="y" value="23" />
  89. <option name="width" value="1032" />
  90. <option name="height" value="877" />
  91. </component>
  92. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  93. <OptionsSetting value="true" id="Add" />
  94. <OptionsSetting value="true" id="Remove" />
  95. <OptionsSetting value="true" id="Checkout" />
  96. <OptionsSetting value="true" id="Update" />
  97. <OptionsSetting value="true" id="Status" />
  98. <OptionsSetting value="true" id="Edit" />
  99. <ConfirmationsSetting value="0" id="Add" />
  100. <ConfirmationsSetting value="0" id="Remove" />
  101. </component>
  102. <component name="ProjectView">
  103. <navigator currentView="ProjectPane" proportions="" version="1">
  104. <flattenPackages />
  105. <showMembers />
  106. <showModules />
  107. <showLibraryContents />
  108. <hideEmptyPackages />
  109. <abbreviatePackageNames />
  110. <autoscrollToSource />
  111. <autoscrollFromSource />
  112. <sortByType />
  113. <manualOrder />
  114. <foldersAlwaysOnTop value="true" />
  115. </navigator>
  116. <panes>
  117. <pane id="Scratches" />
  118. <pane id="ProjectPane">
  119. <subPane>
  120. <PATH>
  121. <PATH_ELEMENT>
  122. <option name="myItemId" value="v4-tutorial" />
  123. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  124. </PATH_ELEMENT>
  125. </PATH>
  126. <PATH>
  127. <PATH_ELEMENT>
  128. <option name="myItemId" value="v4-tutorial" />
  129. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  130. </PATH_ELEMENT>
  131. <PATH_ELEMENT>
  132. <option name="myItemId" value="v4-tutorial" />
  133. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  134. </PATH_ELEMENT>
  135. </PATH>
  136. <PATH>
  137. <PATH_ELEMENT>
  138. <option name="myItemId" value="v4-tutorial" />
  139. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  140. </PATH_ELEMENT>
  141. <PATH_ELEMENT>
  142. <option name="myItemId" value="v4-tutorial" />
  143. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  144. </PATH_ELEMENT>
  145. <PATH_ELEMENT>
  146. <option name="myItemId" value="src" />
  147. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  148. </PATH_ELEMENT>
  149. </PATH>
  150. </subPane>
  151. </pane>
  152. <pane id="Scope" />
  153. </panes>
  154. </component>
  155. <component name="PropertiesComponent">
  156. <property name="settings.editor.selected.configurable" value="JavaScript.Libraries" />
  157. <property name="js.eslint.nodeInterpreter" value="project" />
  158. <property name="js.eslint.eslintPackage" value="/usr/local/lib/node_modules/eslint" />
  159. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  160. <property name="settings.editor.splitter.proportion" value="0.2" />
  161. <property name="nodejs_interpreter_path" value="/usr/local/bin/node" />
  162. <property name="configurable.Global.libraries.is.expanded" value="true" />
  163. <property name="WebServerToolWindowFactoryState" value="false" />
  164. <property name="HbShouldOpenHtmlAsHb" value="" />
  165. <property name="DefaultHtmlFileTemplate" value="HTML File" />
  166. <property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" />
  167. </component>
  168. <component name="RecentsManager">
  169. <key name="MoveFile.RECENT_KEYS">
  170. <recent name="$PROJECT_DIR$" />
  171. <recent name="$PROJECT_DIR$/src/data" />
  172. </key>
  173. <key name="CopyFile.RECENT_KEYS">
  174. <recent name="$PROJECT_DIR$/src" />
  175. </key>
  176. </component>
  177. <component name="RunManager">
  178. <configuration default="true" type="BashConfigurationType" factoryName="Bash">
  179. <option name="INTERPRETER_OPTIONS" value="" />
  180. <option name="INTERPRETER_PATH" value="/bin/bash" />
  181. <option name="WORKING_DIRECTORY" value="" />
  182. <option name="PARENT_ENVS" value="true" />
  183. <option name="SCRIPT_NAME" value="" />
  184. <option name="PARAMETERS" value="" />
  185. <module name="" />
  186. <envs />
  187. <method />
  188. </configuration>
  189. <configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
  190. <module name="" />
  191. <working_directory value="$PROJECT_DIR$" />
  192. <filePath value="$PROJECT_DIR$" />
  193. <kind value="FILE" />
  194. <method />
  195. </configuration>
  196. <configuration default="true" type="GoRunFileConfiguration" factoryName="Go Single File">
  197. <module name="" />
  198. <working_directory value="$PROJECT_DIR$" />
  199. <filePath value="$PROJECT_DIR$" />
  200. <method />
  201. </configuration>
  202. <configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
  203. <module name="" />
  204. <working_directory value="$PROJECT_DIR$" />
  205. <framework value="gotest" />
  206. <kind value="DIRECTORY" />
  207. <method />
  208. </configuration>
  209. <configuration default="true" type="JavaScriptTestRunnerKarma" factoryName="Karma">
  210. <config-file value="" />
  211. <node-interpreter value="project" />
  212. <envs />
  213. <method />
  214. </configuration>
  215. <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
  216. <method />
  217. </configuration>
  218. <configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
  219. <method />
  220. </configuration>
  221. <configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
  222. <TestRunner />
  223. <method />
  224. </configuration>
  225. <configuration default="true" type="PhpLocalRunConfigurationType" factoryName="PHP Console">
  226. <method />
  227. </configuration>
  228. <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
  229. <method />
  230. </configuration>
  231. <configuration default="true" type="js.build_tools.npm" factoryName="npm">
  232. <command value="run-script" />
  233. <scripts />
  234. <node-interpreter value="project" />
  235. <envs />
  236. <method />
  237. </configuration>
  238. <configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
  239. <node-interpreter>project</node-interpreter>
  240. <node-options />
  241. <working-directory />
  242. <pass-parent-env>true</pass-parent-env>
  243. <envs />
  244. <ui />
  245. <extra-mocha-options />
  246. <test-kind>DIRECTORY</test-kind>
  247. <test-directory />
  248. <recursive>false</recursive>
  249. <method />
  250. </configuration>
  251. </component>
  252. <component name="ShelveChangesManager" show_recycled="false">
  253. <option name="remove_strategy" value="false" />
  254. </component>
  255. <component name="StructureViewFactory">
  256. <option name="ACTIVE_ACTIONS" value=",HIDE_INHERITED_FROM_OBJECT" />
  257. </component>
  258. <component name="TaskManager">
  259. <task active="true" id="Default" summary="Default task">
  260. <changelist id="048f5977-9ed4-45df-900a-ad0460ae8f41" name="Default" comment="" />
  261. <created>1478355759772</created>
  262. <option name="number" value="Default" />
  263. <option name="presentableId" value="Default" />
  264. <updated>1478355759772</updated>
  265. <workItem from="1478355760990" duration="5293000" />
  266. </task>
  267. <servers />
  268. </component>
  269. <component name="TimeTrackingManager">
  270. <option name="totallyTimeSpent" value="5293000" />
  271. </component>
  272. <component name="ToolWindowManager">
  273. <frame x="0" y="23" width="1032" height="877" extended-state="0" />
  274. <editor active="true" />
  275. <layout>
  276. <window_info id="Project" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.22828282" sideWeight="0.5" order="5" side_tool="false" content_ui="combo" />
  277. <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="11" side_tool="false" content_ui="tabs" />
  278. <window_info id="Docker" 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" />
  279. <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="1" side_tool="true" content_ui="tabs" />
  280. <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="0" side_tool="false" content_ui="tabs" />
  281. <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" />
  282. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.20808081" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  283. <window_info id="Mongo Explorer" 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" />
  284. <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" />
  285. <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="0" side_tool="true" content_ui="tabs" />
  286. <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="9" side_tool="false" content_ui="tabs" />
  287. <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="5" side_tool="false" content_ui="tabs" />
  288. <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="2" side_tool="false" content_ui="tabs" />
  289. <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="10" side_tool="false" content_ui="tabs" />
  290. <window_info id="Run" 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" />
  291. <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="4" side_tool="false" content_ui="combo" />
  292. <window_info id="Metrics" 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" />
  293. <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="6" side_tool="false" content_ui="tabs" />
  294. <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="3" side_tool="false" content_ui="tabs" />
  295. <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="8" side_tool="false" content_ui="tabs" />
  296. </layout>
  297. </component>
  298. <component name="Vcs.Log.UiProperties">
  299. <option name="RECENTLY_FILTERED_USER_GROUPS">
  300. <collection />
  301. </option>
  302. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  303. <collection />
  304. </option>
  305. </component>
  306. <component name="VcsContentAnnotationSettings">
  307. <option name="myLimit" value="2678400000" />
  308. </component>
  309. <component name="XDebuggerManager">
  310. <breakpoint-manager />
  311. <watches-manager />
  312. </component>
  313. <component name="editorHistoryManager">
  314. <entry file="file://$PROJECT_DIR$/node_modules/d3/CHANGES.md">
  315. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  316. <state split_layout="FIRST">
  317. <first_editor relative-caret-position="140">
  318. <caret line="6" column="3" selection-start-line="6" selection-start-column="3" selection-end-line="6" selection-end-column="3" />
  319. <folding>
  320. <marker date="1476985867000" expanded="true" signature="5837:5954" ph="[...]" />
  321. <marker date="1476985867000" expanded="true" signature="9582:9722" ph="..." />
  322. <marker date="1476985867000" expanded="true" signature="9608:9672" ph="{...}" />
  323. <marker date="1476985867000" expanded="true" signature="9685:9713" ph="{...}" />
  324. <marker date="1476985867000" expanded="true" signature="9731:9832" ph="..." />
  325. </folding>
  326. </first_editor>
  327. <second_editor />
  328. </state>
  329. </provider>
  330. </entry>
  331. <entry file="file://$PROJECT_DIR$/node_modules/d3/README.md">
  332. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  333. <state split_layout="SPLIT">
  334. <first_editor relative-caret-position="0">
  335. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  336. <folding />
  337. </first_editor>
  338. <second_editor />
  339. </state>
  340. </provider>
  341. </entry>
  342. <entry file="file://$PROJECT_DIR$/node_modules/d3/index.js">
  343. <provider selected="true" editor-type-id="text-editor">
  344. <state relative-caret-position="182">
  345. <caret line="13" column="12" selection-start-line="13" selection-start-column="12" selection-end-line="13" selection-end-column="12" />
  346. <folding />
  347. </state>
  348. </provider>
  349. </entry>
  350. <entry file="file://$PROJECT_DIR$/package.json">
  351. <provider selected="true" editor-type-id="text-editor">
  352. <state relative-caret-position="322">
  353. <caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
  354. <folding />
  355. </state>
  356. </provider>
  357. </entry>
  358. <entry file="file://$PROJECT_DIR$/node_modules/d3-time/build/d3-time.js">
  359. <provider selected="true" editor-type-id="text-editor">
  360. <state relative-caret-position="280">
  361. <caret line="20" column="4" selection-start-line="20" selection-start-column="4" selection-end-line="20" selection-end-column="4" />
  362. <folding />
  363. </state>
  364. </provider>
  365. </entry>
  366. <entry file="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/http_github.com_DefinitelyTyped_DefinitelyTyped_raw_master_d3_d3.d.ts">
  367. <provider selected="true" editor-type-id="text-editor">
  368. <state relative-caret-position="364">
  369. <caret line="25" column="0" selection-start-line="25" selection-start-column="0" selection-end-line="25" selection-end-column="0" />
  370. <folding />
  371. </state>
  372. </provider>
  373. </entry>
  374. <entry file="file://$PROJECT_DIR$/data/data.tsv">
  375. <provider selected="true" editor-type-id="text-editor">
  376. <state relative-caret-position="70">
  377. <caret line="5" column="2" selection-start-line="5" selection-start-column="2" selection-end-line="5" selection-end-column="2" />
  378. <folding />
  379. </state>
  380. </provider>
  381. </entry>
  382. <entry file="file://$PROJECT_DIR$/data/data.csv">
  383. <provider selected="true" editor-type-id="text-editor">
  384. <state relative-caret-position="70">
  385. <caret line="5" column="0" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" />
  386. <folding />
  387. </state>
  388. </provider>
  389. </entry>
  390. <entry file="file://$PROJECT_DIR$/data/data.json">
  391. <provider selected="true" editor-type-id="text-editor">
  392. <state relative-caret-position="308">
  393. <caret line="22" column="0" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
  394. <folding />
  395. </state>
  396. </provider>
  397. </entry>
  398. <entry file="file://$PROJECT_DIR$/index.html">
  399. <provider selected="true" editor-type-id="text-editor">
  400. <state relative-caret-position="406">
  401. <caret line="29" column="0" selection-start-line="29" selection-start-column="0" selection-end-line="29" selection-end-column="0" />
  402. <folding />
  403. </state>
  404. </provider>
  405. </entry>
  406. <entry file="file://$PROJECT_DIR$/src/app.js">
  407. <provider selected="true" editor-type-id="text-editor">
  408. <state relative-caret-position="350">
  409. <caret line="24" column="0" selection-start-line="24" selection-start-column="0" selection-end-line="24" selection-end-column="0" />
  410. <folding />
  411. </state>
  412. </provider>
  413. </entry>
  414. </component>
  415. </project>