|
|
@@ -2,15 +2,11 @@
|
|
2
|
2
|
<project version="4">
|
|
3
|
3
|
<component name="ChangeListManager">
|
|
4
|
4
|
<list default="true" id="59871938-c6f6-49d9-9422-4a92bd7ca3db" name="Default Changelist" comment="">
|
|
5
|
|
- <change afterPath="$PROJECT_DIR$/Game-Of-Life-Java.iml" afterDir="false" />
|
|
6
|
|
- <change beforePath="$PROJECT_DIR$/.idea/Game-Of-Life-Java.iml" beforeDir="false" />
|
|
7
|
|
- <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
8
|
|
- <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
|
|
9
|
|
- <change beforePath="$PROJECT_DIR$/.idea/uiDesigner.xml" beforeDir="false" />
|
|
10
|
|
- <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
|
|
5
|
+ <change afterPath="$PROJECT_DIR$/src/test/java/com/zipcodeconway/SimpleWindowTest.java" afterDir="false" />
|
|
11
|
6
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
12
|
7
|
<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" />
|
|
13
|
8
|
<change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java" afterDir="false" />
|
|
|
9
|
+ <change beforePath="$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java" afterDir="false" />
|
|
14
|
10
|
</list>
|
|
15
|
11
|
<ignored path="$PROJECT_DIR$/target/" />
|
|
16
|
12
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
|
@@ -23,81 +19,93 @@
|
|
23
|
19
|
<session id="-899826696">
|
|
24
|
20
|
<usages-collector id="statistics.lifecycle.project">
|
|
25
|
21
|
<counts>
|
|
|
22
|
+ <entry key="project.closed" value="1" />
|
|
26
|
23
|
<entry key="project.open.time.1" value="1" />
|
|
27
|
|
- <entry key="project.opened" value="1" />
|
|
|
24
|
+ <entry key="project.open.time.2" value="1" />
|
|
|
25
|
+ <entry key="project.opened" value="2" />
|
|
28
|
26
|
</counts>
|
|
29
|
27
|
</usages-collector>
|
|
30
|
28
|
<usages-collector id="statistics.file.extensions.open">
|
|
31
|
29
|
<counts>
|
|
32
|
|
- <entry key="java" value="3" />
|
|
|
30
|
+ <entry key="java" value="8" />
|
|
33
|
31
|
<entry key="md" value="1" />
|
|
34
|
|
- <entry key="png" value="2" />
|
|
|
32
|
+ <entry key="png" value="3" />
|
|
35
|
33
|
</counts>
|
|
36
|
34
|
</usages-collector>
|
|
37
|
35
|
<usages-collector id="statistics.file.types.open">
|
|
38
|
36
|
<counts>
|
|
39
|
|
- <entry key="Image" value="2" />
|
|
40
|
|
- <entry key="JAVA" value="3" />
|
|
|
37
|
+ <entry key="Image" value="3" />
|
|
|
38
|
+ <entry key="JAVA" value="8" />
|
|
41
|
39
|
<entry key="Markdown" value="1" />
|
|
42
|
40
|
</counts>
|
|
43
|
41
|
</usages-collector>
|
|
44
|
42
|
<usages-collector id="statistics.file.extensions.edit">
|
|
45
|
43
|
<counts>
|
|
46
|
|
- <entry key="java" value="379" />
|
|
|
44
|
+ <entry key="java" value="4209" />
|
|
47
|
45
|
</counts>
|
|
48
|
46
|
</usages-collector>
|
|
49
|
47
|
<usages-collector id="statistics.file.types.edit">
|
|
50
|
48
|
<counts>
|
|
51
|
|
- <entry key="JAVA" value="379" />
|
|
|
49
|
+ <entry key="JAVA" value="4209" />
|
|
52
|
50
|
</counts>
|
|
53
|
51
|
</usages-collector>
|
|
54
|
52
|
</session>
|
|
55
|
53
|
</component>
|
|
56
|
54
|
<component name="FileEditorManager">
|
|
57
|
|
- <leaf>
|
|
|
55
|
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
58
|
56
|
<file pinned="false" current-in-tab="true">
|
|
59
|
57
|
<entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
|
|
60
|
58
|
<provider selected="true" editor-type-id="text-editor">
|
|
61
|
|
- <state relative-caret-position="182">
|
|
62
|
|
- <caret line="14" column="46" selection-start-line="14" selection-start-column="46" selection-end-line="14" selection-end-column="46" />
|
|
|
59
|
+ <state relative-caret-position="288">
|
|
|
60
|
+ <caret line="92" column="41" selection-start-line="92" selection-start-column="41" selection-end-line="92" selection-end-column="41" />
|
|
63
|
61
|
<folding>
|
|
64
|
|
- <element signature="e#1429#1430#0" expanded="true" />
|
|
65
|
|
- <element signature="e#1453#1454#0" expanded="true" />
|
|
|
62
|
+ <element signature="e#128#129#0" expanded="true" />
|
|
|
63
|
+ <element signature="e#187#188#0" expanded="true" />
|
|
|
64
|
+ <element signature="e#2252#2253#0" expanded="true" />
|
|
|
65
|
+ <element signature="e#2282#2283#0" expanded="true" />
|
|
66
|
66
|
</folding>
|
|
67
|
67
|
</state>
|
|
68
|
68
|
</provider>
|
|
69
|
69
|
</entry>
|
|
70
|
70
|
</file>
|
|
71
|
71
|
<file pinned="false" current-in-tab="false">
|
|
72
|
|
- <entry file="file://$PROJECT_DIR$/README.md">
|
|
73
|
|
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
74
|
|
- <state split_layout="SECOND">
|
|
75
|
|
- <first_editor />
|
|
76
|
|
- <second_editor />
|
|
|
72
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
|
|
|
73
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
74
|
+ <state relative-caret-position="250">
|
|
|
75
|
+ <caret line="47" column="42" selection-start-line="47" selection-start-column="42" selection-end-line="47" selection-end-column="42" />
|
|
|
76
|
+ <folding>
|
|
|
77
|
+ <element signature="imports" expanded="true" />
|
|
|
78
|
+ </folding>
|
|
77
|
79
|
</state>
|
|
78
|
80
|
</provider>
|
|
79
|
81
|
</entry>
|
|
80
|
82
|
</file>
|
|
81
|
83
|
<file pinned="false" current-in-tab="false">
|
|
82
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
|
|
|
84
|
+ <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
|
|
83
|
85
|
<provider selected="true" editor-type-id="text-editor">
|
|
84
|
|
- <state relative-caret-position="574">
|
|
85
|
|
- <caret line="45" column="42" selection-start-line="45" selection-start-column="42" selection-end-line="45" selection-end-column="42" />
|
|
86
|
|
- <folding>
|
|
87
|
|
- <element signature="imports" expanded="true" />
|
|
88
|
|
- </folding>
|
|
|
86
|
+ <state relative-caret-position="-54">
|
|
|
87
|
+ <caret column="25" lean-forward="true" selection-start-column="25" selection-end-column="25" />
|
|
89
|
88
|
</state>
|
|
90
|
89
|
</provider>
|
|
91
|
90
|
</entry>
|
|
92
|
91
|
</file>
|
|
93
|
92
|
</leaf>
|
|
94
|
93
|
</component>
|
|
|
94
|
+ <component name="FileTemplateManagerImpl">
|
|
|
95
|
+ <option name="RECENT_TEMPLATES">
|
|
|
96
|
+ <list>
|
|
|
97
|
+ <option value="Class" />
|
|
|
98
|
+ </list>
|
|
|
99
|
+ </option>
|
|
|
100
|
+ </component>
|
|
95
|
101
|
<component name="Git.Settings">
|
|
96
|
102
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
97
|
103
|
</component>
|
|
98
|
104
|
<component name="IdeDocumentHistory">
|
|
99
|
105
|
<option name="CHANGED_PATHS">
|
|
100
|
106
|
<list>
|
|
|
107
|
+ <option value="$PROJECT_DIR$/src/test/java/com/zipcodeconway/SimpleWindowTest.java" />
|
|
|
108
|
+ <option value="$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java" />
|
|
101
|
109
|
<option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java" />
|
|
102
|
110
|
<option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" />
|
|
103
|
111
|
</list>
|
|
|
@@ -119,6 +127,8 @@
|
|
119
|
127
|
<foldersAlwaysOnTop value="true" />
|
|
120
|
128
|
</navigator>
|
|
121
|
129
|
<panes>
|
|
|
130
|
+ <pane id="PackagesPane" />
|
|
|
131
|
+ <pane id="Scope" />
|
|
122
|
132
|
<pane id="ProjectPane">
|
|
123
|
133
|
<subPane>
|
|
124
|
134
|
<expand>
|
|
|
@@ -177,14 +187,12 @@
|
|
177
|
187
|
<select />
|
|
178
|
188
|
</subPane>
|
|
179
|
189
|
</pane>
|
|
180
|
|
- <pane id="PackagesPane" />
|
|
181
|
|
- <pane id="Scope" />
|
|
182
|
190
|
</panes>
|
|
183
|
191
|
</component>
|
|
184
|
192
|
<component name="PropertiesComponent">
|
|
185
|
193
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
186
|
194
|
<property name="aspect.path.notification.shown" value="true" />
|
|
187
|
|
- <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1542811363933" />
|
|
|
195
|
+ <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1542855708195" />
|
|
188
|
196
|
<property name="last_opened_file_path" value="$PROJECT_DIR$/pom.xml" />
|
|
189
|
197
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
190
|
198
|
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
|
@@ -201,7 +209,7 @@
|
|
201
|
209
|
</list>
|
|
202
|
210
|
</option>
|
|
203
|
211
|
</component>
|
|
204
|
|
- <component name="RunManager">
|
|
|
212
|
+ <component name="RunManager" selected="Application.ConwayGameOfLife">
|
|
205
|
213
|
<configuration name="ConwayGameOfLife" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
206
|
214
|
<option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLife" />
|
|
207
|
215
|
<module name="Game-Of-Life-Java" />
|
|
|
@@ -215,9 +223,82 @@
|
|
215
|
223
|
<option name="Make" enabled="true" />
|
|
216
|
224
|
</method>
|
|
217
|
225
|
</configuration>
|
|
|
226
|
+ <configuration name="ConwayGameOfLifeTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
227
|
+ <module name="Game-Of-Life-Java" />
|
|
|
228
|
+ <extension name="coverage">
|
|
|
229
|
+ <pattern>
|
|
|
230
|
+ <option name="PATTERN" value="com.zipcodeconway.*" />
|
|
|
231
|
+ <option name="ENABLED" value="true" />
|
|
|
232
|
+ </pattern>
|
|
|
233
|
+ </extension>
|
|
|
234
|
+ <option name="PACKAGE_NAME" value="com.zipcodeconway" />
|
|
|
235
|
+ <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
|
|
|
236
|
+ <method v="2">
|
|
|
237
|
+ <option name="Make" enabled="true" />
|
|
|
238
|
+ </method>
|
|
|
239
|
+ </configuration>
|
|
|
240
|
+ <configuration name="ConwayGameOfLifeTest.testAlive" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
241
|
+ <module name="Game-Of-Life-Java" />
|
|
|
242
|
+ <extension name="coverage">
|
|
|
243
|
+ <pattern>
|
|
|
244
|
+ <option name="PATTERN" value="com.zipcodeconway.*" />
|
|
|
245
|
+ <option name="ENABLED" value="true" />
|
|
|
246
|
+ </pattern>
|
|
|
247
|
+ </extension>
|
|
|
248
|
+ <option name="PACKAGE_NAME" value="com.zipcodeconway" />
|
|
|
249
|
+ <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
|
|
|
250
|
+ <option name="METHOD_NAME" value="testAlive" />
|
|
|
251
|
+ <option name="TEST_OBJECT" value="method" />
|
|
|
252
|
+ <method v="2">
|
|
|
253
|
+ <option name="Make" enabled="true" />
|
|
|
254
|
+ </method>
|
|
|
255
|
+ </configuration>
|
|
|
256
|
+ <configuration name="ConwayGameOfLifeTest.testAlive2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
257
|
+ <module name="Game-Of-Life-Java" />
|
|
|
258
|
+ <extension name="coverage">
|
|
|
259
|
+ <pattern>
|
|
|
260
|
+ <option name="PATTERN" value="com.zipcodeconway.*" />
|
|
|
261
|
+ <option name="ENABLED" value="true" />
|
|
|
262
|
+ </pattern>
|
|
|
263
|
+ </extension>
|
|
|
264
|
+ <option name="PACKAGE_NAME" value="com.zipcodeconway" />
|
|
|
265
|
+ <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
|
|
|
266
|
+ <option name="METHOD_NAME" value="testAlive2" />
|
|
|
267
|
+ <option name="TEST_OBJECT" value="method" />
|
|
|
268
|
+ <method v="2">
|
|
|
269
|
+ <option name="Make" enabled="true" />
|
|
|
270
|
+ </method>
|
|
|
271
|
+ </configuration>
|
|
|
272
|
+ <configuration name="ConwayGameOfLifeTest.testAlive3" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
273
|
+ <module name="Game-Of-Life-Java" />
|
|
|
274
|
+ <extension name="coverage">
|
|
|
275
|
+ <pattern>
|
|
|
276
|
+ <option name="PATTERN" value="com.zipcodeconway.*" />
|
|
|
277
|
+ <option name="ENABLED" value="true" />
|
|
|
278
|
+ </pattern>
|
|
|
279
|
+ </extension>
|
|
|
280
|
+ <option name="PACKAGE_NAME" value="com.zipcodeconway" />
|
|
|
281
|
+ <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
|
|
|
282
|
+ <option name="METHOD_NAME" value="testAlive3" />
|
|
|
283
|
+ <option name="TEST_OBJECT" value="method" />
|
|
|
284
|
+ <method v="2">
|
|
|
285
|
+ <option name="Make" enabled="true" />
|
|
|
286
|
+ </method>
|
|
|
287
|
+ </configuration>
|
|
|
288
|
+ <list>
|
|
|
289
|
+ <item itemvalue="Application.ConwayGameOfLife" />
|
|
|
290
|
+ <item itemvalue="JUnit.ConwayGameOfLifeTest" />
|
|
|
291
|
+ <item itemvalue="JUnit.ConwayGameOfLifeTest.testAlive" />
|
|
|
292
|
+ <item itemvalue="JUnit.ConwayGameOfLifeTest.testAlive2" />
|
|
|
293
|
+ <item itemvalue="JUnit.ConwayGameOfLifeTest.testAlive3" />
|
|
|
294
|
+ </list>
|
|
218
|
295
|
<recent_temporary>
|
|
219
|
296
|
<list>
|
|
220
|
297
|
<item itemvalue="Application.ConwayGameOfLife" />
|
|
|
298
|
+ <item itemvalue="JUnit.ConwayGameOfLifeTest.testAlive3" />
|
|
|
299
|
+ <item itemvalue="JUnit.ConwayGameOfLifeTest.testAlive2" />
|
|
|
300
|
+ <item itemvalue="JUnit.ConwayGameOfLifeTest.testAlive" />
|
|
|
301
|
+ <item itemvalue="JUnit.ConwayGameOfLifeTest" />
|
|
221
|
302
|
</list>
|
|
222
|
303
|
</recent_temporary>
|
|
223
|
304
|
</component>
|
|
|
@@ -231,45 +312,78 @@
|
|
231
|
312
|
<option name="number" value="Default" />
|
|
232
|
313
|
<option name="presentableId" value="Default" />
|
|
233
|
314
|
<updated>1542810268389</updated>
|
|
234
|
|
- <workItem from="1542810269800" duration="1048000" />
|
|
|
315
|
+ <workItem from="1542810269800" duration="6784000" />
|
|
|
316
|
+ <workItem from="1542825114527" duration="8731000" />
|
|
235
|
317
|
</task>
|
|
236
|
318
|
<servers />
|
|
237
|
319
|
</component>
|
|
|
320
|
+ <component name="TestHistory">
|
|
|
321
|
+ <history-entry file="ConwayGameOfLifeTest_testAlive - 2018.11.21 at 11h 46m 11s.xml">
|
|
|
322
|
+ <configuration name="ConwayGameOfLifeTest.testAlive" configurationId="JUnit" />
|
|
|
323
|
+ </history-entry>
|
|
|
324
|
+ <history-entry file="ConwayGameOfLifeTest_testAlive - 2018.11.21 at 11h 47m 23s.xml">
|
|
|
325
|
+ <configuration name="ConwayGameOfLifeTest.testAlive" configurationId="JUnit" />
|
|
|
326
|
+ </history-entry>
|
|
|
327
|
+ <history-entry file="ConwayGameOfLifeTest_testAlive - 2018.11.21 at 11h 47m 39s.xml">
|
|
|
328
|
+ <configuration name="ConwayGameOfLifeTest.testAlive" configurationId="JUnit" />
|
|
|
329
|
+ </history-entry>
|
|
|
330
|
+ <history-entry file="ConwayGameOfLifeTest_testAlive - 2018.11.21 at 11h 48m 10s.xml">
|
|
|
331
|
+ <configuration name="ConwayGameOfLifeTest.testAlive" configurationId="JUnit" />
|
|
|
332
|
+ </history-entry>
|
|
|
333
|
+ <history-entry file="ConwayGameOfLifeTest_testAlive - 2018.11.21 at 11h 48m 27s.xml">
|
|
|
334
|
+ <configuration name="ConwayGameOfLifeTest.testAlive" configurationId="JUnit" />
|
|
|
335
|
+ </history-entry>
|
|
|
336
|
+ <history-entry file="ConwayGameOfLifeTest_testAlive - 2018.11.21 at 11h 48m 40s.xml">
|
|
|
337
|
+ <configuration name="ConwayGameOfLifeTest.testAlive" configurationId="JUnit" />
|
|
|
338
|
+ </history-entry>
|
|
|
339
|
+ <history-entry file="ConwayGameOfLifeTest_testAlive - 2018.11.21 at 11h 49m 44s.xml">
|
|
|
340
|
+ <configuration name="ConwayGameOfLifeTest.testAlive" configurationId="JUnit" />
|
|
|
341
|
+ </history-entry>
|
|
|
342
|
+ <history-entry file="ConwayGameOfLifeTest_testAlive2 - 2018.11.21 at 11h 50m 21s.xml">
|
|
|
343
|
+ <configuration name="ConwayGameOfLifeTest.testAlive2" configurationId="JUnit" />
|
|
|
344
|
+ </history-entry>
|
|
|
345
|
+ <history-entry file="ConwayGameOfLifeTest_testAlive3 - 2018.11.21 at 11h 51m 33s.xml">
|
|
|
346
|
+ <configuration name="ConwayGameOfLifeTest.testAlive3" configurationId="JUnit" />
|
|
|
347
|
+ </history-entry>
|
|
|
348
|
+ <history-entry file="ConwayGameOfLifeTest_testAlive3 - 2018.11.21 at 13h 43m 29s.xml">
|
|
|
349
|
+ <configuration name="ConwayGameOfLifeTest.testAlive3" configurationId="JUnit" />
|
|
|
350
|
+ </history-entry>
|
|
|
351
|
+ </component>
|
|
238
|
352
|
<component name="TimeTrackingManager">
|
|
239
|
|
- <option name="totallyTimeSpent" value="1048000" />
|
|
|
353
|
+ <option name="totallyTimeSpent" value="15515000" />
|
|
240
|
354
|
</component>
|
|
241
|
355
|
<component name="ToolWindowManager">
|
|
242
|
356
|
<frame x="0" y="0" width="1280" height="800" extended-state="0" />
|
|
243
|
357
|
<editor active="true" />
|
|
244
|
358
|
<layout>
|
|
245
|
|
- <window_info id="Image Layers" />
|
|
246
|
|
- <window_info id="Designer" />
|
|
247
|
|
- <window_info id="UI Designer" />
|
|
248
|
|
- <window_info id="Capture Tool" />
|
|
249
|
|
- <window_info id="Favorites" side_tool="true" />
|
|
250
|
359
|
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.24959612" />
|
|
251
|
360
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
252
|
|
- <window_info anchor="bottom" id="Messages" weight="0.32921174" />
|
|
253
|
|
- <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
|
|
254
|
|
- <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
|
|
255
|
|
- <window_info anchor="bottom" id="Terminal" />
|
|
256
|
|
- <window_info anchor="bottom" id="Event Log" side_tool="true" />
|
|
|
361
|
+ <window_info id="Image Layers" order="2" />
|
|
|
362
|
+ <window_info id="Designer" order="3" />
|
|
|
363
|
+ <window_info id="UI Designer" order="4" />
|
|
|
364
|
+ <window_info id="Capture Tool" order="5" />
|
|
|
365
|
+ <window_info id="Favorites" order="6" side_tool="true" />
|
|
257
|
366
|
<window_info anchor="bottom" id="Message" order="0" />
|
|
258
|
367
|
<window_info anchor="bottom" id="Find" order="1" />
|
|
259
|
|
- <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.29178083" />
|
|
|
368
|
+ <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.30547947" />
|
|
260
|
369
|
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
261
|
370
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
262
|
371
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
263
|
372
|
<window_info anchor="bottom" id="TODO" order="6" />
|
|
264
|
|
- <window_info anchor="right" id="Palette" />
|
|
265
|
|
- <window_info anchor="right" id="Theme Preview" />
|
|
266
|
|
- <window_info anchor="right" id="Capture Analysis" />
|
|
267
|
|
- <window_info anchor="right" id="Palette	" />
|
|
268
|
|
- <window_info anchor="right" id="Database" />
|
|
269
|
|
- <window_info anchor="right" id="Maven Projects" />
|
|
|
373
|
+ <window_info anchor="bottom" id="Version Control" order="7" show_stripe_button="false" />
|
|
|
374
|
+ <window_info anchor="bottom" id="Database Changes" order="8" show_stripe_button="false" />
|
|
|
375
|
+ <window_info anchor="bottom" id="Terminal" order="9" />
|
|
|
376
|
+ <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
|
|
|
377
|
+ <window_info anchor="bottom" id="Messages" order="11" weight="0.32876712" />
|
|
270
|
378
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
271
|
379
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
272
|
380
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
|
381
|
+ <window_info anchor="right" id="Palette" order="3" />
|
|
|
382
|
+ <window_info anchor="right" id="Capture Analysis" order="4" />
|
|
|
383
|
+ <window_info anchor="right" id="Database" order="5" />
|
|
|
384
|
+ <window_info anchor="right" id="Theme Preview" order="6" />
|
|
|
385
|
+ <window_info anchor="right" id="Palette	" order="7" />
|
|
|
386
|
+ <window_info anchor="right" id="Maven Projects" order="8" />
|
|
273
|
387
|
</layout>
|
|
274
|
388
|
</component>
|
|
275
|
389
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
@@ -282,41 +396,57 @@
|
|
282
|
396
|
<entry file="file://$PROJECT_DIR$/ConwayLifeRandomat50.png">
|
|
283
|
397
|
<provider selected="true" editor-type-id="images" />
|
|
284
|
398
|
</entry>
|
|
|
399
|
+ <entry file="file://$PROJECT_DIR$/README.md">
|
|
|
400
|
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
|
401
|
+ <state split_layout="SECOND">
|
|
|
402
|
+ <first_editor />
|
|
|
403
|
+ <second_editor />
|
|
|
404
|
+ </state>
|
|
|
405
|
+ </provider>
|
|
|
406
|
+ </entry>
|
|
|
407
|
+ <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/SimpleWindowTest.java">
|
|
|
408
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
409
|
+ <state relative-caret-position="240">
|
|
|
410
|
+ <caret line="16" column="22" selection-start-line="16" selection-start-column="22" selection-end-line="16" selection-end-column="22" />
|
|
|
411
|
+ </state>
|
|
|
412
|
+ </provider>
|
|
|
413
|
+ </entry>
|
|
285
|
414
|
<entry file="file://$PROJECT_DIR$/ConwayLifeUML.png">
|
|
286
|
415
|
<provider selected="true" editor-type-id="images" />
|
|
287
|
416
|
</entry>
|
|
288
|
417
|
<entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
|
|
289
|
418
|
<provider selected="true" editor-type-id="text-editor">
|
|
290
|
|
- <state relative-caret-position="2">
|
|
291
|
|
- <caret line="6" column="13" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" />
|
|
|
419
|
+ <state relative-caret-position="-54">
|
|
|
420
|
+ <caret column="25" lean-forward="true" selection-start-column="25" selection-end-column="25" />
|
|
|
421
|
+ </state>
|
|
|
422
|
+ </provider>
|
|
|
423
|
+ </entry>
|
|
|
424
|
+ <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/src.zip!/java/awt/Color.java">
|
|
|
425
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
426
|
+ <state relative-caret-position="15">
|
|
|
427
|
+ <caret line="59" column="13" selection-start-line="59" selection-start-column="13" selection-end-line="59" selection-end-column="13" />
|
|
292
|
428
|
</state>
|
|
293
|
429
|
</provider>
|
|
294
|
430
|
</entry>
|
|
295
|
431
|
<entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
|
|
296
|
432
|
<provider selected="true" editor-type-id="text-editor">
|
|
297
|
|
- <state relative-caret-position="574">
|
|
298
|
|
- <caret line="45" column="42" selection-start-line="45" selection-start-column="42" selection-end-line="45" selection-end-column="42" />
|
|
|
433
|
+ <state relative-caret-position="250">
|
|
|
434
|
+ <caret line="47" column="42" selection-start-line="47" selection-start-column="42" selection-end-line="47" selection-end-column="42" />
|
|
299
|
435
|
<folding>
|
|
300
|
436
|
<element signature="imports" expanded="true" />
|
|
301
|
437
|
</folding>
|
|
302
|
438
|
</state>
|
|
303
|
439
|
</provider>
|
|
304
|
440
|
</entry>
|
|
305
|
|
- <entry file="file://$PROJECT_DIR$/README.md">
|
|
306
|
|
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
307
|
|
- <state split_layout="SECOND">
|
|
308
|
|
- <first_editor />
|
|
309
|
|
- <second_editor />
|
|
310
|
|
- </state>
|
|
311
|
|
- </provider>
|
|
312
|
|
- </entry>
|
|
313
|
441
|
<entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
|
|
314
|
442
|
<provider selected="true" editor-type-id="text-editor">
|
|
315
|
|
- <state relative-caret-position="182">
|
|
316
|
|
- <caret line="14" column="46" selection-start-line="14" selection-start-column="46" selection-end-line="14" selection-end-column="46" />
|
|
|
443
|
+ <state relative-caret-position="288">
|
|
|
444
|
+ <caret line="92" column="41" selection-start-line="92" selection-start-column="41" selection-end-line="92" selection-end-column="41" />
|
|
317
|
445
|
<folding>
|
|
318
|
|
- <element signature="e#1429#1430#0" expanded="true" />
|
|
319
|
|
- <element signature="e#1453#1454#0" expanded="true" />
|
|
|
446
|
+ <element signature="e#128#129#0" expanded="true" />
|
|
|
447
|
+ <element signature="e#187#188#0" expanded="true" />
|
|
|
448
|
+ <element signature="e#2252#2253#0" expanded="true" />
|
|
|
449
|
+ <element signature="e#2282#2283#0" expanded="true" />
|
|
320
|
450
|
</folding>
|
|
321
|
451
|
</state>
|
|
322
|
452
|
</provider>
|