workspace.xml 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="">
  5. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/compiler.xml" afterPath="$PROJECT_DIR$/.idea/compiler.xml" />
  6. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
  7. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
  8. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/CR-MesoLabs-Collections-SinglyLinkedList.iml" afterPath="$PROJECT_DIR$/CR-MesoLabs-Collections-SinglyLinkedList.iml" />
  9. </list>
  10. <ignored path="$PROJECT_DIR$/out/" />
  11. <ignored path="$PROJECT_DIR$/target/" />
  12. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  13. <option name="TRACKING_ENABLED" value="true" />
  14. <option name="SHOW_DIALOG" value="false" />
  15. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  16. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  17. <option name="LAST_RESOLUTION" value="IGNORE" />
  18. </component>
  19. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  20. <component name="FileEditorManager">
  21. <leaf>
  22. <file leaf-file-name="pom.xml" pinned="false" current-in-tab="false">
  23. <entry file="file://$PROJECT_DIR$/pom.xml">
  24. <provider selected="true" editor-type-id="text-editor">
  25. <state relative-caret-position="0">
  26. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  27. <folding />
  28. </state>
  29. </provider>
  30. </entry>
  31. </file>
  32. <file leaf-file-name="README.md" pinned="false" current-in-tab="false">
  33. <entry file="file://$PROJECT_DIR$/README.md">
  34. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  35. <state split_layout="SPLIT">
  36. <first_editor relative-caret-position="0">
  37. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  38. <folding />
  39. </first_editor>
  40. <second_editor />
  41. </state>
  42. </provider>
  43. </entry>
  44. </file>
  45. <file leaf-file-name="MainApplication.java" pinned="false" current-in-tab="false">
  46. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java">
  47. <provider selected="true" editor-type-id="text-editor">
  48. <state relative-caret-position="75">
  49. <caret line="5" column="28" lean-forward="false" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
  50. <folding />
  51. </state>
  52. </provider>
  53. </entry>
  54. </file>
  55. <file leaf-file-name="SinglyLinkedList.java" pinned="false" current-in-tab="false">
  56. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java">
  57. <provider selected="true" editor-type-id="text-editor">
  58. <state relative-caret-position="75">
  59. <caret line="5" column="29" lean-forward="false" selection-start-line="5" selection-start-column="29" selection-end-line="5" selection-end-column="29" />
  60. <folding />
  61. </state>
  62. </provider>
  63. </entry>
  64. </file>
  65. <file leaf-file-name="SinglyLinkedListTest.java" pinned="false" current-in-tab="true">
  66. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
  67. <provider selected="true" editor-type-id="text-editor">
  68. <state relative-caret-position="75">
  69. <caret line="5" column="33" lean-forward="false" selection-start-line="5" selection-start-column="33" selection-end-line="5" selection-end-column="33" />
  70. <folding />
  71. </state>
  72. </provider>
  73. </entry>
  74. </file>
  75. </leaf>
  76. </component>
  77. <component name="FileTemplateManagerImpl">
  78. <option name="RECENT_TEMPLATES">
  79. <list>
  80. <option value="Class" />
  81. </list>
  82. </option>
  83. </component>
  84. <component name="Git.Settings">
  85. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  86. </component>
  87. <component name="GradleLocalSettings">
  88. <option name="externalProjectsViewState">
  89. <projects_view />
  90. </option>
  91. </component>
  92. <component name="ProjectFrameBounds">
  93. <option name="y" value="23" />
  94. <option name="width" value="1920" />
  95. <option name="height" value="1053" />
  96. </component>
  97. <component name="ProjectView">
  98. <navigator currentView="ProjectPane" proportions="" version="1">
  99. <flattenPackages />
  100. <showMembers />
  101. <showModules />
  102. <showLibraryContents />
  103. <hideEmptyPackages />
  104. <abbreviatePackageNames />
  105. <autoscrollToSource />
  106. <autoscrollFromSource />
  107. <sortByType />
  108. <manualOrder />
  109. <foldersAlwaysOnTop value="true" />
  110. </navigator>
  111. <panes>
  112. <pane id="ProjectPane">
  113. <subPane>
  114. <PATH>
  115. <PATH_ELEMENT>
  116. <option name="myItemId" value="singlylinkedlist" />
  117. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  118. </PATH_ELEMENT>
  119. <PATH_ELEMENT>
  120. <option name="myItemId" value="CR-MesoLabs-Collections-SinglyLinkedList" />
  121. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  122. </PATH_ELEMENT>
  123. </PATH>
  124. <PATH>
  125. <PATH_ELEMENT>
  126. <option name="myItemId" value="singlylinkedlist" />
  127. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  128. </PATH_ELEMENT>
  129. <PATH_ELEMENT>
  130. <option name="myItemId" value="CR-MesoLabs-Collections-SinglyLinkedList" />
  131. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  132. </PATH_ELEMENT>
  133. <PATH_ELEMENT>
  134. <option name="myItemId" value="src" />
  135. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  136. </PATH_ELEMENT>
  137. <PATH_ELEMENT>
  138. <option name="myItemId" value="test" />
  139. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  140. </PATH_ELEMENT>
  141. </PATH>
  142. <PATH>
  143. <PATH_ELEMENT>
  144. <option name="myItemId" value="singlylinkedlist" />
  145. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  146. </PATH_ELEMENT>
  147. <PATH_ELEMENT>
  148. <option name="myItemId" value="CR-MesoLabs-Collections-SinglyLinkedList" />
  149. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  150. </PATH_ELEMENT>
  151. <PATH_ELEMENT>
  152. <option name="myItemId" value="src" />
  153. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  154. </PATH_ELEMENT>
  155. <PATH_ELEMENT>
  156. <option name="myItemId" value="main" />
  157. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  158. </PATH_ELEMENT>
  159. </PATH>
  160. <PATH>
  161. <PATH_ELEMENT>
  162. <option name="myItemId" value="singlylinkedlist" />
  163. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  164. </PATH_ELEMENT>
  165. <PATH_ELEMENT>
  166. <option name="myItemId" value="CR-MesoLabs-Collections-SinglyLinkedList" />
  167. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  168. </PATH_ELEMENT>
  169. <PATH_ELEMENT>
  170. <option name="myItemId" value="src" />
  171. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  172. </PATH_ELEMENT>
  173. <PATH_ELEMENT>
  174. <option name="myItemId" value="main" />
  175. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  176. </PATH_ELEMENT>
  177. <PATH_ELEMENT>
  178. <option name="myItemId" value="java" />
  179. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  180. </PATH_ELEMENT>
  181. <PATH_ELEMENT>
  182. <option name="myItemId" value="com" />
  183. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  184. </PATH_ELEMENT>
  185. <PATH_ELEMENT>
  186. <option name="myItemId" value="zipcodewilmington" />
  187. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  188. </PATH_ELEMENT>
  189. <PATH_ELEMENT>
  190. <option name="myItemId" value="singlylinkedlist" />
  191. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  192. </PATH_ELEMENT>
  193. </PATH>
  194. </subPane>
  195. </pane>
  196. <pane id="PackagesPane" />
  197. <pane id="Scratches" />
  198. <pane id="Scope" />
  199. </panes>
  200. </component>
  201. <component name="PropertiesComponent">
  202. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  203. <property name="project.structure.last.edited" value="Project" />
  204. <property name="project.structure.proportion" value="0.0" />
  205. <property name="project.structure.side.proportion" value="0.2" />
  206. </component>
  207. <component name="RunDashboard">
  208. <option name="ruleStates">
  209. <list>
  210. <RuleState>
  211. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  212. </RuleState>
  213. <RuleState>
  214. <option name="name" value="StatusDashboardGroupingRule" />
  215. </RuleState>
  216. </list>
  217. </option>
  218. </component>
  219. <component name="RunManager">
  220. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  221. <module name="" />
  222. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  223. <option name="PROGRAM_PARAMETERS" />
  224. <predefined_log_file id="idea.log" enabled="true" />
  225. <method />
  226. </configuration>
  227. <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android App">
  228. <module name="" />
  229. <option name="DEPLOY" value="true" />
  230. <option name="ARTIFACT_NAME" value="" />
  231. <option name="PM_INSTALL_OPTIONS" value="" />
  232. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  233. <option name="MODE" value="default_activity" />
  234. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  235. <option name="PREFERRED_AVD" value="" />
  236. <option name="CLEAR_LOGCAT" value="false" />
  237. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  238. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  239. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  240. <option name="DEBUGGER_TYPE" value="Java" />
  241. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  242. <option name="PREFERRED_AVD" value="" />
  243. <Java />
  244. <Profilers>
  245. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  246. <option name="GAPID_ENABLED" value="false" />
  247. <option name="GAPID_DISABLE_PCS" value="false" />
  248. <option name="SUPPORT_LIB_ENABLED" value="true" />
  249. <option name="INSTRUMENTATION_ENABLED" value="true" />
  250. </Profilers>
  251. <option name="DEEP_LINK" value="" />
  252. <option name="ACTIVITY_CLASS" value="" />
  253. <method />
  254. </configuration>
  255. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
  256. <module name="" />
  257. <option name="TESTING_TYPE" value="0" />
  258. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  259. <option name="METHOD_NAME" value="" />
  260. <option name="CLASS_NAME" value="" />
  261. <option name="PACKAGE_NAME" value="" />
  262. <option name="EXTRA_OPTIONS" value="" />
  263. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  264. <option name="PREFERRED_AVD" value="" />
  265. <option name="CLEAR_LOGCAT" value="false" />
  266. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  267. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  268. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  269. <option name="DEBUGGER_TYPE" value="Java" />
  270. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  271. <option name="PREFERRED_AVD" value="" />
  272. <Java />
  273. <Profilers>
  274. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  275. <option name="GAPID_ENABLED" value="false" />
  276. <option name="GAPID_DISABLE_PCS" value="false" />
  277. <option name="SUPPORT_LIB_ENABLED" value="true" />
  278. <option name="INSTRUMENTATION_ENABLED" value="true" />
  279. </Profilers>
  280. <method />
  281. </configuration>
  282. <configuration default="true" type="Applet" factoryName="Applet">
  283. <option name="HTML_USED" value="false" />
  284. <option name="WIDTH" value="400" />
  285. <option name="HEIGHT" value="300" />
  286. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  287. <module />
  288. <method />
  289. </configuration>
  290. <configuration default="true" type="Application" factoryName="Application">
  291. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  292. <option name="MAIN_CLASS_NAME" />
  293. <option name="VM_PARAMETERS" />
  294. <option name="PROGRAM_PARAMETERS" />
  295. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  296. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  297. <option name="ALTERNATIVE_JRE_PATH" />
  298. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  299. <option name="ENV_VARIABLES" />
  300. <option name="PASS_PARENT_ENVS" value="true" />
  301. <module name="" />
  302. <envs />
  303. <method />
  304. </configuration>
  305. <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
  306. <ExternalSystemSettings>
  307. <option name="executionName" />
  308. <option name="externalProjectPath" />
  309. <option name="externalSystemIdString" value="GRADLE" />
  310. <option name="scriptParameters" />
  311. <option name="taskDescriptions">
  312. <list />
  313. </option>
  314. <option name="taskNames">
  315. <list />
  316. </option>
  317. <option name="vmOptions" />
  318. </ExternalSystemSettings>
  319. <method />
  320. </configuration>
  321. <configuration default="true" type="JUnit" factoryName="JUnit">
  322. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  323. <module name="" />
  324. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  325. <option name="ALTERNATIVE_JRE_PATH" />
  326. <option name="PACKAGE_NAME" />
  327. <option name="MAIN_CLASS_NAME" />
  328. <option name="METHOD_NAME" />
  329. <option name="TEST_OBJECT" value="class" />
  330. <option name="VM_PARAMETERS" value="-ea" />
  331. <option name="PARAMETERS" />
  332. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  333. <option name="ENV_VARIABLES" />
  334. <option name="PASS_PARENT_ENVS" value="true" />
  335. <option name="TEST_SEARCH_SCOPE">
  336. <value defaultName="singleModule" />
  337. </option>
  338. <envs />
  339. <patterns />
  340. <method />
  341. </configuration>
  342. <configuration default="true" type="JarApplication" factoryName="JAR Application">
  343. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  344. <envs />
  345. <method />
  346. </configuration>
  347. <configuration default="true" type="Java Scratch" factoryName="Java Scratch">
  348. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  349. <option name="SCRATCH_FILE_ID" value="0" />
  350. <option name="MAIN_CLASS_NAME" />
  351. <option name="VM_PARAMETERS" />
  352. <option name="PROGRAM_PARAMETERS" />
  353. <option name="WORKING_DIRECTORY" />
  354. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  355. <option name="ALTERNATIVE_JRE_PATH" />
  356. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  357. <option name="ENV_VARIABLES" />
  358. <option name="PASS_PARENT_ENVS" value="true" />
  359. <module name="" />
  360. <envs />
  361. <method />
  362. </configuration>
  363. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  364. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  365. <option name="MAIN_CLASS_NAME" />
  366. <option name="VM_PARAMETERS" />
  367. <option name="PROGRAM_PARAMETERS" />
  368. <option name="WORKING_DIRECTORY" />
  369. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  370. <option name="ALTERNATIVE_JRE_PATH" />
  371. <option name="PASS_PARENT_ENVS" value="true" />
  372. <module name="CR-MesoLabs-Collections-SinglyLinkedList" />
  373. <envs />
  374. <method />
  375. </configuration>
  376. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
  377. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  378. <option name="filePath" />
  379. <option name="vmParameters" />
  380. <option name="alternativeJrePath" />
  381. <option name="programParameters" />
  382. <option name="passParentEnvs" value="true" />
  383. <option name="workingDirectory" />
  384. <option name="isAlternativeJrePathEnabled" value="false" />
  385. <envs />
  386. <method />
  387. </configuration>
  388. <configuration default="true" type="Remote" factoryName="Remote">
  389. <option name="USE_SOCKET_TRANSPORT" value="true" />
  390. <option name="SERVER_MODE" value="false" />
  391. <option name="SHMEM_ADDRESS" value="javadebug" />
  392. <option name="HOST" value="localhost" />
  393. <option name="PORT" value="5005" />
  394. <method />
  395. </configuration>
  396. <configuration default="true" type="TestNG" factoryName="TestNG">
  397. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  398. <module name="" />
  399. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  400. <option name="ALTERNATIVE_JRE_PATH" />
  401. <option name="SUITE_NAME" />
  402. <option name="PACKAGE_NAME" />
  403. <option name="MAIN_CLASS_NAME" />
  404. <option name="METHOD_NAME" />
  405. <option name="GROUP_NAME" />
  406. <option name="TEST_OBJECT" value="CLASS" />
  407. <option name="VM_PARAMETERS" value="-ea" />
  408. <option name="PARAMETERS" />
  409. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  410. <option name="OUTPUT_DIRECTORY" />
  411. <option name="ANNOTATION_TYPE" />
  412. <option name="ENV_VARIABLES" />
  413. <option name="PASS_PARENT_ENVS" value="true" />
  414. <option name="TEST_SEARCH_SCOPE">
  415. <value defaultName="singleModule" />
  416. </option>
  417. <option name="USE_DEFAULT_REPORTERS" value="false" />
  418. <option name="PROPERTIES_FILE" />
  419. <envs />
  420. <properties />
  421. <listeners />
  422. <method />
  423. </configuration>
  424. <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
  425. <setting name="environment" value="" />
  426. <setting name="specsToExecute" value="" />
  427. <setting name="tags" value="" />
  428. <setting name="parallelNodes" value="" />
  429. <setting name="execInParallel" value="false" />
  430. <setting name="programParameters" value="" />
  431. <setting name="workingDirectory" value="" />
  432. <setting name="moduleName" value="" />
  433. <envMap />
  434. <setting name="rowsRange" value="" />
  435. <method />
  436. </configuration>
  437. </component>
  438. <component name="ShelveChangesManager" show_recycled="false">
  439. <option name="remove_strategy" value="false" />
  440. </component>
  441. <component name="TaskManager">
  442. <task active="true" id="Default" summary="Default task">
  443. <changelist id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="" />
  444. <created>1515621994762</created>
  445. <option name="number" value="Default" />
  446. <option name="presentableId" value="Default" />
  447. <updated>1515621994762</updated>
  448. </task>
  449. <servers />
  450. </component>
  451. <component name="ToolWindowManager">
  452. <frame x="0" y="23" width="1920" height="1053" extended-state="6" />
  453. <layout>
  454. <window_info id="Palette" 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" />
  455. <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="6" side_tool="false" content_ui="tabs" />
  456. <window_info id="Nl-Palette" 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="-1" side_tool="false" content_ui="tabs" />
  457. <window_info id="Palette&#9;" 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" />
  458. <window_info id="Image Layers" 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="-1" side_tool="false" content_ui="tabs" />
  459. <window_info id="Capture Analysis" 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" />
  460. <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
  461. <window_info id="Maven Projects" 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" />
  462. <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="2" side_tool="false" content_ui="tabs" />
  463. <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" />
  464. <window_info id="Properties" 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" />
  465. <window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3298647" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  466. <window_info id="Capture Tool" 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="-1" side_tool="false" content_ui="tabs" />
  467. <window_info id="Designer" 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="-1" side_tool="false" content_ui="tabs" />
  468. <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24973376" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
  469. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  470. <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="1" side_tool="false" content_ui="tabs" />
  471. <window_info id="UI Designer" 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="-1" side_tool="false" content_ui="tabs" />
  472. <window_info id="Theme Preview" 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" />
  473. <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="3" side_tool="false" content_ui="tabs" />
  474. <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="-1" side_tool="true" content_ui="tabs" />
  475. <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="4" side_tool="false" content_ui="tabs" />
  476. <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="2" side_tool="false" content_ui="combo" />
  477. <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="0" side_tool="false" content_ui="tabs" />
  478. <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="0" side_tool="false" content_ui="tabs" />
  479. <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="1" side_tool="false" content_ui="tabs" />
  480. <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="5" side_tool="false" content_ui="tabs" />
  481. </layout>
  482. </component>
  483. <component name="VcsContentAnnotationSettings">
  484. <option name="myLimit" value="2678400000" />
  485. </component>
  486. <component name="XDebuggerManager">
  487. <breakpoint-manager />
  488. <watches-manager />
  489. </component>
  490. <component name="editorHistoryManager">
  491. <entry file="file://$PROJECT_DIR$/pom.xml">
  492. <provider selected="true" editor-type-id="text-editor">
  493. <state relative-caret-position="0">
  494. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  495. <folding />
  496. </state>
  497. </provider>
  498. </entry>
  499. <entry file="file://$PROJECT_DIR$/README.md">
  500. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  501. <state split_layout="SPLIT">
  502. <first_editor relative-caret-position="0">
  503. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  504. <folding />
  505. </first_editor>
  506. <second_editor />
  507. </state>
  508. </provider>
  509. </entry>
  510. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist.java">
  511. <provider selected="true" editor-type-id="text-editor">
  512. <state relative-caret-position="0">
  513. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  514. <folding />
  515. </state>
  516. </provider>
  517. </entry>
  518. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/MainApplication.java">
  519. <provider selected="true" editor-type-id="text-editor">
  520. <state relative-caret-position="75">
  521. <caret line="5" column="28" lean-forward="false" selection-start-line="5" selection-start-column="28" selection-end-line="5" selection-end-column="28" />
  522. <folding />
  523. </state>
  524. </provider>
  525. </entry>
  526. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedList.java">
  527. <provider selected="true" editor-type-id="text-editor">
  528. <state relative-caret-position="75">
  529. <caret line="5" column="29" lean-forward="false" selection-start-line="5" selection-start-column="29" selection-end-line="5" selection-end-column="29" />
  530. <folding />
  531. </state>
  532. </provider>
  533. </entry>
  534. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
  535. <provider selected="true" editor-type-id="text-editor">
  536. <state relative-caret-position="75">
  537. <caret line="5" column="33" lean-forward="false" selection-start-line="5" selection-start-column="33" selection-end-line="5" selection-end-column="33" />
  538. <folding />
  539. </state>
  540. </provider>
  541. </entry>
  542. </component>
  543. </project>