|
@@ -1,7 +1,10 @@
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
2
|
<project version="4">
|
3
|
3
|
<component name="ChangeListManager">
|
4
|
|
- <list default="true" id="e282cee1-bfe9-42a3-9794-9633eb4654d1" name="Default" comment="" />
|
|
4
|
+ <list default="true" id="3cec3003-c8fa-4876-bce6-47ea58dfac1c" name="Default" comment="">
|
|
5
|
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
6
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" />
|
|
7
|
+ </list>
|
5
|
8
|
<ignored path="$PROJECT_DIR$/target/" />
|
6
|
9
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
7
|
10
|
<option name="TRACKING_ENABLED" value="true" />
|
|
@@ -11,99 +14,49 @@
|
11
|
14
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
12
|
15
|
</component>
|
13
|
16
|
<component name="FileEditorManager">
|
14
|
|
- <leaf>
|
15
|
|
- <file leaf-file-name="SimpleWindow.java" pinned="false" current-in-tab="false">
|
16
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
|
|
17
|
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
18
|
+ <file leaf-file-name="ConwayGameOfLifeTest.java" pinned="false" current-in-tab="false">
|
|
19
|
+ <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
|
17
|
20
|
<provider selected="true" editor-type-id="text-editor">
|
18
|
|
- <state relative-caret-position="289">
|
19
|
|
- <caret line="17" column="42" lean-forward="false" selection-start-line="17" selection-start-column="42" selection-end-line="17" selection-end-column="42" />
|
20
|
|
- <folding>
|
21
|
|
- <element signature="imports" expanded="true" />
|
22
|
|
- </folding>
|
|
21
|
+ <state relative-caret-position="23">
|
|
22
|
+ <caret line="6" column="13" lean-forward="false" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" />
|
|
23
|
+ <folding />
|
23
|
24
|
</state>
|
24
|
25
|
</provider>
|
25
|
26
|
</entry>
|
26
|
27
|
</file>
|
27
|
|
- <file leaf-file-name="ConwayGameOfLife.java" pinned="false" current-in-tab="false">
|
|
28
|
+ <file leaf-file-name="ConwayGameOfLife.java" pinned="false" current-in-tab="true">
|
28
|
29
|
<entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
|
29
|
30
|
<provider selected="true" editor-type-id="text-editor">
|
30
|
|
- <state relative-caret-position="164">
|
31
|
|
- <caret line="20" column="0" lean-forward="false" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
|
32
|
|
- <folding>
|
33
|
|
- <element signature="e#585#586#0" expanded="true" />
|
34
|
|
- <element signature="e#676#677#0" expanded="true" />
|
35
|
|
- <element signature="e#712#713#0" expanded="true" />
|
36
|
|
- <element signature="e#1429#1430#0" expanded="true" />
|
37
|
|
- <element signature="e#1453#1454#0" expanded="true" />
|
38
|
|
- </folding>
|
39
|
|
- </state>
|
40
|
|
- </provider>
|
41
|
|
- </entry>
|
42
|
|
- </file>
|
43
|
|
- <file leaf-file-name="JAVA/com.zipcodeconway.ConwayGameOfLife" pinned="false" current-in-tab="false">
|
44
|
|
- <entry file="uml://JAVA/com.zipcodeconway.ConwayGameOfLife">
|
45
|
|
- <provider selected="true" editor-type-id="UmlEditorProvider">
|
46
|
|
- <state>
|
47
|
|
- <ID>JAVA</ID>
|
48
|
|
- <OriginalElement>com.zipcodeconway.ConwayGameOfLife</OriginalElement>
|
49
|
|
- <nodes>
|
50
|
|
- <node x="-54.0" y="-179.0">com.zipcodeconway.ConwayGameOfLife</node>
|
51
|
|
- </nodes>
|
52
|
|
- <notes />
|
53
|
|
- <edges />
|
54
|
|
- <settings layout="Hierarchic Group" zoom="1.0" x="-203.0" y="-1.0" />
|
55
|
|
- <SelectedNodes />
|
56
|
|
- <Categories>
|
57
|
|
- <Category>Constructors</Category>
|
58
|
|
- <Category>Methods</Category>
|
59
|
|
- </Categories>
|
60
|
|
- <SCOPE>All</SCOPE>
|
61
|
|
- <VISIBILITY>private</VISIBILITY>
|
62
|
|
- </state>
|
63
|
|
- </provider>
|
64
|
|
- </entry>
|
65
|
|
- </file>
|
66
|
|
- <file leaf-file-name="README.md" pinned="false" current-in-tab="false">
|
67
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/README.md">
|
68
|
|
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
69
|
|
- <state split_layout="SPLIT">
|
70
|
|
- <first_editor relative-caret-position="236">
|
71
|
|
- <caret line="52" column="194" lean-forward="false" selection-start-line="52" selection-start-column="194" selection-end-line="52" selection-end-column="194" />
|
72
|
|
- <folding />
|
73
|
|
- </first_editor>
|
74
|
|
- <second_editor />
|
|
31
|
+ <state relative-caret-position="1500">
|
|
32
|
+ <caret line="100" column="25" lean-forward="false" selection-start-line="100" selection-start-column="25" selection-end-line="100" selection-end-column="25" />
|
|
33
|
+ <folding />
|
75
|
34
|
</state>
|
76
|
35
|
</provider>
|
77
|
36
|
</entry>
|
78
|
37
|
</file>
|
79
|
|
- <file leaf-file-name="ConwayGameOfLifeTest.java" pinned="false" current-in-tab="true">
|
80
|
|
- <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
|
|
38
|
+ <file leaf-file-name="SimpleWindow.java" pinned="false" current-in-tab="false">
|
|
39
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
|
81
|
40
|
<provider selected="true" editor-type-id="text-editor">
|
82
|
|
- <state relative-caret-position="510">
|
83
|
|
- <caret line="32" column="32" lean-forward="false" selection-start-line="32" selection-start-column="32" selection-end-line="32" selection-end-column="32" />
|
84
|
|
- <folding />
|
|
41
|
+ <state relative-caret-position="90">
|
|
42
|
+ <caret line="6" column="24" lean-forward="false" selection-start-line="6" selection-start-column="24" selection-end-line="6" selection-end-column="24" />
|
|
43
|
+ <folding>
|
|
44
|
+ <element signature="imports" expanded="true" />
|
|
45
|
+ </folding>
|
85
|
46
|
</state>
|
86
|
47
|
</provider>
|
87
|
48
|
</entry>
|
88
|
49
|
</file>
|
89
|
50
|
</leaf>
|
90
|
51
|
</component>
|
91
|
|
- <component name="FileTemplateManagerImpl">
|
92
|
|
- <option name="RECENT_TEMPLATES">
|
93
|
|
- <list>
|
94
|
|
- <option value="Arquillian JUnit Test Class" />
|
95
|
|
- <option value="Class" />
|
96
|
|
- <option value="JUnit4 Test Class" />
|
97
|
|
- </list>
|
98
|
|
- </option>
|
99
|
|
- </component>
|
100
|
52
|
<component name="FindInProjectRecents">
|
101
|
53
|
<findStrings>
|
102
|
|
- <find>end</find>
|
|
54
|
+ <find>startmatrix</find>
|
|
55
|
+ <find>west</find>
|
103
|
56
|
</findStrings>
|
104
|
57
|
<replaceStrings>
|
105
|
58
|
<replace>currentGeneration</replace>
|
106
|
|
- <replace>nextGeneration</replace>
|
|
59
|
+ <replace>left</replace>
|
107
|
60
|
</replaceStrings>
|
108
|
61
|
</component>
|
109
|
62
|
<component name="Git.Settings">
|
|
@@ -117,17 +70,6 @@
|
117
|
70
|
<component name="IdeDocumentHistory">
|
118
|
71
|
<option name="CHANGED_PATHS">
|
119
|
72
|
<list>
|
120
|
|
- <option value="$PROJECT_DIR$/LifeStarts.java" />
|
121
|
|
- <option value="$PROJECT_DIR$/pom.xml" />
|
122
|
|
- <option value="$PROJECT_DIR$/src/main/java/GameOnLife.java" />
|
123
|
|
- <option value="$PROJECT_DIR$/src/main/java/GameOfLife.java" />
|
124
|
|
- <option value="$PROJECT_DIR$/src/main/java/GameofLife.java" />
|
125
|
|
- <option value="$PROJECT_DIR$/src/main/java/SimpleWindow.java" />
|
126
|
|
- <option value="$PROJECT_DIR$/src/main/java/ConwayGameOfLife.java" />
|
127
|
|
- <option value="$PROJECT_DIR$/src/main/java/Life.java" />
|
128
|
|
- <option value="$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java" />
|
129
|
|
- <option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java" />
|
130
|
|
- <option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/README.md" />
|
131
|
73
|
<option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" />
|
132
|
74
|
</list>
|
133
|
75
|
</option>
|
|
@@ -138,11 +80,13 @@
|
138
|
80
|
<detection-done>true</detection-done>
|
139
|
81
|
<sorting>DEFINITION_ORDER</sorting>
|
140
|
82
|
</component>
|
141
|
|
- <component name="ProjectFrameBounds">
|
142
|
|
- <option name="x" value="82" />
|
143
|
|
- <option name="y" value="32" />
|
144
|
|
- <option name="width" value="1440" />
|
145
|
|
- <option name="height" value="821" />
|
|
83
|
+ <component name="ProjectFrameBounds" extendedState="6">
|
|
84
|
+ <option name="y" value="22" />
|
|
85
|
+ <option name="width" value="1280" />
|
|
86
|
+ <option name="height" value="718" />
|
|
87
|
+ </component>
|
|
88
|
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
|
89
|
+ <ConfirmationsSetting value="1" id="Add" />
|
146
|
90
|
</component>
|
147
|
91
|
<component name="ProjectView">
|
148
|
92
|
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
@@ -164,29 +108,29 @@
|
164
|
108
|
<expand>
|
165
|
109
|
<path>
|
166
|
110
|
<item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
|
167
|
|
- <item name="Game-Of-Life-Java" type="462c0819:PsiDirectoryNode" />
|
|
111
|
+ <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
|
168
|
112
|
</path>
|
169
|
113
|
<path>
|
170
|
114
|
<item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
|
171
|
|
- <item name="Game-Of-Life-Java" type="462c0819:PsiDirectoryNode" />
|
|
115
|
+ <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
|
172
|
116
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
173
|
117
|
</path>
|
174
|
118
|
<path>
|
175
|
119
|
<item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
|
176
|
|
- <item name="Game-Of-Life-Java" type="462c0819:PsiDirectoryNode" />
|
|
120
|
+ <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
|
177
|
121
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
178
|
122
|
<item name="main" type="462c0819:PsiDirectoryNode" />
|
179
|
123
|
</path>
|
180
|
124
|
<path>
|
181
|
125
|
<item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
|
182
|
|
- <item name="Game-Of-Life-Java" type="462c0819:PsiDirectoryNode" />
|
|
126
|
+ <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
|
183
|
127
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
184
|
128
|
<item name="main" type="462c0819:PsiDirectoryNode" />
|
185
|
129
|
<item name="java" type="462c0819:PsiDirectoryNode" />
|
186
|
130
|
</path>
|
187
|
131
|
<path>
|
188
|
132
|
<item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
|
189
|
|
- <item name="Game-Of-Life-Java" type="462c0819:PsiDirectoryNode" />
|
|
133
|
+ <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
|
190
|
134
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
191
|
135
|
<item name="main" type="462c0819:PsiDirectoryNode" />
|
192
|
136
|
<item name="java" type="462c0819:PsiDirectoryNode" />
|
|
@@ -194,20 +138,20 @@
|
194
|
138
|
</path>
|
195
|
139
|
<path>
|
196
|
140
|
<item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
|
197
|
|
- <item name="Game-Of-Life-Java" type="462c0819:PsiDirectoryNode" />
|
|
141
|
+ <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
|
198
|
142
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
199
|
143
|
<item name="test" type="462c0819:PsiDirectoryNode" />
|
200
|
144
|
</path>
|
201
|
145
|
<path>
|
202
|
146
|
<item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
|
203
|
|
- <item name="Game-Of-Life-Java" type="462c0819:PsiDirectoryNode" />
|
|
147
|
+ <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
|
204
|
148
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
205
|
149
|
<item name="test" type="462c0819:PsiDirectoryNode" />
|
206
|
150
|
<item name="java" type="462c0819:PsiDirectoryNode" />
|
207
|
151
|
</path>
|
208
|
152
|
<path>
|
209
|
153
|
<item name="Game-Of-Life-Java" type="b2602c69:ProjectViewProjectNode" />
|
210
|
|
- <item name="Game-Of-Life-Java" type="462c0819:PsiDirectoryNode" />
|
|
154
|
+ <item name="ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
|
211
|
155
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
212
|
156
|
<item name="test" type="462c0819:PsiDirectoryNode" />
|
213
|
157
|
<item name="java" type="462c0819:PsiDirectoryNode" />
|
|
@@ -217,36 +161,17 @@
|
217
|
161
|
<select />
|
218
|
162
|
</subPane>
|
219
|
163
|
</pane>
|
220
|
|
- <pane id="PackagesPane" />
|
221
|
164
|
<pane id="AndroidView" />
|
222
|
|
- <pane id="Scratches" />
|
223
|
165
|
<pane id="Scope" />
|
|
166
|
+ <pane id="Scratches" />
|
|
167
|
+ <pane id="PackagesPane" />
|
224
|
168
|
</panes>
|
225
|
169
|
</component>
|
226
|
170
|
<component name="PropertiesComponent">
|
227
|
171
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
228
|
172
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
229
|
173
|
<property name="aspect.path.notification.shown" value="true" />
|
230
|
|
- <property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
231
|
|
- <property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
|
232
|
|
- <property name="project.structure.last.edited" value="Modules" />
|
233
|
|
- <property name="project.structure.proportion" value="0.15" />
|
234
|
|
- <property name="project.structure.side.proportion" value="0.2" />
|
235
|
|
- <property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary" value="JUnit4" />
|
236
|
|
- </component>
|
237
|
|
- <component name="RecentsManager">
|
238
|
|
- <key name="CreateTestDialog.RecentsKey">
|
239
|
|
- <recent name="com.zipcodeconway" />
|
240
|
|
- </key>
|
241
|
|
- <key name="CopyFile.RECENT_KEYS">
|
242
|
|
- <recent name="$PROJECT_DIR$" />
|
243
|
|
- </key>
|
244
|
|
- <key name="CreateTestDialog.Recents.Supers">
|
245
|
|
- <recent name="" />
|
246
|
|
- </key>
|
247
|
|
- <key name="MoveFile.RECENT_KEYS">
|
248
|
|
- <recent name="$PROJECT_DIR$/src/main/java" />
|
249
|
|
- </key>
|
|
174
|
+ <property name="last_opened_file_path" value="$PROJECT_DIR$/pom.xml" />
|
250
|
175
|
</component>
|
251
|
176
|
<component name="RunDashboard">
|
252
|
177
|
<option name="ruleStates">
|
|
@@ -260,7 +185,7 @@
|
260
|
185
|
</list>
|
261
|
186
|
</option>
|
262
|
187
|
</component>
|
263
|
|
- <component name="RunManager" selected="JUnit.ConwayGameOfLifeTest">
|
|
188
|
+ <component name="RunManager" selected="Application.ConwayGameOfLife">
|
264
|
189
|
<configuration default="true" type="Applet" factoryName="Applet">
|
265
|
190
|
<option name="HTML_USED" value="false" />
|
266
|
191
|
<option name="WIDTH" value="400" />
|
|
@@ -287,20 +212,6 @@
|
287
|
212
|
<module name="Game-Of-Life-Java" />
|
288
|
213
|
<envs />
|
289
|
214
|
</configuration>
|
290
|
|
- <configuration name="GameofLife" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
291
|
|
- <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
292
|
|
- <option name="MAIN_CLASS_NAME" value="GameofLife" />
|
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="Game-Of-Life-Java" />
|
302
|
|
- <envs />
|
303
|
|
- </configuration>
|
304
|
215
|
<configuration default="true" type="Application" factoryName="Application">
|
305
|
216
|
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
306
|
217
|
<option name="MAIN_CLASS_NAME" />
|
|
@@ -340,56 +251,6 @@
|
340
|
251
|
<envs />
|
341
|
252
|
<patterns />
|
342
|
253
|
</configuration>
|
343
|
|
- <configuration name="ConwayGameOfLifeTest.runTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
344
|
|
- <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
|
345
|
|
- <pattern>
|
346
|
|
- <option name="PATTERN" value="com.zipcodeconway.*" />
|
347
|
|
- <option name="ENABLED" value="true" />
|
348
|
|
- </pattern>
|
349
|
|
- </extension>
|
350
|
|
- <module name="Game-Of-Life-Java" />
|
351
|
|
- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
352
|
|
- <option name="ALTERNATIVE_JRE_PATH" />
|
353
|
|
- <option name="PACKAGE_NAME" value="com.zipcodeconway" />
|
354
|
|
- <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
|
355
|
|
- <option name="METHOD_NAME" value="runTest" />
|
356
|
|
- <option name="TEST_OBJECT" value="method" />
|
357
|
|
- <option name="VM_PARAMETERS" value="-ea" />
|
358
|
|
- <option name="PARAMETERS" />
|
359
|
|
- <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
|
360
|
|
- <option name="ENV_VARIABLES" />
|
361
|
|
- <option name="PASS_PARENT_ENVS" value="true" />
|
362
|
|
- <option name="TEST_SEARCH_SCOPE">
|
363
|
|
- <value defaultName="singleModule" />
|
364
|
|
- </option>
|
365
|
|
- <envs />
|
366
|
|
- <patterns />
|
367
|
|
- </configuration>
|
368
|
|
- <configuration name="ConwayGameOfLifeTest.runTest2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
369
|
|
- <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
|
370
|
|
- <pattern>
|
371
|
|
- <option name="PATTERN" value="com.zipcodeconway.*" />
|
372
|
|
- <option name="ENABLED" value="true" />
|
373
|
|
- </pattern>
|
374
|
|
- </extension>
|
375
|
|
- <module name="Game-Of-Life-Java" />
|
376
|
|
- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
377
|
|
- <option name="ALTERNATIVE_JRE_PATH" />
|
378
|
|
- <option name="PACKAGE_NAME" value="com.zipcodeconway" />
|
379
|
|
- <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
|
380
|
|
- <option name="METHOD_NAME" value="runTest2" />
|
381
|
|
- <option name="TEST_OBJECT" value="method" />
|
382
|
|
- <option name="VM_PARAMETERS" value="-ea" />
|
383
|
|
- <option name="PARAMETERS" />
|
384
|
|
- <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
|
385
|
|
- <option name="ENV_VARIABLES" />
|
386
|
|
- <option name="PASS_PARENT_ENVS" value="true" />
|
387
|
|
- <option name="TEST_SEARCH_SCOPE">
|
388
|
|
- <value defaultName="singleModule" />
|
389
|
|
- </option>
|
390
|
|
- <envs />
|
391
|
|
- <patterns />
|
392
|
|
- </configuration>
|
393
|
254
|
<configuration default="true" type="JUnit" factoryName="JUnit">
|
394
|
255
|
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
395
|
256
|
<module name="" />
|
|
@@ -410,27 +271,6 @@
|
410
|
271
|
<envs />
|
411
|
272
|
<patterns />
|
412
|
273
|
</configuration>
|
413
|
|
- <configuration name="ConwayLife" type="MavenRunConfiguration" factoryName="Maven">
|
414
|
|
- <MavenSettings>
|
415
|
|
- <option name="myGeneralSettings" />
|
416
|
|
- <option name="myRunnerSettings" />
|
417
|
|
- <option name="myRunnerParameters">
|
418
|
|
- <MavenRunnerParameters>
|
419
|
|
- <option name="profiles">
|
420
|
|
- <set />
|
421
|
|
- </option>
|
422
|
|
- <option name="goals">
|
423
|
|
- <list />
|
424
|
|
- </option>
|
425
|
|
- <option name="profilesMap">
|
426
|
|
- <map />
|
427
|
|
- </option>
|
428
|
|
- <option name="resolveToWorkspace" value="false" />
|
429
|
|
- <option name="workingDirPath" value="$PROJECT_DIR$" />
|
430
|
|
- </MavenRunnerParameters>
|
431
|
|
- </option>
|
432
|
|
- </MavenSettings>
|
433
|
|
- </configuration>
|
434
|
274
|
<configuration default="true" type="Remote" factoryName="Remote">
|
435
|
275
|
<option name="USE_SOCKET_TRANSPORT" value="true" />
|
436
|
276
|
<option name="SERVER_MODE" value="false" />
|
|
@@ -471,21 +311,14 @@
|
471
|
311
|
<option name="PROGRAM_PARAMETERS" />
|
472
|
312
|
<predefined_log_file id="idea.log" enabled="true" />
|
473
|
313
|
</configuration>
|
474
|
|
- <list size="6">
|
475
|
|
- <item index="0" class="java.lang.String" itemvalue="Maven.ConwayLife" />
|
476
|
|
- <item index="1" class="java.lang.String" itemvalue="Application.GameofLife" />
|
477
|
|
- <item index="2" class="java.lang.String" itemvalue="Application.ConwayGameOfLife" />
|
478
|
|
- <item index="3" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest.runTest" />
|
479
|
|
- <item index="4" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest.runTest2" />
|
480
|
|
- <item index="5" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest" />
|
|
314
|
+ <list size="2">
|
|
315
|
+ <item index="0" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest" />
|
|
316
|
+ <item index="1" class="java.lang.String" itemvalue="Application.ConwayGameOfLife" />
|
481
|
317
|
</list>
|
482
|
318
|
<recent_temporary>
|
483
|
|
- <list size="5">
|
484
|
|
- <item index="0" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest" />
|
485
|
|
- <item index="1" class="java.lang.String" itemvalue="Application.ConwayGameOfLife" />
|
486
|
|
- <item index="2" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest.runTest2" />
|
487
|
|
- <item index="3" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest.runTest" />
|
488
|
|
- <item index="4" class="java.lang.String" itemvalue="Application.GameofLife" />
|
|
319
|
+ <list size="2">
|
|
320
|
+ <item index="0" class="java.lang.String" itemvalue="Application.ConwayGameOfLife" />
|
|
321
|
+ <item index="1" class="java.lang.String" itemvalue="JUnit.ConwayGameOfLifeTest" />
|
489
|
322
|
</list>
|
490
|
323
|
</recent_temporary>
|
491
|
324
|
</component>
|
|
@@ -497,78 +330,64 @@
|
497
|
330
|
</component>
|
498
|
331
|
<component name="TaskManager">
|
499
|
332
|
<task active="true" id="Default" summary="Default task">
|
500
|
|
- <changelist id="e282cee1-bfe9-42a3-9794-9633eb4654d1" name="Default" comment="" />
|
501
|
|
- <created>1519668901598</created>
|
|
333
|
+ <changelist id="3cec3003-c8fa-4876-bce6-47ea58dfac1c" name="Default" comment="" />
|
|
334
|
+ <created>1520867264394</created>
|
502
|
335
|
<option name="number" value="Default" />
|
503
|
336
|
<option name="presentableId" value="Default" />
|
504
|
|
- <updated>1519668901598</updated>
|
505
|
|
- <workItem from="1519668902904" duration="14517000" />
|
|
337
|
+ <updated>1520867264394</updated>
|
|
338
|
+ <workItem from="1520867268180" duration="10022000" />
|
|
339
|
+ <workItem from="1520887604854" duration="634000" />
|
506
|
340
|
</task>
|
507
|
341
|
<servers />
|
508
|
342
|
</component>
|
509
|
343
|
<component name="TestHistory">
|
510
|
|
- <history-entry file="ConwayGameOfLifeTest - 2018.02.26 at 15h 45m 01s.xml">
|
|
344
|
+ <history-entry file="ConwayGameOfLifeTest - 2018.03.12 at 11h 08m 25s.xml">
|
511
|
345
|
<configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
|
512
|
346
|
</history-entry>
|
513
|
|
- <history-entry file="ConwayGameOfLifeTest - 2018.02.26 at 15h 59m 00s.xml">
|
|
347
|
+ <history-entry file="ConwayGameOfLifeTest - 2018.03.12 at 13h 51m 50s.xml">
|
514
|
348
|
<configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
|
515
|
349
|
</history-entry>
|
516
|
|
- <history-entry file="ConwayGameOfLifeTest - 2018.02.26 at 16h 02m 03s.xml">
|
|
350
|
+ <history-entry file="ConwayGameOfLifeTest - 2018.03.12 at 14h 35m 50s.xml">
|
517
|
351
|
<configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
|
518
|
352
|
</history-entry>
|
519
|
|
- <history-entry file="ConwayGameOfLifeTest - 2018.02.26 at 16h 03m 01s.xml">
|
|
353
|
+ <history-entry file="ConwayGameOfLifeTest - 2018.03.12 at 16h 56m 27s.xml">
|
520
|
354
|
<configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
|
521
|
355
|
</history-entry>
|
522
|
|
- <history-entry file="ConwayGameOfLifeTest - 2018.02.26 at 16h 05m 07s.xml">
|
523
|
|
- <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
|
524
|
|
- </history-entry>
|
525
|
|
- <history-entry file="ConwayGameOfLifeTest - 2018.02.26 at 16h 06m 11s.xml">
|
526
|
|
- <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
|
527
|
|
- </history-entry>
|
528
|
|
- <history-entry file="ConwayGameOfLifeTest_runTest - 2018.02.26 at 15h 41m 14s.xml">
|
529
|
|
- <configuration name="ConwayGameOfLifeTest.runTest" configurationId="JUnit" />
|
530
|
|
- </history-entry>
|
531
|
|
- <history-entry file="ConwayGameOfLifeTest_runTest2 - 2018.02.26 at 15h 42m 02s.xml">
|
532
|
|
- <configuration name="ConwayGameOfLifeTest.runTest2" configurationId="JUnit" />
|
533
|
|
- </history-entry>
|
534
|
|
- <history-entry file="ConwayGameOfLifeTest_runTest2 - 2018.02.26 at 15h 42m 18s.xml">
|
535
|
|
- <configuration name="ConwayGameOfLifeTest.runTest2" configurationId="JUnit" />
|
536
|
|
- </history-entry>
|
537
|
356
|
</component>
|
538
|
357
|
<component name="TimeTrackingManager">
|
539
|
|
- <option name="totallyTimeSpent" value="14517000" />
|
|
358
|
+ <option name="totallyTimeSpent" value="10656000" />
|
540
|
359
|
</component>
|
541
|
360
|
<component name="ToolWindowManager">
|
542
|
|
- <frame x="82" y="32" width="1440" height="821" extended-state="0" />
|
|
361
|
+ <frame x="0" y="22" width="1280" height="718" extended-state="6" />
|
543
|
362
|
<editor active="true" />
|
544
|
363
|
<layout>
|
545
|
|
- <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" />
|
|
364
|
+ <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="3" side_tool="false" content_ui="tabs" />
|
546
|
365
|
<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" />
|
547
|
|
- <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32833788" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
548
|
|
- <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" />
|
549
|
|
- <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" />
|
550
|
|
- <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" />
|
551
|
|
- <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" />
|
552
|
|
- <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" />
|
553
|
|
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32561308" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
554
|
|
- <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" />
|
555
|
|
- <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32970026" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
556
|
|
- <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" />
|
557
|
|
- <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" />
|
558
|
|
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
559
|
|
- <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="-1" side_tool="false" content_ui="tabs" />
|
|
366
|
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3287483" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
367
|
+ <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="3" side_tool="false" content_ui="tabs" />
|
|
368
|
+ <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="2" side_tool="false" content_ui="tabs" />
|
|
369
|
+ <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="3" side_tool="false" content_ui="tabs" />
|
|
370
|
+ <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="7" side_tool="true" content_ui="tabs" />
|
|
371
|
+ <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="3" side_tool="false" content_ui="tabs" />
|
|
372
|
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3836276" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
373
|
+ <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="7" side_tool="false" content_ui="tabs" />
|
|
374
|
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3287483" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
375
|
+ <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="2" side_tool="false" content_ui="tabs" />
|
|
376
|
+ <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="2" side_tool="false" content_ui="tabs" />
|
|
377
|
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2536349" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
378
|
+ <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="3" side_tool="false" content_ui="tabs" />
|
560
|
379
|
<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" />
|
561
|
380
|
<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" />
|
562
|
|
- <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" />
|
563
|
|
- <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" />
|
564
|
|
- <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" />
|
565
|
|
- <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" />
|
|
381
|
+ <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="2" side_tool="false" content_ui="tabs" />
|
|
382
|
+ <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="3" side_tool="false" content_ui="tabs" />
|
|
383
|
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39920557" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
384
|
+ <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="2" side_tool="true" content_ui="tabs" />
|
566
|
385
|
<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" />
|
567
|
|
- <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" />
|
568
|
386
|
<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" />
|
569
|
387
|
<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" />
|
570
|
|
- <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" />
|
|
388
|
+ <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" />
|
571
|
389
|
<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" />
|
|
390
|
+ <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" />
|
572
|
391
|
</layout>
|
573
|
392
|
</component>
|
574
|
393
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -584,198 +403,62 @@
|
584
|
403
|
<watches-manager />
|
585
|
404
|
</component>
|
586
|
405
|
<component name="editorHistoryManager">
|
587
|
|
- <entry file="file://$PROJECT_DIR$/pom.xml">
|
|
406
|
+ <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
|
588
|
407
|
<provider selected="true" editor-type-id="text-editor">
|
589
|
|
- <state relative-caret-position="187">
|
590
|
|
- <caret line="11" column="10" lean-forward="false" selection-start-line="11" selection-start-column="10" selection-end-line="11" selection-end-column="10" />
|
|
408
|
+ <state relative-caret-position="0">
|
|
409
|
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
591
|
410
|
<folding />
|
592
|
411
|
</state>
|
593
|
412
|
</provider>
|
594
|
413
|
</entry>
|
595
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/LifeStarts.java">
|
|
414
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
|
596
|
415
|
<provider selected="true" editor-type-id="text-editor">
|
597
|
|
- <state relative-caret-position="272">
|
598
|
|
- <caret line="16" column="5" lean-forward="false" selection-start-line="7" selection-start-column="0" selection-end-line="16" selection-end-column="5" />
|
|
416
|
+ <state relative-caret-position="1200">
|
|
417
|
+ <caret line="80" column="29" lean-forward="true" selection-start-line="80" selection-start-column="29" selection-end-line="80" selection-end-column="29" />
|
599
|
418
|
<folding />
|
600
|
419
|
</state>
|
601
|
420
|
</provider>
|
602
|
421
|
</entry>
|
603
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/Life.java">
|
|
422
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
|
604
|
423
|
<provider selected="true" editor-type-id="text-editor">
|
605
|
|
- <state relative-caret-position="669">
|
606
|
|
- <caret line="87" column="5" lean-forward="true" selection-start-line="47" selection-start-column="0" selection-end-line="87" selection-end-column="5" />
|
607
|
|
- <folding />
|
608
|
|
- </state>
|
609
|
|
- </provider>
|
610
|
|
- </entry>
|
611
|
|
- <entry file="uml://JAVA/com.zipcodeconway.ConwayGameOfLife">
|
612
|
|
- <provider selected="true" editor-type-id="UmlEditorProvider">
|
613
|
|
- <state>
|
614
|
|
- <ID>JAVA</ID>
|
615
|
|
- <OriginalElement>com.zipcodeconway.ConwayGameOfLife</OriginalElement>
|
616
|
|
- <nodes>
|
617
|
|
- <node x="-54.0" y="-179.0">com.zipcodeconway.ConwayGameOfLife</node>
|
618
|
|
- </nodes>
|
619
|
|
- <notes />
|
620
|
|
- <edges />
|
621
|
|
- <settings layout="Hierarchic Group" zoom="1.0" x="-203.0" y="-1.0" />
|
622
|
|
- <SelectedNodes />
|
623
|
|
- <Categories>
|
624
|
|
- <Category>Constructors</Category>
|
625
|
|
- <Category>Methods</Category>
|
626
|
|
- </Categories>
|
627
|
|
- <SCOPE>All</SCOPE>
|
628
|
|
- <VISIBILITY>private</VISIBILITY>
|
629
|
|
- </state>
|
630
|
|
- </provider>
|
631
|
|
- </entry>
|
632
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/README.md">
|
633
|
|
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
634
|
|
- <state split_layout="SPLIT">
|
635
|
|
- <first_editor relative-caret-position="236">
|
636
|
|
- <caret line="52" column="194" lean-forward="false" selection-start-line="52" selection-start-column="194" selection-end-line="52" selection-end-column="194" />
|
637
|
|
- <folding />
|
638
|
|
- </first_editor>
|
639
|
|
- <second_editor />
|
|
424
|
+ <state relative-caret-position="90">
|
|
425
|
+ <caret line="6" column="24" lean-forward="true" selection-start-line="6" selection-start-column="24" selection-end-line="6" selection-end-column="24" />
|
|
426
|
+ <folding>
|
|
427
|
+ <element signature="imports" expanded="true" />
|
|
428
|
+ </folding>
|
640
|
429
|
</state>
|
641
|
430
|
</provider>
|
642
|
431
|
</entry>
|
643
|
|
- <entry file="file://$USER_HOME$/Downloads/ConwayLifeRandomat50.png">
|
|
432
|
+ <entry file="file://$PROJECT_DIR$/ConwayLifeUML.png">
|
644
|
433
|
<provider selected="true" editor-type-id="images">
|
645
|
434
|
<state />
|
646
|
435
|
</provider>
|
647
|
436
|
</entry>
|
648
|
|
- <entry file="file://$USER_HOME$/Documents/gitea/gitea/custom/public/img/ConwayLifeUML.png">
|
649
|
|
- <provider selected="true" editor-type-id="images">
|
650
|
|
- <state />
|
651
|
|
- </provider>
|
652
|
|
- </entry>
|
653
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/GameofLife.java">
|
654
|
|
- <provider selected="true" editor-type-id="text-editor">
|
655
|
|
- <state relative-caret-position="334">
|
656
|
|
- <caret line="83" column="17" lean-forward="false" selection-start-line="82" selection-start-column="30" selection-end-line="83" selection-end-column="17" />
|
657
|
|
- <folding />
|
658
|
|
- </state>
|
659
|
|
- </provider>
|
660
|
|
- </entry>
|
661
|
437
|
<entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
|
662
|
438
|
<provider selected="true" editor-type-id="text-editor">
|
663
|
|
- <state relative-caret-position="289">
|
664
|
|
- <caret line="17" column="42" lean-forward="false" selection-start-line="17" selection-start-column="42" selection-end-line="17" selection-end-column="42" />
|
|
439
|
+ <state relative-caret-position="90">
|
|
440
|
+ <caret line="6" column="24" lean-forward="false" selection-start-line="6" selection-start-column="24" selection-end-line="6" selection-end-column="24" />
|
665
|
441
|
<folding>
|
666
|
442
|
<element signature="imports" expanded="true" />
|
667
|
443
|
</folding>
|
668
|
444
|
</state>
|
669
|
445
|
</provider>
|
670
|
446
|
</entry>
|
671
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
|
|
447
|
+ <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
|
672
|
448
|
<provider selected="true" editor-type-id="text-editor">
|
673
|
|
- <state relative-caret-position="164">
|
674
|
|
- <caret line="20" column="0" lean-forward="false" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
|
675
|
|
- <folding>
|
676
|
|
- <element signature="e#585#586#0" expanded="true" />
|
677
|
|
- <element signature="e#676#677#0" expanded="true" />
|
678
|
|
- <element signature="e#712#713#0" expanded="true" />
|
679
|
|
- <element signature="e#1429#1430#0" expanded="true" />
|
680
|
|
- <element signature="e#1453#1454#0" expanded="true" />
|
681
|
|
- </folding>
|
|
449
|
+ <state relative-caret-position="23">
|
|
450
|
+ <caret line="6" column="13" lean-forward="false" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" />
|
|
451
|
+ <folding />
|
682
|
452
|
</state>
|
683
|
453
|
</provider>
|
684
|
454
|
</entry>
|
685
|
|
- <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
|
|
455
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
|
686
|
456
|
<provider selected="true" editor-type-id="text-editor">
|
687
|
|
- <state relative-caret-position="510">
|
688
|
|
- <caret line="32" column="32" lean-forward="false" selection-start-line="32" selection-start-column="32" selection-end-line="32" selection-end-column="32" />
|
|
457
|
+ <state relative-caret-position="1500">
|
|
458
|
+ <caret line="100" column="25" lean-forward="false" selection-start-line="100" selection-start-column="25" selection-end-line="100" selection-end-column="25" />
|
689
|
459
|
<folding />
|
690
|
460
|
</state>
|
691
|
461
|
</provider>
|
692
|
462
|
</entry>
|
693
|
463
|
</component>
|
694
|
|
- <component name="masterDetails">
|
695
|
|
- <states>
|
696
|
|
- <state key="ArtifactsStructureConfigurable.UI">
|
697
|
|
- <settings>
|
698
|
|
- <artifact-editor />
|
699
|
|
- <splitter-proportions>
|
700
|
|
- <option name="proportions">
|
701
|
|
- <list>
|
702
|
|
- <option value="0.2" />
|
703
|
|
- </list>
|
704
|
|
- </option>
|
705
|
|
- </splitter-proportions>
|
706
|
|
- </settings>
|
707
|
|
- </state>
|
708
|
|
- <state key="FacetStructureConfigurable.UI">
|
709
|
|
- <settings>
|
710
|
|
- <last-edited>No facets are configured</last-edited>
|
711
|
|
- <splitter-proportions>
|
712
|
|
- <option name="proportions">
|
713
|
|
- <list>
|
714
|
|
- <option value="0.2" />
|
715
|
|
- </list>
|
716
|
|
- </option>
|
717
|
|
- </splitter-proportions>
|
718
|
|
- </settings>
|
719
|
|
- </state>
|
720
|
|
- <state key="GlobalLibrariesConfigurable.UI">
|
721
|
|
- <settings>
|
722
|
|
- <splitter-proportions>
|
723
|
|
- <option name="proportions">
|
724
|
|
- <list>
|
725
|
|
- <option value="0.2" />
|
726
|
|
- </list>
|
727
|
|
- </option>
|
728
|
|
- </splitter-proportions>
|
729
|
|
- </settings>
|
730
|
|
- </state>
|
731
|
|
- <state key="JdkListConfigurable.UI">
|
732
|
|
- <settings>
|
733
|
|
- <last-edited>1.8</last-edited>
|
734
|
|
- <splitter-proportions>
|
735
|
|
- <option name="proportions">
|
736
|
|
- <list>
|
737
|
|
- <option value="0.2" />
|
738
|
|
- </list>
|
739
|
|
- </option>
|
740
|
|
- </splitter-proportions>
|
741
|
|
- </settings>
|
742
|
|
- </state>
|
743
|
|
- <state key="ModuleStructureConfigurable.UI">
|
744
|
|
- <settings>
|
745
|
|
- <last-edited>Game-Of-Life-Java</last-edited>
|
746
|
|
- <splitter-proportions>
|
747
|
|
- <option name="proportions">
|
748
|
|
- <list>
|
749
|
|
- <option value="0.2" />
|
750
|
|
- <option value="0.6" />
|
751
|
|
- </list>
|
752
|
|
- </option>
|
753
|
|
- </splitter-proportions>
|
754
|
|
- </settings>
|
755
|
|
- </state>
|
756
|
|
- <state key="ProjectJDKs.UI">
|
757
|
|
- <settings>
|
758
|
|
- <last-edited>1.8</last-edited>
|
759
|
|
- <splitter-proportions>
|
760
|
|
- <option name="proportions">
|
761
|
|
- <list>
|
762
|
|
- <option value="0.2" />
|
763
|
|
- </list>
|
764
|
|
- </option>
|
765
|
|
- </splitter-proportions>
|
766
|
|
- </settings>
|
767
|
|
- </state>
|
768
|
|
- <state key="ProjectLibrariesConfigurable.UI">
|
769
|
|
- <settings>
|
770
|
|
- <splitter-proportions>
|
771
|
|
- <option name="proportions">
|
772
|
|
- <list>
|
773
|
|
- <option value="0.2" />
|
774
|
|
- </list>
|
775
|
|
- </option>
|
776
|
|
- </splitter-proportions>
|
777
|
|
- </settings>
|
778
|
|
- </state>
|
779
|
|
- </states>
|
780
|
|
- </component>
|
781
|
464
|
</project>
|