workspace.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AnalysisUIOptions">
  4. <option name="SCOPE_TYPE" value="3" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="15bf0070-3126-48e8-9fdb-ba3ce8757bcc" name="Default" comment="">
  8. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.eslintrc.json" />
  9. <change type="DELETED" beforePath="$PROJECT_DIR$/lesson1/1.html" afterPath="" />
  10. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
  11. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/package.json" afterPath="$PROJECT_DIR$/package.json" />
  12. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/yarn.lock" afterPath="$PROJECT_DIR$/yarn.lock" />
  13. </list>
  14. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  15. <option name="TRACKING_ENABLED" value="true" />
  16. <option name="SHOW_DIALOG" value="false" />
  17. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  18. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  19. <option name="LAST_RESOLUTION" value="IGNORE" />
  20. </component>
  21. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  22. <component name="FileEditorManager">
  23. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  24. <file leaf-file-name="package.json" pinned="false" current-in-tab="true">
  25. <entry file="file://$PROJECT_DIR$/package.json">
  26. <provider selected="true" editor-type-id="text-editor">
  27. <state relative-caret-position="180">
  28. <caret line="12" column="0" lean-forward="true" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
  29. <folding />
  30. </state>
  31. </provider>
  32. </entry>
  33. </file>
  34. </leaf>
  35. </component>
  36. <component name="FileTemplateManagerImpl">
  37. <option name="RECENT_TEMPLATES">
  38. <list>
  39. <option value="HTML File" />
  40. <option value="CSS File" />
  41. <option value="JavaScript File" />
  42. </list>
  43. </option>
  44. </component>
  45. <component name="Git.Settings">
  46. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  47. </component>
  48. <component name="IdeDocumentHistory">
  49. <option name="CHANGED_PATHS">
  50. <list>
  51. <option value="$PROJECT_DIR$/1.html" />
  52. <option value="$PROJECT_DIR$/2/2.css" />
  53. <option value="$PROJECT_DIR$/2/2.html" />
  54. <option value="$PROJECT_DIR$/package.json" />
  55. <option value="$PROJECT_DIR$/.eslintrc.json" />
  56. <option value="$PROJECT_DIR$/2/2.js" />
  57. </list>
  58. </option>
  59. </component>
  60. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  61. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  62. <component name="JsFlowSettings">
  63. <service-enabled>true</service-enabled>
  64. <exe-path />
  65. <annotation-enable>false</annotation-enable>
  66. <other-services-enabled>true</other-services-enabled>
  67. </component>
  68. <component name="JsGulpfileManager">
  69. <detection-done>true</detection-done>
  70. <sorting>DEFINITION_ORDER</sorting>
  71. </component>
  72. <component name="NodeModulesDirectoryManager">
  73. <handled-path value="$PROJECT_DIR$/node_modules" />
  74. </component>
  75. <component name="PhpServers">
  76. <servers />
  77. </component>
  78. <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" interpreter_name="PHP 7.0 Brew" />
  79. <component name="ProjectFrameBounds">
  80. <option name="y" value="23" />
  81. <option name="width" value="1440" />
  82. <option name="height" value="877" />
  83. </component>
  84. <component name="ProjectView">
  85. <navigator currentView="ProjectPane" proportions="" version="1">
  86. <flattenPackages />
  87. <showMembers />
  88. <showModules />
  89. <showLibraryContents />
  90. <hideEmptyPackages />
  91. <abbreviatePackageNames />
  92. <autoscrollToSource />
  93. <autoscrollFromSource ProjectPane="true" />
  94. <sortByType />
  95. <manualOrder />
  96. <foldersAlwaysOnTop value="true" />
  97. </navigator>
  98. <panes>
  99. <pane id="Scope" />
  100. <pane id="ProjectPane">
  101. <subPane>
  102. <PATH>
  103. <PATH_ELEMENT>
  104. <option name="myItemId" value="laracasts" />
  105. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  106. </PATH_ELEMENT>
  107. <PATH_ELEMENT>
  108. <option name="myItemId" value="laracasts" />
  109. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  110. </PATH_ELEMENT>
  111. </PATH>
  112. <PATH>
  113. <PATH_ELEMENT>
  114. <option name="myItemId" value="laracasts" />
  115. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  116. </PATH_ELEMENT>
  117. <PATH_ELEMENT>
  118. <option name="myItemId" value="laracasts" />
  119. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  120. </PATH_ELEMENT>
  121. <PATH_ELEMENT>
  122. <option name="myItemId" value="2" />
  123. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  124. </PATH_ELEMENT>
  125. </PATH>
  126. </subPane>
  127. </pane>
  128. <pane id="Scratches" />
  129. </panes>
  130. </component>
  131. <component name="PropertiesComponent">
  132. <property name="settings.editor.selected.configurable" value="Settings.JavaScript" />
  133. <property name="js.eslint.nodeInterpreter" value="/usr/local/bin/node" />
  134. <property name="js.eslint.eslintPackage" value="/usr/local/lib/node_modules/eslint" />
  135. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  136. <property name="nodejs_interpreter_path" value="/usr/local/bin/node" />
  137. <property name="configurable.Global.libraries.is.expanded" value="true" />
  138. <property name="WebServerToolWindowFactoryState" value="false" />
  139. <property name="HbShouldOpenHtmlAsHb" value="" />
  140. <property name="DefaultHtmlFileTemplate" value="HTML File" />
  141. <property name="node.js.path.for.package.eslint" value="project" />
  142. <property name="node.js.detected.package.eslint" value="true" />
  143. <property name="node.js.selected.package.eslint" value="$PROJECT_DIR$/node_modules/eslint" />
  144. <property name="node.js.path.for.package.standard" value="project" />
  145. <property name="node.js.detected.package.standard" value="true" />
  146. <property name="node.js.selected.package.standard" value="" />
  147. <property name="run.code.analysis.last.selected.profile" value="pProject Default" />
  148. <property name="JavaScriptPreferStrict" value="true" />
  149. <property name="JavaScriptWeakerCompletionTypeGuess" value="true" />
  150. <property name="list.type.of.created.stylesheet" value="CSS" />
  151. </component>
  152. <component name="RecentsManager">
  153. <key name="MoveFile.RECENT_KEYS">
  154. <recent name="$PROJECT_DIR$/lib" />
  155. <recent name="$PROJECT_DIR$/2" />
  156. <recent name="$PROJECT_DIR$/1" />
  157. </key>
  158. <key name="CopyFile.RECENT_KEYS">
  159. <recent name="$PROJECT_DIR$" />
  160. </key>
  161. </component>
  162. <component name="RunDashboard">
  163. <option name="ruleStates">
  164. <list>
  165. <RuleState>
  166. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  167. </RuleState>
  168. <RuleState>
  169. <option name="name" value="StatusDashboardGroupingRule" />
  170. </RuleState>
  171. </list>
  172. </option>
  173. </component>
  174. <component name="RunManager">
  175. <configuration default="true" type="BashConfigurationType" factoryName="Bash">
  176. <option name="INTERPRETER_OPTIONS" value="" />
  177. <option name="INTERPRETER_PATH" value="/bin/bash" />
  178. <option name="WORKING_DIRECTORY" value="" />
  179. <option name="PARENT_ENVS" value="true" />
  180. <option name="SCRIPT_NAME" value="" />
  181. <option name="PARAMETERS" value="" />
  182. <module name="" />
  183. <envs />
  184. <method />
  185. </configuration>
  186. <configuration default="true" type="CodeceptionConfigurationType" factoryName="Codeception">
  187. <PhpTestRunnerSettings />
  188. <method />
  189. </configuration>
  190. <configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
  191. <module name="" />
  192. <working_directory value="$PROJECT_DIR$" />
  193. <filePath value="$PROJECT_DIR$" />
  194. <kind value="FILE" />
  195. <method />
  196. </configuration>
  197. <configuration default="true" type="GoRunFileConfiguration" factoryName="Go Single File">
  198. <module name="" />
  199. <working_directory value="$PROJECT_DIR$" />
  200. <filePath value="$PROJECT_DIR$" />
  201. <method />
  202. </configuration>
  203. <configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
  204. <module name="" />
  205. <working_directory value="$PROJECT_DIR$" />
  206. <framework value="gotest" />
  207. <kind value="DIRECTORY" />
  208. <method />
  209. </configuration>
  210. <configuration default="true" type="JavaScriptTestRunnerJest" factoryName="Jest">
  211. <node-interpreter value="project" />
  212. <working-dir value="" />
  213. <envs />
  214. <scope-kind value="ALL" />
  215. <method />
  216. </configuration>
  217. <configuration default="true" type="JavaScriptTestRunnerKarma" factoryName="Karma">
  218. <config-file value="" />
  219. <node-interpreter value="project" />
  220. <envs />
  221. <method />
  222. </configuration>
  223. <configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
  224. <config-file value="" />
  225. <node-interpreter value="project" />
  226. <envs />
  227. <method />
  228. </configuration>
  229. <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
  230. <method />
  231. </configuration>
  232. <configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
  233. <method />
  234. </configuration>
  235. <configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
  236. <TestRunner />
  237. <method />
  238. </configuration>
  239. <configuration default="true" type="PhpBehatConfigurationType" factoryName="Behat">
  240. <BehatRunner />
  241. <method />
  242. </configuration>
  243. <configuration default="true" type="PhpLocalRunConfigurationType" factoryName="PHP Console">
  244. <method />
  245. </configuration>
  246. <configuration default="true" type="PhpSpecConfigurationType" factoryName="PHPSpec">
  247. <PhpTestRunnerSettings />
  248. <method />
  249. </configuration>
  250. <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
  251. <node-interpreter>project</node-interpreter>
  252. <node-options />
  253. <gulpfile />
  254. <tasks />
  255. <arguments />
  256. <envs />
  257. <method />
  258. </configuration>
  259. <configuration default="true" type="js.build_tools.npm" factoryName="npm">
  260. <command value="run" />
  261. <scripts />
  262. <node-interpreter value="project" />
  263. <envs />
  264. <method />
  265. </configuration>
  266. <configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
  267. <node-interpreter>project</node-interpreter>
  268. <node-options />
  269. <working-directory />
  270. <pass-parent-env>true</pass-parent-env>
  271. <envs />
  272. <ui />
  273. <extra-mocha-options />
  274. <test-kind>DIRECTORY</test-kind>
  275. <test-directory />
  276. <recursive>false</recursive>
  277. <method />
  278. </configuration>
  279. </component>
  280. <component name="ShelveChangesManager" show_recycled="false">
  281. <option name="remove_strategy" value="false" />
  282. </component>
  283. <component name="TaskManager">
  284. <task active="true" id="Default" summary="Default task">
  285. <changelist id="15bf0070-3126-48e8-9fdb-ba3ce8757bcc" name="Default" comment="" />
  286. <created>1496487347324</created>
  287. <option name="number" value="Default" />
  288. <option name="presentableId" value="Default" />
  289. <updated>1496487347324</updated>
  290. <workItem from="1496487348517" duration="1351000" />
  291. <workItem from="1496509735725" duration="44000" />
  292. <workItem from="1496509787633" duration="144000" />
  293. <workItem from="1496509945325" duration="1408000" />
  294. </task>
  295. <servers />
  296. </component>
  297. <component name="TimeTrackingManager">
  298. <option name="totallyTimeSpent" value="2947000" />
  299. </component>
  300. <component name="ToolWindowManager">
  301. <frame x="0" y="23" width="1440" height="877" extended-state="6" />
  302. <editor active="true" />
  303. <layout>
  304. <window_info id="Project" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.26323318" sideWeight="0.5" order="5" side_tool="false" content_ui="combo" />
  305. <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" />
  306. <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" />
  307. <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.3299363" sideWeight="0.5028612" order="0" side_tool="true" content_ui="tabs" />
  308. <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" />
  309. <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" />
  310. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3299363" sideWeight="0.49713877" order="6" side_tool="false" content_ui="tabs" />
  311. <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" />
  312. <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" />
  313. <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="2" side_tool="false" content_ui="tabs" />
  314. <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" />
  315. <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" />
  316. <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" />
  317. <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" />
  318. <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" />
  319. <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" />
  320. <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" />
  321. <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" />
  322. <window_info id="Inspection Results" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32941177" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
  323. <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" />
  324. <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" />
  325. </layout>
  326. </component>
  327. <component name="TypeScriptGeneratedFilesManager">
  328. <option name="processedProjectFiles" value="true" />
  329. </component>
  330. <component name="VcsContentAnnotationSettings">
  331. <option name="myLimit" value="2678400000" />
  332. </component>
  333. <component name="XDebuggerManager">
  334. <breakpoint-manager />
  335. <watches-manager />
  336. </component>
  337. <component name="editorHistoryManager">
  338. <entry file="file://$PROJECT_DIR$/lesson1/1.html">
  339. <provider selected="true" editor-type-id="text-editor">
  340. <state relative-caret-position="0">
  341. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  342. <folding />
  343. </state>
  344. </provider>
  345. </entry>
  346. <entry file="file://$PROJECT_DIR$/lesson2/2.css">
  347. <provider selected="true" editor-type-id="text-editor">
  348. <state relative-caret-position="45">
  349. <caret line="3" column="0" lean-forward="false" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
  350. <folding />
  351. </state>
  352. </provider>
  353. </entry>
  354. <entry file="file://$PROJECT_DIR$/lesson2/2.html">
  355. <provider selected="true" editor-type-id="text-editor">
  356. <state relative-caret-position="60">
  357. <caret line="4" column="24" lean-forward="true" selection-start-line="4" selection-start-column="24" selection-end-line="4" selection-end-column="24" />
  358. <folding />
  359. </state>
  360. </provider>
  361. </entry>
  362. <entry file="file://$PROJECT_DIR$/lesson1/1.html">
  363. <provider selected="true" editor-type-id="text-editor">
  364. <state relative-caret-position="75">
  365. <caret line="5" column="27" lean-forward="true" selection-start-line="5" selection-start-column="27" selection-end-line="5" selection-end-column="27" />
  366. <folding />
  367. </state>
  368. </provider>
  369. </entry>
  370. <entry file="file://$PROJECT_DIR$/lesson2/2.js">
  371. <provider selected="true" editor-type-id="text-editor">
  372. <state relative-caret-position="0">
  373. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  374. <folding />
  375. </state>
  376. </provider>
  377. </entry>
  378. <entry file="file://$PROJECT_DIR$/yarn.lock">
  379. <provider selected="true" editor-type-id="text-editor">
  380. <state relative-caret-position="252">
  381. <caret line="190" column="64" lean-forward="true" selection-start-line="190" selection-start-column="64" selection-end-line="190" selection-end-column="64" />
  382. <folding />
  383. </state>
  384. </provider>
  385. </entry>
  386. <entry file="file://$PROJECT_DIR$/.eslintrc.json">
  387. <provider selected="true" editor-type-id="text-editor">
  388. <state relative-caret-position="255">
  389. <caret line="17" column="0" lean-forward="true" selection-start-line="17" selection-start-column="0" selection-end-line="17" selection-end-column="0" />
  390. <folding />
  391. </state>
  392. </provider>
  393. </entry>
  394. <entry file="file://$PROJECT_DIR$/2/2.js">
  395. <provider selected="true" editor-type-id="text-editor">
  396. <state relative-caret-position="120">
  397. <caret line="8" column="0" lean-forward="true" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
  398. <folding />
  399. </state>
  400. </provider>
  401. </entry>
  402. <entry file="file://$PROJECT_DIR$/package.json">
  403. <provider selected="true" editor-type-id="text-editor">
  404. <state relative-caret-position="180">
  405. <caret line="12" column="0" lean-forward="true" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
  406. <folding />
  407. </state>
  408. </provider>
  409. </entry>
  410. </component>
  411. </project>