workspace.xml 22 KB

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