workspace.xml 24.4 KB
Newer Older
Adam Blank's avatar
Adam Blank committed
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
4
    <list default="true" id="35fce098-9be2-4747-bc65-5a45ced07bad" name="Default Changelist" comment="fixed naming on file to transposed">
Adam Blank's avatar
Adam Blank committed
5
      <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
Adam Blank's avatar
Adam Blank committed
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
    </list>
    <ignored path="$PROJECT_DIR$/out/" />
    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
  <component name="CheckStyle-IDEA-workspace">
    <option name="configuration">
      <map>
        <entry key="last-active-plugin-version" value="5.23.0" />
      </map>
    </option>
  </component>
  <component name="FileEditorManager">
23
    <leaf SIDE_TABS_SIZE_LIMIT_KEY="600">
Adam Blank's avatar
Adam Blank committed
24
      <file pinned="false" current-in-tab="true">
Adam Blank's avatar
Adam Blank committed
25
        <entry file="file://$PROJECT_DIR$/src/edu/caltech/cs2/lab03/Image.java">
26
          <provider selected="true" editor-type-id="text-editor">
Adam Blank's avatar
Adam Blank committed
27
28
            <state relative-caret-position="326">
              <caret line="41" column="37" selection-start-line="41" selection-start-column="37" selection-end-line="41" selection-end-column="37" />
29
30
31
32
33
34
35
              <folding>
                <element signature="imports" expanded="true" />
              </folding>
            </state>
          </provider>
        </entry>
      </file>
Adam Blank's avatar
Adam Blank committed
36
37
      <file pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/src/edu/caltech/cs2/lab03/ImageManipulator.java">
Adam Blank's avatar
Adam Blank committed
38
          <provider selected="true" editor-type-id="text-editor">
Adam Blank's avatar
Adam Blank committed
39
40
            <state relative-caret-position="195">
              <caret line="13" column="7" selection-start-line="13" selection-start-column="7" selection-end-line="13" selection-end-column="7" />
Adam Blank's avatar
Adam Blank committed
41
              <folding>
42
                <element signature="imports" expanded="true" />
Adam Blank's avatar
Adam Blank committed
43
44
45
46
47
48
49
50
51
52
53
54
55
56
              </folding>
            </state>
          </provider>
        </entry>
      </file>
    </leaf>
  </component>
  <component name="FileTemplateManagerImpl">
    <option name="RECENT_TEMPLATES">
      <list>
        <option value="Class" />
      </list>
    </option>
  </component>
57
58
59
60
61
62
  <component name="FindInProjectRecents">
    <findStrings>
      <find>transpose</find>
      <find>rotate</find>
    </findStrings>
  </component>
Adam Blank's avatar
Adam Blank committed
63
  <component name="Git.Settings">
64
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
65
66
67
68
69
    <option name="RECENT_BRANCH_BY_REPOSITORY">
      <map>
        <entry key="$PROJECT_DIR$" value="master" />
      </map>
    </option>
Adam Blank's avatar
Adam Blank committed
70
71
72
73
74
  </component>
  <component name="IdeDocumentHistory">
    <option name="CHANGED_PATHS">
      <list>
        <option value="$PROJECT_DIR$/tests/edu/caltech/cs2/helpers/Reflection.java" />
Adam Blank's avatar
Adam Blank committed
75
        <option value="$PROJECT_DIR$/src/edu/caltech/cs2/lab03/Steganography.java" />
Adam Blank's avatar
Adam Blank committed
76
77
        <option value="$PROJECT_DIR$/tests/ImageManipulatorTests.java" />
        <option value="$PROJECT_DIR$/tests/edu/caltech/cs2/helpers/Images.java" />
Adam Blank's avatar
Adam Blank committed
78
79
        <option value="$PROJECT_DIR$/src/edu/caltech/cs2/lab03/Image.java" />
        <option value="$PROJECT_DIR$/src/edu/caltech/cs2/lab03/ImageManipulator.java" />
Adam Blank's avatar
Adam Blank committed
80
        <option value="$PROJECT_DIR$/src/edu/caltech/cs2/libraries/Pixel.java" />
Adam Blank's avatar
Adam Blank committed
81
        <option value="$PROJECT_DIR$/tests/edu/caltech/cs2/lab03/ImageManipulatorTests.java" />
Adam Blank's avatar
Adam Blank committed
82
83
84
85
86
87
88
89
90
      </list>
    </option>
  </component>
  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  <component name="JsGulpfileManager">
    <detection-done>true</detection-done>
    <sorting>DEFINITION_ORDER</sorting>
  </component>
Adam Blank's avatar
Adam Blank committed
91
92
93
94
  <component name="ProjectFrameBounds">
    <option name="y" value="23" />
    <option name="width" value="1440" />
    <option name="height" value="877" />
Adam Blank's avatar
Adam Blank committed
95
96
97
98
99
100
101
  </component>
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  <component name="ProjectView">
    <navigator proportions="" version="1">
      <foldersAlwaysOnTop value="true" />
    </navigator>
    <panes>
Adam Blank's avatar
Adam Blank committed
102
      <pane id="Scope" />
Adam Blank's avatar
Adam Blank committed
103
104
105
106
      <pane id="ProjectPane">
        <subPane>
          <expand>
            <path>
Adam Blank's avatar
Adam Blank committed
107
              <item name="lab03" type="b2602c69:ProjectViewProjectNode" />
Adam Blank's avatar
Adam Blank committed
108
              <item name="lab03" type="462c0819:PsiDirectoryNode" />
109
            </path>
Adam Blank's avatar
Adam Blank committed
110
111
112
113
          </expand>
          <select />
        </subPane>
      </pane>
114
      <pane id="PackagesPane" />
Adam Blank's avatar
Adam Blank committed
115
116
117
118
119
120
121
122
123
      <pane id="Course" />
    </panes>
  </component>
  <component name="PropertiesComponent">
    <property name="Downloaded.Files.Path.Enabled" value="false" />
    <property name="Repository.Attach.JavaDocs" value="false" />
    <property name="Repository.Attach.Sources" value="false" />
    <property name="WebServerToolWindowFactoryState" value="false" />
    <property name="aspect.path.notification.shown" value="true" />
124
    <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1545942890684" />
Adam Blank's avatar
Adam Blank committed
125
    <property name="last_directory_selection" value="$PROJECT_DIR$/tests/edu/caltech/cs2" />
Adam Blank's avatar
Adam Blank committed
126
    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
Adam Blank's avatar
Adam Blank committed
127
128
129
130
131
    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
    <property name="project.structure.last.edited" value="Libraries" />
    <property name="project.structure.proportion" value="0.15" />
    <property name="project.structure.side.proportion" value="0.2" />
132
    <property name="settings.editor.selected.configurable" value="preferences.keymap" />
Adam Blank's avatar
Adam Blank committed
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
  </component>
  <component name="RecentsManager">
    <key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
      <recent name="edu.caltech.cs2.libraries" />
    </key>
    <key name="CopyFile.RECENT_KEYS">
      <recent name="$PROJECT_DIR$/tests/data" />
      <recent name="$PROJECT_DIR$/images" />
      <recent name="$PROJECT_DIR$" />
    </key>
    <key name="MoveFile.RECENT_KEYS">
      <recent name="$PROJECT_DIR$/tests/data" />
      <recent name="$PROJECT_DIR$" />
    </key>
  </component>
  <component name="RunDashboard">
    <option name="ruleStates">
      <list>
        <RuleState>
          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
        </RuleState>
        <RuleState>
          <option name="name" value="StatusDashboardGroupingRule" />
        </RuleState>
      </list>
    </option>
  </component>
Adam Blank's avatar
Adam Blank committed
160
  <component name="RunManager" selected="JUnit.C">
Adam Blank's avatar
Adam Blank committed
161
    <configuration name="ImageManipulator" type="Application" factoryName="Application">
Adam Blank's avatar
Adam Blank committed
162
163
      <option name="MAIN_CLASS_NAME" value="edu.caltech.cs2.lab03.ImageManipulator" />
      <module name="lab03-steganography" />
Adam Blank's avatar
Adam Blank committed
164
165
166
167
168
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
    <configuration name="A" type="JUnit" factoryName="JUnit">
Adam Blank's avatar
Adam Blank committed
169
      <module name="lab03-steganography" />
Adam Blank's avatar
Adam Blank committed
170
171
172
173
174
175
176
177
178
179
      <option name="MAIN_CLASS_NAME" value="A" />
      <option name="METHOD_NAME" value="" />
      <option name="TEST_OBJECT" value="tags" />
      <option name="PARAMETERS" value="" />
      <tag value="A" />
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
    <configuration name="B" type="JUnit" factoryName="JUnit">
Adam Blank's avatar
Adam Blank committed
180
      <module name="lab03-steganography" />
Adam Blank's avatar
Adam Blank committed
181
182
183
184
185
186
187
188
189
190
      <option name="MAIN_CLASS_NAME" value="B" />
      <option name="METHOD_NAME" value="" />
      <option name="TEST_OBJECT" value="tags" />
      <option name="PARAMETERS" value="" />
      <tag value="B" />
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
    <configuration name="C" type="JUnit" factoryName="JUnit">
Adam Blank's avatar
Adam Blank committed
191
      <module name="lab03-steganography" />
Adam Blank's avatar
Adam Blank committed
192
193
194
195
196
197
198
199
200
201
202
203
      <option name="MAIN_CLASS_NAME" value="" />
      <option name="METHOD_NAME" value="" />
      <option name="TEST_OBJECT" value="tags" />
      <option name="PARAMETERS" value="" />
      <tag value="C" />
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
    <list>
      <item itemvalue="Application.ImageManipulator" />
      <item itemvalue="JUnit.A" />
204
205
      <item itemvalue="JUnit.B" />
      <item itemvalue="JUnit.C" />
Adam Blank's avatar
Adam Blank committed
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
    </list>
  </component>
  <component name="SvnConfiguration">
    <configuration />
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="35fce098-9be2-4747-bc65-5a45ced07bad" name="Default Changelist" comment="" />
      <created>1543602252526</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1543602252526</updated>
      <workItem from="1543602256506" duration="2148000" />
      <workItem from="1543604722302" duration="7420000" />
      <workItem from="1544037286249" duration="6321000" />
    </task>
222
223
224
225
226
227
228
    <task id="LOCAL-00001" summary="Change rotate to transpose in tests and in files">
      <created>1545936013334</created>
      <option name="number" value="00001" />
      <option name="presentableId" value="LOCAL-00001" />
      <option name="project" value="LOCAL" />
      <updated>1545936013334</updated>
    </task>
229
230
231
232
233
234
235
    <task id="LOCAL-00002" summary="Change rotate to transpose in tests and in files">
      <created>1545936215508</created>
      <option name="number" value="00002" />
      <option name="presentableId" value="LOCAL-00002" />
      <option name="project" value="LOCAL" />
      <updated>1545936215508</updated>
    </task>
236
237
238
239
240
241
242
243
244
245
246
247
248
249
    <task id="LOCAL-00003" summary="Change rotate to transpose in tests and in files">
      <created>1545939890788</created>
      <option name="number" value="00003" />
      <option name="presentableId" value="LOCAL-00003" />
      <option name="project" value="LOCAL" />
      <updated>1545939890788</updated>
    </task>
    <task id="LOCAL-00004" summary="Change rotate to transpose in tests and in files">
      <created>1545939928802</created>
      <option name="number" value="00004" />
      <option name="presentableId" value="LOCAL-00004" />
      <option name="project" value="LOCAL" />
      <updated>1545939928802</updated>
    </task>
250
251
252
253
254
255
256
    <task id="LOCAL-00005" summary="fixed naming on file to transposed">
      <created>1545940128035</created>
      <option name="number" value="00005" />
      <option name="presentableId" value="LOCAL-00005" />
      <option name="project" value="LOCAL" />
      <updated>1545940128035</updated>
    </task>
257
258
259
260
261
262
263
264
    <task id="LOCAL-00006" summary="fixed naming on file to transposed">
      <created>1545940365140</created>
      <option name="number" value="00006" />
      <option name="presentableId" value="LOCAL-00006" />
      <option name="project" value="LOCAL" />
      <updated>1545940365140</updated>
    </task>
    <option name="localTasksCounter" value="7" />
Adam Blank's avatar
Adam Blank committed
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
    <servers />
  </component>
  <component name="TestHistory">
    <history-entry file="All - 2018.12.26 at 19h 43m 25s.xml">
      <configuration name="All" configurationId="JUnit" />
    </history-entry>
    <history-entry file="All - 2018.12.26 at 19h 44m 47s.xml">
      <configuration name="All" configurationId="JUnit" />
    </history-entry>
    <history-entry file="C - 2018.12.26 at 19h 46m 19s.xml">
      <configuration name="C" configurationId="JUnit" />
    </history-entry>
    <history-entry file="B - 2018.12.26 at 19h 46m 39s.xml">
      <configuration name="B" configurationId="JUnit" />
    </history-entry>
    <history-entry file="A - 2018.12.26 at 19h 46m 56s.xml">
      <configuration name="A" configurationId="JUnit" />
    </history-entry>
    <history-entry file="C - 2018.12.26 at 19h 51m 39s.xml">
      <configuration name="C" configurationId="JUnit" />
    </history-entry>
286
287
288
289
290
291
292
293
294
295
296
297
    <history-entry file="C - 2018.12.27 at 11h 48m 00s.xml">
      <configuration name="C" configurationId="JUnit" />
    </history-entry>
    <history-entry file="C - 2018.12.27 at 11h 49m 04s.xml">
      <configuration name="C" configurationId="JUnit" />
    </history-entry>
    <history-entry file="C - 2018.12.27 at 11h 49m 37s.xml">
      <configuration name="C" configurationId="JUnit" />
    </history-entry>
    <history-entry file="ImageManipulatorTests - 2018.12.27 at 11h 50m 28s.xml">
      <configuration name="ImageManipulatorTests" configurationId="JUnit" />
    </history-entry>
Adam Blank's avatar
Adam Blank committed
298
299
300
301
302
  </component>
  <component name="TimeTrackingManager">
    <option name="totallyTimeSpent" value="15889000" />
  </component>
  <component name="ToolWindowManager">
Adam Blank's avatar
Adam Blank committed
303
    <frame x="0" y="23" width="1440" height="877" extended-state="6" />
304
    <editor active="true" />
Adam Blank's avatar
Adam Blank committed
305
    <layout>
Adam Blank's avatar
Adam Blank committed
306
      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.3111588" />
Adam Blank's avatar
Adam Blank committed
307
308
309
310
311
312
      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
      <window_info id="Designer" order="2" />
      <window_info id="Image Layers" order="3" />
      <window_info id="UI Designer" order="4" />
      <window_info id="Favorites" order="5" side_tool="true" />
      <window_info id="Capture Tool" order="6" />
Adam Blank's avatar
Adam Blank committed
313
      <window_info anchor="bottom" id="Floobits" />
Adam Blank's avatar
Adam Blank committed
314
315
      <window_info anchor="bottom" id="Message" order="0" />
      <window_info anchor="bottom" id="Find" order="1" weight="0.32884097" />
316
      <window_info anchor="bottom" id="Run" order="2" sideWeight="0.49957228" weight="0.24231783" />
Adam Blank's avatar
Adam Blank committed
317
318
319
320
321
322
323
      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
      <window_info anchor="bottom" id="TODO" order="6" />
      <window_info anchor="bottom" id="Log Viewer" order="7" />
      <window_info anchor="bottom" id="Terminal" order="8" />
      <window_info anchor="bottom" id="CheckStyle" order="9" />
Adam Blank's avatar
Adam Blank committed
324
      <window_info anchor="bottom" id="Event Log" order="10" sideWeight="0.5004277" side_tool="true" weight="0.23057325" />
Adam Blank's avatar
Adam Blank committed
325
326
      <window_info anchor="bottom" id="Anonymous Apex" order="11" />
      <window_info anchor="bottom" id="Database Changes" order="12" show_stripe_button="false" />
327
      <window_info anchor="bottom" id="Version Control" order="13" sideWeight="0.49957228" weight="0.32923618" />
Adam Blank's avatar
Adam Blank committed
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
      <window_info anchor="bottom" id="SOQL Query" order="14" />
      <window_info anchor="bottom" id="Messages" order="15" weight="0.32884097" />
      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
      <window_info anchor="right" id="Palette&#9;" order="3" />
      <window_info anchor="right" id="Palette" order="4" />
      <window_info anchor="right" id="Capture Analysis" order="5" />
      <window_info anchor="right" id="Maven Projects" order="6" />
      <window_info anchor="right" id="Database" order="7" />
      <window_info anchor="right" id="Theme Preview" order="8" />
      <window_info anchor="right" id="Maven" order="9" />
    </layout>
  </component>
  <component name="TypeScriptGeneratedFilesManager">
    <option name="version" value="1" />
  </component>
345
346
347
348
349
  <component name="VcsManagerConfiguration">
    <ignored-roots>
      <path value="$PROJECT_DIR$/../../.." />
    </ignored-roots>
    <MESSAGE value="Change rotate to transpose in tests and in files" />
350
351
    <MESSAGE value="fixed naming on file to transposed" />
    <option name="LAST_COMMIT_MESSAGE" value="fixed naming on file to transposed" />
352
  </component>
Adam Blank's avatar
Adam Blank committed
353
354
  <component name="editorHistoryManager">
    <entry file="jar:///Library/Java/JavaVirtualMachines/openjdk-11.jdk/Contents/Home/lib/src.zip!/java.desktop/javax/imageio/ImageIO.java" />
Adam Blank's avatar
Adam Blank committed
355
    <entry file="file://$PROJECT_DIR$/tests/edu/caltech/cs2/lab03/NBodySimulationTests.java" />
Adam Blank's avatar
Adam Blank committed
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
    <entry file="file://$PROJECT_DIR$/tests/edu/caltech/cs2/helpers/Reflection.java">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="30">
          <caret line="2" column="27" lean-forward="true" selection-start-line="2" selection-start-column="27" selection-end-line="2" selection-end-column="27" />
        </state>
      </provider>
    </entry>
    <entry file="jar:///Library/Java/JavaVirtualMachines/openjdk-11.jdk/Contents/Home/lib/src.zip!/java.desktop/java/awt/image/BufferedImage.java" />
    <entry file="file://$PROJECT_DIR$/images/puppy.hidden.png" />
    <entry file="file://$PROJECT_DIR$/tests/edu/caltech/cs2/helpers/FileSource.java">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="105">
          <caret line="12" column="18" selection-start-line="12" selection-start-column="18" selection-end-line="12" selection-end-column="18" />
        </state>
      </provider>
    </entry>
Adam Blank's avatar
Adam Blank committed
372
    <entry file="file://$PROJECT_DIR$/../Downloads/StegoTests.java" />
Adam Blank's avatar
Adam Blank committed
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
    <entry file="file://$PROJECT_DIR$/tests/data/puppy.png">
      <provider selected="true" editor-type-id="images" />
    </entry>
    <entry file="file://$PROJECT_DIR$/tests/edu/caltech/cs2/helpers/ImageFileSource.java">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="105">
          <caret line="12" column="18" selection-start-line="12" selection-start-column="18" selection-end-line="12" selection-end-column="18" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/tests/edu/caltech/cs2/helpers/ImageFileSourceProvider.java">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="75">
          <caret line="20" column="13" selection-start-line="20" selection-start-column="13" selection-end-line="20" selection-end-column="13" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/tests/edu/caltech/cs2/helpers/Images.java">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="240">
          <caret line="39" selection-start-line="39" selection-end-line="39" />
          <folding>
            <element signature="e#1430#1431#0" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/tests/data/SonOfMan.jpg">
      <provider selected="true" editor-type-id="images" />
    </entry>
403
    <entry file="file://$PROJECT_DIR$/src/edu/caltech/cs2/libraries/Pixel.java">
Adam Blank's avatar
Adam Blank committed
404
      <provider selected="true" editor-type-id="text-editor">
405
406
        <state relative-caret-position="324">
          <caret line="18" column="27" selection-start-line="18" selection-start-column="27" selection-end-line="18" selection-end-column="27" />
Adam Blank's avatar
Adam Blank committed
407
408
409
        </state>
      </provider>
    </entry>
410
411
    <entry file="file://$PROJECT_DIR$/tests/data/SpaceElephants.transposed.png">
      <provider selected="true" editor-type-id="images" />
Adam Blank's avatar
Adam Blank committed
412
    </entry>
413
    <entry file="file://$PROJECT_DIR$/tests/data/SonOfMan.transposed.png">
414
415
      <provider selected="true" editor-type-id="images" />
    </entry>
416
    <entry file="file://$PROJECT_DIR$/tests/data/puppy.transposed.png">
417
418
      <provider selected="true" editor-type-id="images" />
    </entry>
419
    <entry file="file://$PROJECT_DIR$/tests/data/onePixel.transposed.png">
420
421
422
423
424
      <provider selected="true" editor-type-id="images" />
    </entry>
    <entry file="file://$PROJECT_DIR$/tests/data/MonaLisa.transposed.png">
      <provider selected="true" editor-type-id="images" />
    </entry>
425
    <entry file="file://$PROJECT_DIR$/tests/data/allWhite.transposed.png">
426
427
      <provider selected="true" editor-type-id="images" />
    </entry>
Adam Blank's avatar
Adam Blank committed
428
429
430
431
432
433
434
435
436
437
438
439
440
    <entry file="file://$PROJECT_DIR$/tests/data/SpaceElephants.hidden.png">
      <provider selected="true" editor-type-id="images" />
    </entry>
    <entry file="file://$PROJECT_DIR$/tests/edu/caltech/cs2/lab03/ImageManipulatorTests.java">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="479">
          <caret line="68" column="14" selection-start-line="68" selection-start-column="14" selection-end-line="68" selection-end-column="14" />
          <folding>
            <element signature="imports" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
441
442
443
444
445
446
    <entry file="file://$PROJECT_DIR$/tests/data/mario.transposed.png">
      <provider selected="true" editor-type-id="images" />
    </entry>
    <entry file="file://$PROJECT_DIR$/tests/data/guernica.transposed.png">
      <provider selected="true" editor-type-id="images" />
    </entry>
Adam Blank's avatar
Adam Blank committed
447
448
449
    <entry file="file://$PROJECT_DIR$/lab03-steganography.iml">
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
Adam Blank's avatar
Adam Blank committed
450
    <entry file="file://$PROJECT_DIR$/src/edu/caltech/cs2/lab03/ImageManipulator.java">
451
      <provider selected="true" editor-type-id="text-editor">
452
        <state relative-caret-position="195">
453
          <caret line="13" column="7" selection-start-line="13" selection-start-column="7" selection-end-line="13" selection-end-column="7" />
454
455
456
457
458
459
          <folding>
            <element signature="imports" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
Adam Blank's avatar
Adam Blank committed
460
    <entry file="file://$PROJECT_DIR$/src/edu/caltech/cs2/lab03/Image.java">
461
      <provider selected="true" editor-type-id="text-editor">
Adam Blank's avatar
Adam Blank committed
462
463
        <state relative-caret-position="326">
          <caret line="41" column="37" selection-start-line="41" selection-start-column="37" selection-end-line="41" selection-end-column="37" />
464
465
466
467
468
          <folding>
            <element signature="imports" expanded="true" />
          </folding>
        </state>
      </provider>
469
    </entry>
Adam Blank's avatar
Adam Blank committed
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
  </component>
  <component name="masterDetails">
    <states>
      <state key="ArtifactsStructureConfigurable.UI">
        <settings>
          <artifact-editor />
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="FacetStructureConfigurable.UI">
        <settings>
          <last-edited>No facets are configured</last-edited>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="GlobalLibrariesConfigurable.UI">
        <settings>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="JdkListConfigurable.UI">
        <settings>
          <last-edited>11</last-edited>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="ModuleStructureConfigurable.UI">
        <settings>
Adam Blank's avatar
Adam Blank committed
522
          <last-edited>lab03-steganography</last-edited>
Adam Blank's avatar
Adam Blank committed
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
                <option value="0.6" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="ProjectJDKs.UI">
        <settings>
          <last-edited>11</last-edited>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="ProjectLibrariesConfigurable.UI">
        <settings>
          <last-edited>org.junit.jupiter:junit-jupiter-params:5.4.0-SNAPSHOT</last-edited>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
    </states>
  </component>
Adam Blank's avatar
Adam Blank committed
559
</project>