workspace.xml 40 KB

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