Life: cellular automata

workspace.xml 31KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="e282cee1-bfe9-42a3-9794-9633eb4654d1" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" afterDir="false" />
  7. </list>
  8. <ignored path="$PROJECT_DIR$/target/" />
  9. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  10. <option name="TRACKING_ENABLED" value="true" />
  11. <option name="SHOW_DIALOG" value="false" />
  12. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  13. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  14. <option name="LAST_RESOLUTION" value="IGNORE" />
  15. </component>
  16. <component name="DatabaseView">
  17. <option name="SHOW_INTERMEDIATE" value="true" />
  18. <option name="GROUP_DATA_SOURCES" value="true" />
  19. <option name="GROUP_SCHEMA" value="true" />
  20. <option name="GROUP_CONTENTS" value="false" />
  21. <option name="SORT_POSITIONED" value="false" />
  22. <option name="SHOW_EMPTY_GROUPS" value="false" />
  23. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  24. <option name="HIDDEN_KINDS">
  25. <set />
  26. </option>
  27. <expand />
  28. <select />
  29. </component>
  30. <component name="FileEditorManager">
  31. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  32. <file leaf-file-name="SimpleWindow.java" pinned="false" current-in-tab="false">
  33. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
  34. <provider selected="true" editor-type-id="text-editor">
  35. <state relative-caret-position="-176">
  36. <caret line="17" column="42" selection-start-line="17" selection-start-column="42" selection-end-line="17" selection-end-column="42" />
  37. <folding>
  38. <element signature="imports" expanded="true" />
  39. </folding>
  40. </state>
  41. </provider>
  42. </entry>
  43. </file>
  44. <file leaf-file-name="ConwayGameOfLife.java" pinned="false" current-in-tab="true">
  45. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
  46. <provider selected="true" editor-type-id="text-editor">
  47. <state relative-caret-position="-105">
  48. <caret line="29" column="52" lean-forward="true" selection-start-line="29" selection-start-column="52" selection-end-line="29" selection-end-column="52" />
  49. </state>
  50. </provider>
  51. </entry>
  52. </file>
  53. <file leaf-file-name="ConwayGameOfLifeTest.java" pinned="false" current-in-tab="false">
  54. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
  55. <provider selected="true" editor-type-id="text-editor">
  56. <state relative-caret-position="130">
  57. <caret line="23" column="22" selection-start-line="23" selection-start-column="7" selection-end-line="23" selection-end-column="22" />
  58. </state>
  59. </provider>
  60. </entry>
  61. </file>
  62. </leaf>
  63. </component>
  64. <component name="FileTemplateManagerImpl">
  65. <option name="RECENT_TEMPLATES">
  66. <list>
  67. <option value="Arquillian JUnit Test Class" />
  68. <option value="Class" />
  69. <option value="JUnit4 Test Class" />
  70. </list>
  71. </option>
  72. </component>
  73. <component name="FindInProjectRecents">
  74. <findStrings>
  75. <find>end</find>
  76. </findStrings>
  77. <replaceStrings>
  78. <replace>currentGeneration</replace>
  79. <replace>nextGeneration</replace>
  80. </replaceStrings>
  81. </component>
  82. <component name="Git.Settings">
  83. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  84. </component>
  85. <component name="IdeDocumentHistory">
  86. <option name="CHANGED_PATHS">
  87. <list>
  88. <option value="$PROJECT_DIR$/LifeStarts.java" />
  89. <option value="$PROJECT_DIR$/pom.xml" />
  90. <option value="$PROJECT_DIR$/src/main/java/GameOnLife.java" />
  91. <option value="$PROJECT_DIR$/src/main/java/GameOfLife.java" />
  92. <option value="$PROJECT_DIR$/src/main/java/GameofLife.java" />
  93. <option value="$PROJECT_DIR$/src/main/java/SimpleWindow.java" />
  94. <option value="$PROJECT_DIR$/src/main/java/ConwayGameOfLife.java" />
  95. <option value="$PROJECT_DIR$/src/main/java/Life.java" />
  96. <option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java" />
  97. <option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/README.md" />
  98. <option value="$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java" />
  99. <option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" />
  100. </list>
  101. </option>
  102. </component>
  103. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  104. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  105. <component name="JsGulpfileManager">
  106. <detection-done>true</detection-done>
  107. <sorting>DEFINITION_ORDER</sorting>
  108. </component>
  109. <component name="MavenImportPreferences">
  110. <option name="importingSettings">
  111. <MavenImportingSettings>
  112. <option name="importAutomatically" value="true" />
  113. </MavenImportingSettings>
  114. </option>
  115. </component>
  116. <component name="NodePackageJsonFileManager">
  117. <packageJsonPaths />
  118. </component>
  119. <component name="ProjectFrameBounds" extendedState="6" fullScreen="true">
  120. <option name="width" value="1280" />
  121. <option name="height" value="777" />
  122. </component>
  123. <component name="ProjectView">
  124. <navigator proportions="" version="1">
  125. <foldersAlwaysOnTop value="true" />
  126. </navigator>
  127. <panes>
  128. <pane id="Scope" />
  129. <pane id="AndroidView" />
  130. <pane id="ProjectPane">
  131. <subPane>
  132. <expand>
  133. <path>
  134. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  135. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  136. </path>
  137. <path>
  138. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  139. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  140. <item name="src" type="462c0819:PsiDirectoryNode" />
  141. </path>
  142. <path>
  143. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  144. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  145. <item name="src" type="462c0819:PsiDirectoryNode" />
  146. <item name="main" type="462c0819:PsiDirectoryNode" />
  147. </path>
  148. <path>
  149. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  150. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  151. <item name="src" type="462c0819:PsiDirectoryNode" />
  152. <item name="main" type="462c0819:PsiDirectoryNode" />
  153. <item name="java" type="462c0819:PsiDirectoryNode" />
  154. </path>
  155. <path>
  156. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  157. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  158. <item name="src" type="462c0819:PsiDirectoryNode" />
  159. <item name="main" type="462c0819:PsiDirectoryNode" />
  160. <item name="java" type="462c0819:PsiDirectoryNode" />
  161. <item name="zipcodeconway" type="462c0819:PsiDirectoryNode" />
  162. </path>
  163. <path>
  164. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  165. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  166. <item name="src" type="462c0819:PsiDirectoryNode" />
  167. <item name="test" type="462c0819:PsiDirectoryNode" />
  168. </path>
  169. <path>
  170. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  171. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  172. <item name="src" type="462c0819:PsiDirectoryNode" />
  173. <item name="test" type="462c0819:PsiDirectoryNode" />
  174. <item name="java" type="462c0819:PsiDirectoryNode" />
  175. </path>
  176. <path>
  177. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  178. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  179. <item name="src" type="462c0819:PsiDirectoryNode" />
  180. <item name="test" type="462c0819:PsiDirectoryNode" />
  181. <item name="java" type="462c0819:PsiDirectoryNode" />
  182. <item name="zipcodeconway" type="462c0819:PsiDirectoryNode" />
  183. </path>
  184. </expand>
  185. <select />
  186. </subPane>
  187. </pane>
  188. <pane id="PackagesPane" />
  189. </panes>
  190. </component>
  191. <component name="PropertiesComponent">
  192. <property name="WebServerToolWindowFactoryState" value="false" />
  193. <property name="aspect.path.notification.shown" value="true" />
  194. <property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary" value="JUnit4" />
  195. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  196. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  197. <property name="project.structure.last.edited" value="Modules" />
  198. <property name="project.structure.proportion" value="0.15" />
  199. <property name="project.structure.side.proportion" value="0.2" />
  200. <property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
  201. </component>
  202. <component name="RecentsManager">
  203. <key name="CreateTestDialog.RecentsKey">
  204. <recent name="com.zipcodeconway" />
  205. </key>
  206. <key name="CopyFile.RECENT_KEYS">
  207. <recent name="$PROJECT_DIR$" />
  208. </key>
  209. <key name="CreateTestDialog.Recents.Supers">
  210. <recent name="" />
  211. </key>
  212. <key name="MoveFile.RECENT_KEYS">
  213. <recent name="$PROJECT_DIR$/src/main/java" />
  214. </key>
  215. </component>
  216. <component name="RunDashboard">
  217. <option name="ruleStates">
  218. <list>
  219. <RuleState>
  220. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  221. </RuleState>
  222. <RuleState>
  223. <option name="name" value="StatusDashboardGroupingRule" />
  224. </RuleState>
  225. </list>
  226. </option>
  227. </component>
  228. <component name="RunManager" selected="Application.ConwayGameOfLife">
  229. <configuration default="true" type="Applet" factoryName="Applet">
  230. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  231. </configuration>
  232. <configuration name="ConwayGameOfLife" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  233. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLife" />
  234. <module name="Game-Of-Life-Java" />
  235. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  236. <extension name="coverage">
  237. <pattern>
  238. <option name="PATTERN" value="com.zipcodeconway.*" />
  239. <option name="ENABLED" value="true" />
  240. </pattern>
  241. </extension>
  242. </configuration>
  243. <configuration default="true" type="Application" factoryName="Application">
  244. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  245. </configuration>
  246. <configuration name="ConwayGameOfLifeTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  247. <module name="Game-Of-Life-Java" />
  248. <extension name="coverage">
  249. <pattern>
  250. <option name="PATTERN" value="com.zipcodeconway.*" />
  251. <option name="ENABLED" value="true" />
  252. </pattern>
  253. </extension>
  254. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  255. <option name="ALTERNATIVE_JRE_PATH" />
  256. <option name="PACKAGE_NAME" value="com.zipcodeconway" />
  257. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
  258. <option name="METHOD_NAME" />
  259. <option name="TEST_OBJECT" value="class" />
  260. <option name="VM_PARAMETERS" value="-ea" />
  261. <option name="PARAMETERS" />
  262. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  263. <option name="PASS_PARENT_ENVS" value="true" />
  264. <option name="TEST_SEARCH_SCOPE">
  265. <value defaultName="singleModule" />
  266. </option>
  267. <patterns />
  268. </configuration>
  269. <configuration name="ConwayGameOfLifeTest.runTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  270. <module name="Game-Of-Life-Java" />
  271. <extension name="coverage">
  272. <pattern>
  273. <option name="PATTERN" value="com.zipcodeconway.*" />
  274. <option name="ENABLED" value="true" />
  275. </pattern>
  276. </extension>
  277. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  278. <option name="ALTERNATIVE_JRE_PATH" />
  279. <option name="PACKAGE_NAME" value="com.zipcodeconway" />
  280. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
  281. <option name="METHOD_NAME" value="runTest" />
  282. <option name="TEST_OBJECT" value="method" />
  283. <option name="VM_PARAMETERS" value="-ea" />
  284. <option name="PARAMETERS" />
  285. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  286. <option name="PASS_PARENT_ENVS" value="true" />
  287. <option name="TEST_SEARCH_SCOPE">
  288. <value defaultName="singleModule" />
  289. </option>
  290. <patterns />
  291. </configuration>
  292. <configuration name="ConwayGameOfLifeTest.runTest1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  293. <module name="Game-Of-Life-Java" />
  294. <extension name="coverage">
  295. <pattern>
  296. <option name="PATTERN" value="com.zipcodeconway.*" />
  297. <option name="ENABLED" value="true" />
  298. </pattern>
  299. </extension>
  300. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  301. <option name="ALTERNATIVE_JRE_PATH" />
  302. <option name="PACKAGE_NAME" value="com.zipcodeconway" />
  303. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
  304. <option name="METHOD_NAME" value="runTest1" />
  305. <option name="TEST_OBJECT" value="method" />
  306. <option name="VM_PARAMETERS" value="-ea" />
  307. <option name="PARAMETERS" />
  308. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  309. <option name="PASS_PARENT_ENVS" value="true" />
  310. <option name="TEST_SEARCH_SCOPE">
  311. <value defaultName="singleModule" />
  312. </option>
  313. <patterns />
  314. </configuration>
  315. <configuration name="ConwayGameOfLifeTest.runTest2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  316. <module name="Game-Of-Life-Java" />
  317. <extension name="coverage">
  318. <pattern>
  319. <option name="PATTERN" value="com.zipcodeconway.*" />
  320. <option name="ENABLED" value="true" />
  321. </pattern>
  322. </extension>
  323. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  324. <option name="ALTERNATIVE_JRE_PATH" />
  325. <option name="PACKAGE_NAME" value="com.zipcodeconway" />
  326. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
  327. <option name="METHOD_NAME" value="runTest2" />
  328. <option name="TEST_OBJECT" value="method" />
  329. <option name="VM_PARAMETERS" value="-ea" />
  330. <option name="PARAMETERS" />
  331. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  332. <option name="PASS_PARENT_ENVS" value="true" />
  333. <option name="TEST_SEARCH_SCOPE">
  334. <value defaultName="singleModule" />
  335. </option>
  336. <patterns />
  337. </configuration>
  338. <configuration default="true" type="JUnit" factoryName="JUnit">
  339. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  340. <option name="ALTERNATIVE_JRE_PATH" />
  341. <option name="PACKAGE_NAME" />
  342. <option name="MAIN_CLASS_NAME" />
  343. <option name="METHOD_NAME" />
  344. <option name="TEST_OBJECT" value="class" />
  345. <option name="VM_PARAMETERS" value="-ea" />
  346. <option name="PARAMETERS" />
  347. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  348. <option name="PASS_PARENT_ENVS" value="true" />
  349. <option name="TEST_SEARCH_SCOPE">
  350. <value defaultName="singleModule" />
  351. </option>
  352. <patterns />
  353. </configuration>
  354. <configuration name="ConwayLife" type="MavenRunConfiguration" factoryName="Maven">
  355. <MavenSettings>
  356. <option name="myGeneralSettings" />
  357. <option name="myRunnerSettings" />
  358. <option name="myRunnerParameters">
  359. <MavenRunnerParameters>
  360. <option name="profiles">
  361. <set />
  362. </option>
  363. <option name="goals">
  364. <list />
  365. </option>
  366. <option name="pomFileName" />
  367. <option name="profilesMap">
  368. <map />
  369. </option>
  370. <option name="resolveToWorkspace" value="false" />
  371. <option name="workingDirPath" value="$PROJECT_DIR$" />
  372. </MavenRunnerParameters>
  373. </option>
  374. </MavenSettings>
  375. </configuration>
  376. <configuration default="true" type="TestNG" factoryName="TestNG">
  377. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  378. <option name="ALTERNATIVE_JRE_PATH" />
  379. <option name="SUITE_NAME" />
  380. <option name="PACKAGE_NAME" />
  381. <option name="MAIN_CLASS_NAME" />
  382. <option name="METHOD_NAME" />
  383. <option name="GROUP_NAME" />
  384. <option name="TEST_OBJECT" value="CLASS" />
  385. <option name="VM_PARAMETERS" value="-ea" />
  386. <option name="PARAMETERS" />
  387. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  388. <option name="OUTPUT_DIRECTORY" />
  389. <option name="PASS_PARENT_ENVS" value="true" />
  390. <option name="TEST_SEARCH_SCOPE">
  391. <value defaultName="singleModule" />
  392. </option>
  393. <option name="USE_DEFAULT_REPORTERS" value="false" />
  394. <option name="PROPERTIES_FILE" />
  395. <properties />
  396. <listeners />
  397. </configuration>
  398. <list>
  399. <item itemvalue="Maven.ConwayLife" />
  400. <item itemvalue="Application.ConwayGameOfLife" />
  401. <item itemvalue="JUnit.ConwayGameOfLifeTest.runTest" />
  402. <item itemvalue="JUnit.ConwayGameOfLifeTest.runTest2" />
  403. <item itemvalue="JUnit.ConwayGameOfLifeTest" />
  404. <item itemvalue="JUnit.ConwayGameOfLifeTest.runTest1" />
  405. </list>
  406. <recent_temporary>
  407. <list>
  408. <item itemvalue="Application.ConwayGameOfLife" />
  409. <item itemvalue="JUnit.ConwayGameOfLifeTest" />
  410. <item itemvalue="JUnit.ConwayGameOfLifeTest.runTest1" />
  411. <item itemvalue="JUnit.ConwayGameOfLifeTest.runTest2" />
  412. <item itemvalue="JUnit.ConwayGameOfLifeTest.runTest" />
  413. </list>
  414. </recent_temporary>
  415. </component>
  416. <component name="SvnConfiguration">
  417. <configuration />
  418. </component>
  419. <component name="TaskManager">
  420. <task active="true" id="Default" summary="Default task">
  421. <changelist id="e282cee1-bfe9-42a3-9794-9633eb4654d1" name="Default" comment="" />
  422. <created>1519668901598</created>
  423. <option name="number" value="Default" />
  424. <option name="presentableId" value="Default" />
  425. <updated>1519668901598</updated>
  426. <workItem from="1519668902904" duration="14517000" />
  427. <workItem from="1529669432082" duration="20487000" />
  428. </task>
  429. <servers />
  430. </component>
  431. <component name="TestHistory">
  432. <history-entry file="ConwayGameOfLifeTest - 2018.06.24 at 18h 55m 39s.xml">
  433. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  434. </history-entry>
  435. <history-entry file="ConwayGameOfLifeTest - 2018.06.25 at 08h 58m 42s.xml">
  436. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  437. </history-entry>
  438. <history-entry file="ConwayGameOfLifeTest - 2018.06.25 at 09h 01m 35s.xml">
  439. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  440. </history-entry>
  441. <history-entry file="ConwayGameOfLifeTest - 2018.06.25 at 09h 56m 55s.xml">
  442. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  443. </history-entry>
  444. <history-entry file="ConwayGameOfLifeTest_runTest1 - 2018.06.25 at 09h 57m 14s.xml">
  445. <configuration name="ConwayGameOfLifeTest.runTest1" configurationId="JUnit" />
  446. </history-entry>
  447. <history-entry file="ConwayGameOfLifeTest - 2018.06.25 at 13h 37m 06s.xml">
  448. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  449. </history-entry>
  450. <history-entry file="ConwayGameOfLifeTest - 2018.06.25 at 13h 37m 33s.xml">
  451. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  452. </history-entry>
  453. <history-entry file="ConwayGameOfLifeTest - 2018.06.25 at 13h 53m 30s.xml">
  454. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  455. </history-entry>
  456. <history-entry file="ConwayGameOfLifeTest - 2018.06.25 at 13h 54m 24s.xml">
  457. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  458. </history-entry>
  459. <history-entry file="ConwayGameOfLifeTest - 2018.06.25 at 13h 56m 51s.xml">
  460. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  461. </history-entry>
  462. </component>
  463. <component name="TimeTrackingManager">
  464. <option name="totallyTimeSpent" value="35004000" />
  465. </component>
  466. <component name="ToolWindowManager">
  467. <frame x="0" y="0" width="1280" height="800" extended-state="6" />
  468. <layout>
  469. <window_info anchor="right" id="Palette" order="3" />
  470. <window_info anchor="bottom" id="TODO" order="6" />
  471. <window_info anchor="bottom" id="Messages" order="7" weight="0.4537931" />
  472. <window_info anchor="right" id="Palette&#9;" order="3" />
  473. <window_info id="Image Layers" order="2" />
  474. <window_info anchor="right" id="Capture Analysis" order="3" />
  475. <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" />
  476. <window_info anchor="right" id="Maven Projects" order="3" />
  477. <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
  478. <window_info anchor="bottom" id="Run" order="2" weight="0.21241379" />
  479. <window_info anchor="bottom" id="Version Control" order="7" />
  480. <window_info anchor="bottom" id="Terminal" order="7" weight="0.32970026" />
  481. <window_info id="Capture Tool" order="2" />
  482. <window_info id="Designer" order="2" />
  483. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
  484. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  485. <window_info anchor="right" id="Database" order="3" weight="0.3296875" />
  486. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  487. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  488. <window_info id="UI Designer" order="2" />
  489. <window_info anchor="right" id="Theme Preview" order="3" />
  490. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  491. <window_info id="Favorites" order="2" side_tool="true" />
  492. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  493. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  494. <window_info anchor="bottom" id="Message" order="0" />
  495. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  496. <window_info anchor="bottom" id="Find" order="1" />
  497. </layout>
  498. </component>
  499. <component name="TypeScriptGeneratedFilesManager">
  500. <option name="version" value="1" />
  501. </component>
  502. <component name="VcsContentAnnotationSettings">
  503. <option name="myLimit" value="2678400000" />
  504. </component>
  505. <component name="XDebuggerManager">
  506. <breakpoint-manager>
  507. <option name="time" value="15" />
  508. </breakpoint-manager>
  509. </component>
  510. <component name="editorHistoryManager">
  511. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
  512. <provider selected="true" editor-type-id="text-editor">
  513. <state relative-caret-position="240">
  514. <caret line="17" column="42" selection-start-line="17" selection-start-column="42" selection-end-line="17" selection-end-column="42" />
  515. <folding>
  516. <element signature="imports" expanded="true" />
  517. </folding>
  518. </state>
  519. </provider>
  520. </entry>
  521. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
  522. <provider selected="true" editor-type-id="text-editor">
  523. <state relative-caret-position="300">
  524. <caret line="20" selection-start-line="20" selection-end-line="20" />
  525. </state>
  526. </provider>
  527. </entry>
  528. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
  529. <provider selected="true" editor-type-id="text-editor">
  530. <state relative-caret-position="450">
  531. <caret line="32" column="32" selection-start-line="32" selection-start-column="32" selection-end-line="32" selection-end-column="32" />
  532. </state>
  533. </provider>
  534. </entry>
  535. <entry file="file://$PROJECT_DIR$/pom.xml">
  536. <provider selected="true" editor-type-id="text-editor">
  537. <state relative-caret-position="187">
  538. <caret line="11" column="10" selection-start-line="11" selection-start-column="10" selection-end-line="11" selection-end-column="10" />
  539. </state>
  540. </provider>
  541. </entry>
  542. <entry file="file://$PROJECT_DIR$/src/main/java/LifeStarts.java" />
  543. <entry file="file://$PROJECT_DIR$/src/main/java/Life.java" />
  544. <entry file="uml://JAVA/com.zipcodeconway.ConwayGameOfLife">
  545. <provider selected="true" editor-type-id="UmlEditorProvider">
  546. <state>
  547. <ID>JAVA</ID>
  548. <OriginalElement>com.zipcodeconway.ConwayGameOfLife</OriginalElement>
  549. <nodes>
  550. <node x="-54.0" y="-179.0">com.zipcodeconway.ConwayGameOfLife</node>
  551. </nodes>
  552. <notes />
  553. <edges />
  554. <settings layout="Hierarchic Group" zoom="1.0" x="-203.0" y="-1.0" />
  555. <SelectedNodes />
  556. <Categories>
  557. <Category>Constructors</Category>
  558. <Category>Methods</Category>
  559. </Categories>
  560. <SCOPE>All</SCOPE>
  561. <VISIBILITY>private</VISIBILITY>
  562. </state>
  563. </provider>
  564. </entry>
  565. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/README.md" />
  566. <entry file="file://$USER_HOME$/Downloads/ConwayLifeRandomat50.png" />
  567. <entry file="file://$USER_HOME$/Documents/gitea/gitea/custom/public/img/ConwayLifeUML.png" />
  568. <entry file="file://$PROJECT_DIR$/src/main/java/GameofLife.java" />
  569. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
  570. <provider selected="true" editor-type-id="text-editor">
  571. <state relative-caret-position="-176">
  572. <caret line="17" column="42" selection-start-line="17" selection-start-column="42" selection-end-line="17" selection-end-column="42" />
  573. <folding>
  574. <element signature="imports" expanded="true" />
  575. </folding>
  576. </state>
  577. </provider>
  578. </entry>
  579. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/lib/rt.jar!/sun/reflect/NativeMethodAccessorImpl.class">
  580. <provider selected="true" editor-type-id="text-editor">
  581. <state relative-caret-position="240">
  582. <caret line="17" column="43" selection-start-line="17" selection-start-column="43" selection-end-line="17" selection-end-column="43" />
  583. </state>
  584. </provider>
  585. </entry>
  586. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
  587. <provider selected="true" editor-type-id="text-editor">
  588. <state relative-caret-position="130">
  589. <caret line="23" column="22" selection-start-line="23" selection-start-column="7" selection-end-line="23" selection-end-column="22" />
  590. </state>
  591. </provider>
  592. </entry>
  593. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
  594. <provider selected="true" editor-type-id="text-editor">
  595. <state relative-caret-position="-105">
  596. <caret line="29" column="52" lean-forward="true" selection-start-line="29" selection-start-column="52" selection-end-line="29" selection-end-column="52" />
  597. </state>
  598. </provider>
  599. </entry>
  600. </component>
  601. <component name="masterDetails">
  602. <states>
  603. <state key="ArtifactsStructureConfigurable.UI">
  604. <settings>
  605. <artifact-editor />
  606. <splitter-proportions>
  607. <option name="proportions">
  608. <list>
  609. <option value="0.2" />
  610. </list>
  611. </option>
  612. </splitter-proportions>
  613. </settings>
  614. </state>
  615. <state key="FacetStructureConfigurable.UI">
  616. <settings>
  617. <last-edited>No facets are configured</last-edited>
  618. <splitter-proportions>
  619. <option name="proportions">
  620. <list>
  621. <option value="0.2" />
  622. </list>
  623. </option>
  624. </splitter-proportions>
  625. </settings>
  626. </state>
  627. <state key="GlobalLibrariesConfigurable.UI">
  628. <settings>
  629. <splitter-proportions>
  630. <option name="proportions">
  631. <list>
  632. <option value="0.2" />
  633. </list>
  634. </option>
  635. </splitter-proportions>
  636. </settings>
  637. </state>
  638. <state key="JdkListConfigurable.UI">
  639. <settings>
  640. <last-edited>1.8</last-edited>
  641. <splitter-proportions>
  642. <option name="proportions">
  643. <list>
  644. <option value="0.2" />
  645. </list>
  646. </option>
  647. </splitter-proportions>
  648. </settings>
  649. </state>
  650. <state key="ModuleStructureConfigurable.UI">
  651. <settings>
  652. <last-edited>Game-Of-Life-Java</last-edited>
  653. <splitter-proportions>
  654. <option name="proportions">
  655. <list>
  656. <option value="0.2" />
  657. <option value="0.6" />
  658. </list>
  659. </option>
  660. </splitter-proportions>
  661. </settings>
  662. </state>
  663. <state key="ProjectJDKs.UI">
  664. <settings>
  665. <last-edited>1.8</last-edited>
  666. <splitter-proportions>
  667. <option name="proportions">
  668. <list>
  669. <option value="0.2" />
  670. </list>
  671. </option>
  672. </splitter-proportions>
  673. </settings>
  674. </state>
  675. <state key="ProjectLibrariesConfigurable.UI">
  676. <settings>
  677. <splitter-proportions>
  678. <option name="proportions">
  679. <list>
  680. <option value="0.2" />
  681. </list>
  682. </option>
  683. </splitter-proportions>
  684. </settings>
  685. </state>
  686. </states>
  687. </component>
  688. </project>