workspace.xml 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="0f813586-48e2-4acf-8923-221617ab434f" name="Default" comment="">
  5. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lesson13/code.js" afterPath="$PROJECT_DIR$/lesson13/code.js" />
  6. </list>
  7. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  8. <option name="TRACKING_ENABLED" value="true" />
  9. <option name="SHOW_DIALOG" value="false" />
  10. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  11. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  12. <option name="LAST_RESOLUTION" value="IGNORE" />
  13. </component>
  14. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  15. <component name="FileEditorManager">
  16. <leaf>
  17. <file leaf-file-name="index.html" pinned="false" current-in-tab="false">
  18. <entry file="file://$PROJECT_DIR$/lesson13/index.html">
  19. <provider selected="true" editor-type-id="text-editor">
  20. <state relative-caret-position="225">
  21. <caret line="14" column="32" lean-forward="false" selection-start-line="14" selection-start-column="32" selection-end-line="14" selection-end-column="32" />
  22. <folding />
  23. </state>
  24. </provider>
  25. </entry>
  26. </file>
  27. <file leaf-file-name="code.js" pinned="false" current-in-tab="true">
  28. <entry file="file://$PROJECT_DIR$/lesson13/code.js">
  29. <provider selected="true" editor-type-id="text-editor">
  30. <state relative-caret-position="465">
  31. <caret line="31" column="4" lean-forward="true" selection-start-line="31" selection-start-column="4" selection-end-line="31" selection-end-column="4" />
  32. <folding />
  33. </state>
  34. </provider>
  35. </entry>
  36. </file>
  37. </leaf>
  38. </component>
  39. <component name="FindInProjectRecents">
  40. <findStrings>
  41. <find>&lt;/task&gt;</find>
  42. <find>&lt;task&gt;</find>
  43. </findStrings>
  44. <replaceStrings>
  45. <replace>'</replace>
  46. </replaceStrings>
  47. </component>
  48. <component name="Git.Settings">
  49. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  50. <option name="RECENT_BRANCH_BY_REPOSITORY">
  51. <map>
  52. <entry key="$PROJECT_DIR$" value="learning-vue-2__7-components-101" />
  53. </map>
  54. </option>
  55. </component>
  56. <component name="IdeDocumentHistory">
  57. <option name="CHANGED_PATHS">
  58. <list>
  59. <option value="$PROJECT_DIR$/lesson6/styles.css" />
  60. <option value="$PROJECT_DIR$/lesson6/code.js" />
  61. <option value="$PROJECT_DIR$/lesson6/index.html" />
  62. <option value="$PROJECT_DIR$/lesson7/index.html" />
  63. <option value="$PROJECT_DIR$/lesson7/code.js" />
  64. <option value="$PROJECT_DIR$/lesson8/index.html" />
  65. <option value="$PROJECT_DIR$/.eslintrc.json" />
  66. <option value="/HTML Fragment (code.js:41).html" />
  67. <option value="$PROJECT_DIR$/lesson8/code.js" />
  68. <option value="$PROJECT_DIR$/lesson9/index.html" />
  69. <option value="$PROJECT_DIR$/lesson9/styles.css" />
  70. <option value="$PROJECT_DIR$/lesson9/code.js" />
  71. <option value="$PROJECT_DIR$/lesson01/index.html" />
  72. <option value="$PROJECT_DIR$/code.js" />
  73. <option value="$PROJECT_DIR$/lesson02/index.html" />
  74. <option value="$PROJECT_DIR$/lesson03/index.html" />
  75. <option value="$PROJECT_DIR$/lesson04/index.html" />
  76. <option value="$PROJECT_DIR$/lesson05/index.html" />
  77. <option value="$PROJECT_DIR$/lesson06/index.html" />
  78. <option value="$PROJECT_DIR$/lesson07/index.html" />
  79. <option value="$PROJECT_DIR$/lesson08/index.html" />
  80. <option value="$PROJECT_DIR$/lesson09/index.html" />
  81. <option value="$PROJECT_DIR$/lesson10/code.js" />
  82. <option value="$PROJECT_DIR$/lesson10/index.html" />
  83. <option value="$PROJECT_DIR$/lesson11/styles.css" />
  84. <option value="$PROJECT_DIR$/lesson11/index.html" />
  85. <option value="$PROJECT_DIR$/lesson11/code.js" />
  86. <option value="$PROJECT_DIR$/lesson12/index.html" />
  87. <option value="$PROJECT_DIR$/lesson12/code.js" />
  88. <option value="$PROJECT_DIR$/lesson13/index.html" />
  89. <option value="$PROJECT_DIR$/lesson13/code.js" />
  90. </list>
  91. </option>
  92. </component>
  93. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  94. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  95. <component name="JsGulpfileManager">
  96. <detection-done>true</detection-done>
  97. <sorting>DEFINITION_ORDER</sorting>
  98. </component>
  99. <component name="NodeModulesDirectoryManager">
  100. <handled-path value="$PROJECT_DIR$/node_modules" />
  101. </component>
  102. <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" interpreter_name="PHP 7.0 Brew" />
  103. <component name="ProjectFrameBounds">
  104. <option name="y" value="23" />
  105. <option name="width" value="1440" />
  106. <option name="height" value="877" />
  107. </component>
  108. <component name="ProjectView">
  109. <navigator currentView="ProjectPane" proportions="" version="1">
  110. <flattenPackages />
  111. <showMembers />
  112. <showModules />
  113. <showLibraryContents />
  114. <hideEmptyPackages />
  115. <abbreviatePackageNames />
  116. <autoscrollToSource />
  117. <autoscrollFromSource ProjectPane="true" />
  118. <sortByType />
  119. <manualOrder />
  120. <foldersAlwaysOnTop value="true" />
  121. </navigator>
  122. <panes>
  123. <pane id="Scratches" />
  124. <pane id="ProjectPane">
  125. <subPane>
  126. <PATH>
  127. <PATH_ELEMENT>
  128. <option name="myItemId" value="laracasts" />
  129. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  130. </PATH_ELEMENT>
  131. <PATH_ELEMENT>
  132. <option name="myItemId" value="laracasts" />
  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="laracasts" />
  139. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  140. </PATH_ELEMENT>
  141. <PATH_ELEMENT>
  142. <option name="myItemId" value="laracasts" />
  143. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  144. </PATH_ELEMENT>
  145. <PATH_ELEMENT>
  146. <option name="myItemId" value="lesson13" />
  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="preferences.keymap" />
  157. <property name="js.eslint.nodeInterpreter" value="/usr/local/bin/node" />
  158. <property name="js.eslint.eslintPackage" value="/usr/local/lib/node_modules/eslint" />
  159. <property name="last_opened_file_path" value="$PROJECT_DIR$/../../../go/src/github.com" />
  160. <property name="nodejs_interpreter_path" value="/usr/local/bin/node" />
  161. <property name="configurable.Global.libraries.is.expanded" value="true" />
  162. <property name="WebServerToolWindowFactoryState" value="false" />
  163. <property name="HbShouldOpenHtmlAsHb" value="" />
  164. <property name="node.js.path.for.package.eslint" value="project" />
  165. <property name="node.js.detected.package.eslint" value="true" />
  166. <property name="node.js.selected.package.eslint" value="$PROJECT_DIR$/node_modules/eslint" />
  167. <property name="PluginDummyText.Genre" value="latin" />
  168. </component>
  169. <component name="RecentsManager">
  170. <key name="CopyFile.RECENT_KEYS">
  171. <recent name="$PROJECT_DIR$" />
  172. <recent name="$PROJECT_DIR$/" />
  173. </key>
  174. </component>
  175. <component name="RunDashboard">
  176. <option name="ruleStates">
  177. <list>
  178. <RuleState>
  179. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  180. </RuleState>
  181. <RuleState>
  182. <option name="name" value="StatusDashboardGroupingRule" />
  183. </RuleState>
  184. </list>
  185. </option>
  186. </component>
  187. <component name="RunManager">
  188. <configuration default="true" type="BashConfigurationType" factoryName="Bash">
  189. <option name="INTERPRETER_OPTIONS" value="" />
  190. <option name="INTERPRETER_PATH" value="/bin/bash" />
  191. <option name="WORKING_DIRECTORY" value="" />
  192. <option name="PARENT_ENVS" value="true" />
  193. <option name="SCRIPT_NAME" value="" />
  194. <option name="PARAMETERS" value="" />
  195. <module name="" />
  196. <envs />
  197. <method />
  198. </configuration>
  199. <configuration default="true" type="CodeceptionConfigurationType" factoryName="Codeception">
  200. <PhpTestRunnerSettings />
  201. <method />
  202. </configuration>
  203. <configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
  204. <module name="" />
  205. <working_directory value="$PROJECT_DIR$" />
  206. <filePath value="$PROJECT_DIR$" />
  207. <kind value="FILE" />
  208. <method />
  209. </configuration>
  210. <configuration default="true" type="GoRunFileConfiguration" factoryName="Go Single File">
  211. <module name="" />
  212. <working_directory value="$PROJECT_DIR$" />
  213. <filePath value="$PROJECT_DIR$" />
  214. <method />
  215. </configuration>
  216. <configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
  217. <module name="" />
  218. <working_directory value="$PROJECT_DIR$" />
  219. <framework value="gotest" />
  220. <kind value="DIRECTORY" />
  221. <method />
  222. </configuration>
  223. <configuration default="true" type="JavaScriptTestRunnerJest" factoryName="Jest">
  224. <node-interpreter value="project" />
  225. <working-dir value="" />
  226. <envs />
  227. <scope-kind value="ALL" />
  228. <method />
  229. </configuration>
  230. <configuration default="true" type="JavaScriptTestRunnerKarma" factoryName="Karma">
  231. <config-file value="" />
  232. <node-interpreter value="project" />
  233. <envs />
  234. <method />
  235. </configuration>
  236. <configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
  237. <config-file value="" />
  238. <node-interpreter value="project" />
  239. <envs />
  240. <method />
  241. </configuration>
  242. <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
  243. <method />
  244. </configuration>
  245. <configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
  246. <method />
  247. </configuration>
  248. <configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
  249. <TestRunner />
  250. <method />
  251. </configuration>
  252. <configuration default="true" type="PhpBehatConfigurationType" factoryName="Behat">
  253. <BehatRunner />
  254. <method />
  255. </configuration>
  256. <configuration default="true" type="PhpLocalRunConfigurationType" factoryName="PHP Console">
  257. <method />
  258. </configuration>
  259. <configuration default="true" type="PhpSpecConfigurationType" factoryName="PHPSpec">
  260. <PhpTestRunnerSettings />
  261. <method />
  262. </configuration>
  263. <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
  264. <method />
  265. </configuration>
  266. <configuration default="true" type="js.build_tools.npm" factoryName="npm">
  267. <command value="run" />
  268. <scripts />
  269. <node-interpreter value="project" />
  270. <envs />
  271. <method />
  272. </configuration>
  273. <configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
  274. <node-interpreter>project</node-interpreter>
  275. <node-options />
  276. <working-directory />
  277. <pass-parent-env>true</pass-parent-env>
  278. <envs />
  279. <ui />
  280. <extra-mocha-options />
  281. <test-kind>DIRECTORY</test-kind>
  282. <test-directory />
  283. <recursive>false</recursive>
  284. <method />
  285. </configuration>
  286. </component>
  287. <component name="ShelveChangesManager" show_recycled="false">
  288. <option name="remove_strategy" value="false" />
  289. </component>
  290. <component name="StructureViewFactory">
  291. <option name="ACTIVE_ACTIONS" value=",HIDE_INHERITED_FROM_OBJECT" />
  292. </component>
  293. <component name="TaskManager">
  294. <task active="true" id="Default" summary="Default task">
  295. <changelist id="0f813586-48e2-4acf-8923-221617ab434f" name="Default" comment="" />
  296. <created>1496664325689</created>
  297. <option name="number" value="Default" />
  298. <option name="presentableId" value="Default" />
  299. <updated>1496664325689</updated>
  300. <workItem from="1496664327039" duration="5650000" />
  301. </task>
  302. <servers />
  303. </component>
  304. <component name="TimeTrackingManager">
  305. <option name="totallyTimeSpent" value="12488000" />
  306. </component>
  307. <component name="ToolWindowManager">
  308. <frame x="0" y="23" width="1440" height="877" extended-state="6" />
  309. <editor active="true" />
  310. <layout>
  311. <window_info id="Project" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2532189" sideWeight="0.5" order="5" side_tool="false" content_ui="combo" />
  312. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
  313. <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="-1" side_tool="false" content_ui="tabs" />
  314. <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="0" side_tool="true" content_ui="tabs" />
  315. <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" />
  316. <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="6" side_tool="false" content_ui="tabs" />
  317. <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="1" side_tool="false" content_ui="tabs" />
  318. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24964234" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  319. <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" />
  320. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3299363" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  321. <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  322. <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" />
  323. <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
  324. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
  325. <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  326. <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" />
  327. <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="0" side_tool="true" content_ui="tabs" />
  328. <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
  329. <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="6" side_tool="false" content_ui="tabs" />
  330. <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="1" side_tool="false" content_ui="tabs" />
  331. <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" />
  332. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3299363" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  333. <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" />
  334. <window_info id="Project" active="true" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2532189" sideWeight="0.5" order="5" side_tool="false" content_ui="combo" />
  335. <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="3" side_tool="false" content_ui="tabs" />
  336. <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="11" side_tool="false" content_ui="tabs" />
  337. <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  338. <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" />
  339. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24964234" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  340. <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" />
  341. <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  342. <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" />
  343. </layout>
  344. </component>
  345. <component name="TypeScriptGeneratedFilesManager">
  346. <option name="processedProjectFiles" value="true" />
  347. </component>
  348. <component name="VcsContentAnnotationSettings">
  349. <option name="myLimit" value="2678400000" />
  350. </component>
  351. <component name="XDebuggerManager">
  352. <breakpoint-manager />
  353. <watches-manager />
  354. </component>
  355. <component name="editorHistoryManager">
  356. <entry file="file://$PROJECT_DIR$/lesson07/styles.css">
  357. <provider selected="true" editor-type-id="text-editor">
  358. <state relative-caret-position="285">
  359. <caret line="19" column="0" lean-forward="true" selection-start-line="19" selection-start-column="0" selection-end-line="19" selection-end-column="0" />
  360. <folding />
  361. </state>
  362. </provider>
  363. </entry>
  364. <entry file="file://$PROJECT_DIR$/lesson06/code.js">
  365. <provider selected="true" editor-type-id="text-editor">
  366. <state relative-caret-position="195">
  367. <caret line="13" column="0" lean-forward="true" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
  368. <folding />
  369. </state>
  370. </provider>
  371. </entry>
  372. <entry file="file://$PROJECT_DIR$/lesson06/index.html">
  373. <provider selected="true" editor-type-id="text-editor">
  374. <state relative-caret-position="390">
  375. <caret line="26" column="0" lean-forward="true" selection-start-line="26" selection-start-column="0" selection-end-line="26" selection-end-column="0" />
  376. <folding />
  377. </state>
  378. </provider>
  379. </entry>
  380. <entry file="file://$PROJECT_DIR$/lesson07/index.html">
  381. <provider selected="true" editor-type-id="text-editor">
  382. <state relative-caret-position="345">
  383. <caret line="23" column="0" lean-forward="false" selection-start-line="18" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
  384. <folding />
  385. </state>
  386. </provider>
  387. </entry>
  388. <entry file="file://$PROJECT_DIR$/lesson07/code.js">
  389. <provider selected="true" editor-type-id="text-editor">
  390. <state relative-caret-position="30">
  391. <caret line="2" column="2" lean-forward="false" selection-start-line="2" selection-start-column="2" selection-end-line="2" selection-end-column="2" />
  392. <folding />
  393. </state>
  394. </provider>
  395. </entry>
  396. <entry file="file://$PROJECT_DIR$/.eslintrc.json">
  397. <provider selected="true" editor-type-id="text-editor">
  398. <state relative-caret-position="255">
  399. <caret line="17" column="0" lean-forward="false" selection-start-line="17" selection-start-column="0" selection-end-line="17" selection-end-column="0" />
  400. <folding />
  401. </state>
  402. </provider>
  403. </entry>
  404. <entry file="file://$PROJECT_DIR$/lesson08/code.js">
  405. <provider selected="true" editor-type-id="text-editor">
  406. <state relative-caret-position="465">
  407. <caret line="31" column="0" lean-forward="true" selection-start-line="31" selection-start-column="0" selection-end-line="31" selection-end-column="0" />
  408. <folding />
  409. </state>
  410. </provider>
  411. </entry>
  412. <entry file="file://$PROJECT_DIR$/lesson08/index.html">
  413. <provider selected="true" editor-type-id="text-editor">
  414. <state relative-caret-position="270">
  415. <caret line="18" column="19" lean-forward="false" selection-start-line="18" selection-start-column="19" selection-end-line="18" selection-end-column="19" />
  416. <folding />
  417. </state>
  418. </provider>
  419. </entry>
  420. <entry file="file://$PROJECT_DIR$/styles.css">
  421. <provider selected="true" editor-type-id="text-editor">
  422. <state relative-caret-position="180">
  423. <caret line="12" column="8" lean-forward="true" selection-start-line="12" selection-start-column="8" selection-end-line="12" selection-end-column="8" />
  424. <folding />
  425. </state>
  426. </provider>
  427. </entry>
  428. <entry file="file://$PROJECT_DIR$/lesson09/code.js">
  429. <provider selected="true" editor-type-id="text-editor">
  430. <state relative-caret-position="570">
  431. <caret line="38" column="0" lean-forward="true" selection-start-line="38" selection-start-column="0" selection-end-line="38" selection-end-column="0" />
  432. <folding />
  433. </state>
  434. </provider>
  435. </entry>
  436. <entry file="file://$PROJECT_DIR$/lesson09/index.html">
  437. <provider selected="true" editor-type-id="text-editor">
  438. <state relative-caret-position="420">
  439. <caret line="22" column="0" lean-forward="false" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
  440. <folding />
  441. </state>
  442. </provider>
  443. </entry>
  444. <entry file="file://$PROJECT_DIR$/lesson09/styles.css">
  445. <provider selected="true" editor-type-id="text-editor">
  446. <state relative-caret-position="300">
  447. <caret line="20" column="15" lean-forward="false" selection-start-line="20" selection-start-column="15" selection-end-line="20" selection-end-column="15" />
  448. <folding />
  449. </state>
  450. </provider>
  451. </entry>
  452. <entry file="file://$PROJECT_DIR$/lesson07/styles.css">
  453. <provider selected="true" editor-type-id="text-editor">
  454. <state relative-caret-position="285">
  455. <caret line="19" column="0" lean-forward="true" selection-start-line="19" selection-start-column="0" selection-end-line="19" selection-end-column="0" />
  456. <folding />
  457. </state>
  458. </provider>
  459. </entry>
  460. <entry file="file://$PROJECT_DIR$/lesson06/code.js">
  461. <provider selected="true" editor-type-id="text-editor">
  462. <state relative-caret-position="195">
  463. <caret line="13" column="0" lean-forward="true" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
  464. <folding />
  465. </state>
  466. </provider>
  467. </entry>
  468. <entry file="file://$PROJECT_DIR$/lesson06/index.html">
  469. <provider selected="true" editor-type-id="text-editor">
  470. <state relative-caret-position="390">
  471. <caret line="26" column="0" lean-forward="true" selection-start-line="26" selection-start-column="0" selection-end-line="26" selection-end-column="0" />
  472. <folding />
  473. </state>
  474. </provider>
  475. </entry>
  476. <entry file="file://$PROJECT_DIR$/lesson07/index.html">
  477. <provider selected="true" editor-type-id="text-editor">
  478. <state relative-caret-position="240">
  479. <caret line="16" column="0" lean-forward="true" selection-start-line="16" selection-start-column="0" selection-end-line="16" selection-end-column="0" />
  480. <folding />
  481. </state>
  482. </provider>
  483. </entry>
  484. <entry file="file://$PROJECT_DIR$/lesson07/code.js">
  485. <provider selected="true" editor-type-id="text-editor">
  486. <state relative-caret-position="15">
  487. <caret line="1" column="37" lean-forward="true" selection-start-line="1" selection-start-column="37" selection-end-line="1" selection-end-column="37" />
  488. <folding />
  489. </state>
  490. </provider>
  491. </entry>
  492. <entry file="file://$PROJECT_DIR$/lesson07/styles.css">
  493. <provider selected="true" editor-type-id="text-editor">
  494. <state relative-caret-position="285">
  495. <caret line="19" column="0" lean-forward="true" selection-start-line="19" selection-start-column="0" selection-end-line="19" selection-end-column="0" />
  496. <folding />
  497. </state>
  498. </provider>
  499. </entry>
  500. <entry file="file://$PROJECT_DIR$/lesson06/code.js">
  501. <provider selected="true" editor-type-id="text-editor">
  502. <state relative-caret-position="195">
  503. <caret line="13" column="0" lean-forward="true" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
  504. <folding />
  505. </state>
  506. </provider>
  507. </entry>
  508. <entry file="file://$PROJECT_DIR$/lesson07/code.js">
  509. <provider selected="true" editor-type-id="text-editor">
  510. <state relative-caret-position="30">
  511. <caret line="2" column="2" lean-forward="false" selection-start-line="2" selection-start-column="2" selection-end-line="2" selection-end-column="2" />
  512. <folding />
  513. </state>
  514. </provider>
  515. </entry>
  516. <entry file="file://$PROJECT_DIR$/.eslintrc.json">
  517. <provider selected="true" editor-type-id="text-editor">
  518. <state relative-caret-position="255">
  519. <caret line="17" column="0" lean-forward="false" selection-start-line="17" selection-start-column="0" selection-end-line="17" selection-end-column="0" />
  520. <folding />
  521. </state>
  522. </provider>
  523. </entry>
  524. <entry file="file://$PROJECT_DIR$/lesson08/code.js">
  525. <provider selected="true" editor-type-id="text-editor">
  526. <state relative-caret-position="465">
  527. <caret line="31" column="0" lean-forward="true" selection-start-line="31" selection-start-column="0" selection-end-line="31" selection-end-column="0" />
  528. </state>
  529. </provider>
  530. </entry>
  531. <entry file="file://$PROJECT_DIR$/styles.css">
  532. <provider selected="true" editor-type-id="text-editor">
  533. <state relative-caret-position="180">
  534. <caret line="12" column="8" lean-forward="true" selection-start-line="12" selection-start-column="8" selection-end-line="12" selection-end-column="8" />
  535. <folding />
  536. </state>
  537. </provider>
  538. </entry>
  539. <entry file="file://$PROJECT_DIR$/lesson09/code.js">
  540. <provider selected="true" editor-type-id="text-editor">
  541. <state relative-caret-position="570">
  542. <caret line="38" column="0" lean-forward="true" selection-start-line="38" selection-start-column="0" selection-end-line="38" selection-end-column="0" />
  543. <folding />
  544. </state>
  545. </provider>
  546. </entry>
  547. <entry file="file://$PROJECT_DIR$/lesson09/styles.css">
  548. <provider selected="true" editor-type-id="text-editor">
  549. <state relative-caret-position="300">
  550. <caret line="20" column="15" lean-forward="false" selection-start-line="20" selection-start-column="15" selection-end-line="20" selection-end-column="15" />
  551. </state>
  552. </provider>
  553. </entry>
  554. <entry file="file://$PROJECT_DIR$/package.json">
  555. <provider selected="true" editor-type-id="text-editor">
  556. <state relative-caret-position="180">
  557. <caret line="12" column="0" lean-forward="true" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
  558. <folding />
  559. </state>
  560. </provider>
  561. </entry>
  562. <entry file="jar://$APPLICATION_HOME_DIR$/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/EcmaScript.js">
  563. <provider selected="true" editor-type-id="text-editor">
  564. <state relative-caret-position="252">
  565. <caret line="113" column="9" lean-forward="false" selection-start-line="113" selection-start-column="9" selection-end-line="113" selection-end-column="9" />
  566. <folding />
  567. </state>
  568. </provider>
  569. </entry>
  570. <entry file="file://$PROJECT_DIR$/code.js">
  571. <provider selected="true" editor-type-id="text-editor">
  572. <state relative-caret-position="330">
  573. <caret line="22" column="0" lean-forward="true" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
  574. <folding />
  575. </state>
  576. </provider>
  577. </entry>
  578. <entry file="file://$PROJECT_DIR$/lesson02/index.html">
  579. <provider selected="true" editor-type-id="text-editor">
  580. <state relative-caret-position="195">
  581. <caret line="13" column="31" lean-forward="false" selection-start-line="13" selection-start-column="31" selection-end-line="13" selection-end-column="31" />
  582. <folding />
  583. </state>
  584. </provider>
  585. </entry>
  586. <entry file="file://$PROJECT_DIR$/index.html">
  587. <provider selected="true" editor-type-id="text-editor">
  588. <state relative-caret-position="45">
  589. <caret line="3" column="46" lean-forward="true" selection-start-line="3" selection-start-column="46" selection-end-line="3" selection-end-column="46" />
  590. <folding />
  591. </state>
  592. </provider>
  593. </entry>
  594. <entry file="file://$PROJECT_DIR$/lesson01/index.html">
  595. <provider selected="true" editor-type-id="text-editor">
  596. <state relative-caret-position="180">
  597. <caret line="12" column="31" lean-forward="false" selection-start-line="12" selection-start-column="31" selection-end-line="12" selection-end-column="31" />
  598. <folding />
  599. </state>
  600. </provider>
  601. </entry>
  602. <entry file="file://$PROJECT_DIR$/lesson03/index.html">
  603. <provider selected="true" editor-type-id="text-editor">
  604. <state relative-caret-position="435">
  605. <caret line="29" column="7" lean-forward="true" selection-start-line="29" selection-start-column="7" selection-end-line="29" selection-end-column="7" />
  606. <folding />
  607. </state>
  608. </provider>
  609. </entry>
  610. <entry file="file://$PROJECT_DIR$/lesson04/index.html">
  611. <provider selected="true" editor-type-id="text-editor">
  612. <state relative-caret-position="330">
  613. <caret line="22" column="45" lean-forward="true" selection-start-line="22" selection-start-column="45" selection-end-line="22" selection-end-column="45" />
  614. <folding />
  615. </state>
  616. </provider>
  617. </entry>
  618. <entry file="file://$PROJECT_DIR$/lesson06/index.html">
  619. <provider selected="true" editor-type-id="text-editor">
  620. <state relative-caret-position="300">
  621. <caret line="20" column="42" lean-forward="true" selection-start-line="20" selection-start-column="42" selection-end-line="20" selection-end-column="42" />
  622. <folding />
  623. </state>
  624. </provider>
  625. </entry>
  626. <entry file="file://$PROJECT_DIR$/lesson05/index.html">
  627. <provider selected="true" editor-type-id="text-editor">
  628. <state relative-caret-position="195">
  629. <caret line="13" column="31" lean-forward="false" selection-start-line="13" selection-start-column="31" selection-end-line="13" selection-end-column="31" />
  630. <folding />
  631. </state>
  632. </provider>
  633. </entry>
  634. <entry file="file://$PROJECT_DIR$/lesson07/index.html">
  635. <provider selected="true" editor-type-id="text-editor">
  636. <state relative-caret-position="165">
  637. <caret line="11" column="10" lean-forward="true" selection-start-line="11" selection-start-column="10" selection-end-line="11" selection-end-column="10" />
  638. <folding />
  639. </state>
  640. </provider>
  641. </entry>
  642. <entry file="file://$PROJECT_DIR$/lesson08/index.html">
  643. <provider selected="true" editor-type-id="text-editor">
  644. <state relative-caret-position="285">
  645. <caret line="19" column="10" lean-forward="true" selection-start-line="19" selection-start-column="10" selection-end-line="19" selection-end-column="10" />
  646. <folding />
  647. </state>
  648. </provider>
  649. </entry>
  650. <entry file="file://$PROJECT_DIR$/lesson09/index.html">
  651. <provider selected="true" editor-type-id="text-editor">
  652. <state relative-caret-position="150">
  653. <caret line="9" column="8" lean-forward="true" selection-start-line="9" selection-start-column="8" selection-end-line="9" selection-end-column="8" />
  654. <folding />
  655. </state>
  656. </provider>
  657. </entry>
  658. <entry file="file://$PROJECT_DIR$/lesson10/code.js">
  659. <provider selected="true" editor-type-id="text-editor">
  660. <state relative-caret-position="105">
  661. <caret line="7" column="0" lean-forward="false" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
  662. <folding />
  663. </state>
  664. </provider>
  665. </entry>
  666. <entry file="file://$PROJECT_DIR$/lesson10/index.html">
  667. <provider selected="true" editor-type-id="text-editor">
  668. <state relative-caret-position="225">
  669. <caret line="14" column="32" lean-forward="false" selection-start-line="14" selection-start-column="32" selection-end-line="14" selection-end-column="32" />
  670. <folding />
  671. </state>
  672. </provider>
  673. </entry>
  674. <entry file="file://$PROJECT_DIR$/lesson11/styles.css">
  675. <provider selected="true" editor-type-id="text-editor">
  676. <state relative-caret-position="285">
  677. <caret line="19" column="0" lean-forward="true" selection-start-line="19" selection-start-column="0" selection-end-line="19" selection-end-column="0" />
  678. <folding />
  679. </state>
  680. </provider>
  681. </entry>
  682. <entry file="file://$PROJECT_DIR$/lesson11/index.html">
  683. <provider selected="true" editor-type-id="text-editor">
  684. <state relative-caret-position="585">
  685. <caret line="38" column="0" lean-forward="true" selection-start-line="38" selection-start-column="0" selection-end-line="38" selection-end-column="0" />
  686. <folding />
  687. </state>
  688. </provider>
  689. </entry>
  690. <entry file="file://$PROJECT_DIR$/lesson11/code.js">
  691. <provider selected="true" editor-type-id="text-editor">
  692. <state relative-caret-position="240">
  693. <caret line="16" column="0" lean-forward="true" selection-start-line="16" selection-start-column="0" selection-end-line="16" selection-end-column="0" />
  694. <folding>
  695. <marker date="1496683765000" expanded="true" signature="42:310" ph="..." />
  696. <marker date="1496683765000" expanded="true" signature="63:242" ph="..." />
  697. <marker date="1496683765000" expanded="true" signature="72:233" ph="..." />
  698. <marker date="1496683765000" expanded="true" signature="142:225" ph="..." />
  699. <marker date="1496683765000" expanded="true" signature="276:303" ph="..." />
  700. </folding>
  701. </state>
  702. </provider>
  703. </entry>
  704. <entry file="file://$PROJECT_DIR$/lesson12/code.js">
  705. <provider selected="true" editor-type-id="text-editor">
  706. <state relative-caret-position="525">
  707. <caret line="35" column="0" lean-forward="true" selection-start-line="35" selection-start-column="0" selection-end-line="35" selection-end-column="0" />
  708. <folding />
  709. </state>
  710. </provider>
  711. </entry>
  712. <entry file="file://$PROJECT_DIR$/lesson12/index.html">
  713. <provider selected="true" editor-type-id="text-editor">
  714. <state relative-caret-position="315">
  715. <caret line="20" column="49" lean-forward="false" selection-start-line="20" selection-start-column="49" selection-end-line="20" selection-end-column="49" />
  716. <folding />
  717. </state>
  718. </provider>
  719. </entry>
  720. <entry file="file://$PROJECT_DIR$/lesson13/index.html">
  721. <provider selected="true" editor-type-id="text-editor">
  722. <state relative-caret-position="225">
  723. <caret line="14" column="32" lean-forward="false" selection-start-line="14" selection-start-column="32" selection-end-line="14" selection-end-column="32" />
  724. <folding />
  725. </state>
  726. </provider>
  727. </entry>
  728. <entry file="file://$PROJECT_DIR$/lesson13/code.js">
  729. <provider selected="true" editor-type-id="text-editor">
  730. <state relative-caret-position="465">
  731. <caret line="31" column="4" lean-forward="true" selection-start-line="31" selection-start-column="4" selection-end-line="31" selection-end-column="4" />
  732. <folding />
  733. </state>
  734. </provider>
  735. </entry>
  736. </component>
  737. </project>