workspace.xml 20 KB

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