workspace.xml 29.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/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
Adam Blank's avatar
Adam Blank committed
6
      <change beforePath="$PROJECT_DIR$/tests/edu/caltech/cs2/lab03/ImageManipulatorTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/tests/edu/caltech/cs2/lab03/ImageManipulatorTests.java" afterDir="false" />
Adam Blank's avatar
Adam Blank committed
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
    </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">
24
      <file pinned="false" current-in-tab="false">
Adam Blank's avatar
Adam Blank committed
25
        <entry file="file://$PROJECT_DIR$/src/edu/caltech/cs2/lab03/ImageManipulator.java">
26
          <provider selected="true" editor-type-id="text-editor">
27
            <state relative-caret-position="195">
28
              <caret line="13" column="7" selection-start-line="13" selection-start-column="7" selection-end-line="13" selection-end-column="7" />
29
30
31
32
33
34
35
              <folding>
                <element signature="imports" expanded="true" />
              </folding>
            </state>
          </provider>
        </entry>
      </file>
36
      <file pinned="false" current-in-tab="false">
Adam Blank's avatar
Adam Blank committed
37
        <entry file="file://$PROJECT_DIR$/src/edu/caltech/cs2/lab03/Image.java">
38
39
40
41
42
43
44
45
46
47
          <provider selected="true" editor-type-id="text-editor">
            <state relative-caret-position="180">
              <caret line="12" column="37" selection-start-line="12" selection-start-column="37" selection-end-line="12" selection-end-column="37" />
              <folding>
                <element signature="imports" expanded="true" />
              </folding>
            </state>
          </provider>
        </entry>
      </file>
48
      <file pinned="false" current-in-tab="true">
Adam Blank's avatar
Adam Blank committed
49
        <entry file="file://$PROJECT_DIR$/tests/edu/caltech/cs2/lab03/ImageManipulatorTests.java">
Adam Blank's avatar
Adam Blank committed
50
          <provider selected="true" editor-type-id="text-editor">
51
52
            <state relative-caret-position="480">
              <caret line="68" column="14" selection-start-line="68" selection-start-column="14" selection-end-line="68" selection-end-column="14" />
Adam Blank's avatar
Adam Blank committed
53
              <folding>
54
                <element signature="imports" expanded="true" />
Adam Blank's avatar
Adam Blank committed
55
56
57
58
59
              </folding>
            </state>
          </provider>
        </entry>
      </file>
60
61
62
63
64
      <file pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/tests/data/SpaceElephants.hidden.png">
          <provider selected="true" editor-type-id="images" />
        </entry>
      </file>
65
66
67
68
69
70
71
72
73
74
      <file pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/tests/data/mario.transposed.png">
          <provider selected="true" editor-type-id="images" />
        </entry>
      </file>
      <file pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/tests/data/guernica.transposed.png">
          <provider selected="true" editor-type-id="images" />
        </entry>
      </file>
Adam Blank's avatar
Adam Blank committed
75
76
77
78
79
80
81
82
83
    </leaf>
  </component>
  <component name="FileTemplateManagerImpl">
    <option name="RECENT_TEMPLATES">
      <list>
        <option value="Class" />
      </list>
    </option>
  </component>
84
85
86
87
88
89
  <component name="FindInProjectRecents">
    <findStrings>
      <find>transpose</find>
      <find>rotate</find>
    </findStrings>
  </component>
Adam Blank's avatar
Adam Blank committed
90
  <component name="Git.Settings">
91
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
92
93
94
95
96
    <option name="RECENT_BRANCH_BY_REPOSITORY">
      <map>
        <entry key="$PROJECT_DIR$" value="master" />
      </map>
    </option>
Adam Blank's avatar
Adam Blank committed
97
98
99
100
101
  </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
102
        <option value="$PROJECT_DIR$/src/edu/caltech/cs2/lab03/Steganography.java" />
Adam Blank's avatar
Adam Blank committed
103
104
        <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
105
106
        <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
107
        <option value="$PROJECT_DIR$/src/edu/caltech/cs2/libraries/Pixel.java" />
Adam Blank's avatar
Adam Blank committed
108
        <option value="$PROJECT_DIR$/tests/edu/caltech/cs2/lab03/ImageManipulatorTests.java" />
Adam Blank's avatar
Adam Blank committed
109
110
111
112
113
114
115
116
117
      </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>
118
119
120
121
122
  <component name="ProjectFrameBounds" extendedState="6">
    <option name="x" value="134" />
    <option name="y" value="35" />
    <option name="width" value="1213" />
    <option name="height" value="1405" />
Adam Blank's avatar
Adam Blank committed
123
124
125
126
127
128
129
130
131
132
133
  </component>
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  <component name="ProjectView">
    <navigator proportions="" version="1">
      <foldersAlwaysOnTop value="true" />
    </navigator>
    <panes>
      <pane id="ProjectPane">
        <subPane>
          <expand>
            <path>
Adam Blank's avatar
Adam Blank committed
134
135
              <item name="lab03-alpha" type="b2602c69:ProjectViewProjectNode" />
              <item name="lab03-alpha" type="462c0819:PsiDirectoryNode" />
Adam Blank's avatar
Adam Blank committed
136
            </path>
137
            <path>
Adam Blank's avatar
Adam Blank committed
138
139
              <item name="lab03-alpha" type="b2602c69:ProjectViewProjectNode" />
              <item name="lab03-alpha" type="462c0819:PsiDirectoryNode" />
140
141
142
              <item name="src" type="462c0819:PsiDirectoryNode" />
            </path>
            <path>
Adam Blank's avatar
Adam Blank committed
143
144
              <item name="lab03-alpha" type="b2602c69:ProjectViewProjectNode" />
              <item name="lab03-alpha" type="462c0819:PsiDirectoryNode" />
145
146
147
148
              <item name="src" type="462c0819:PsiDirectoryNode" />
              <item name="cs2" type="462c0819:PsiDirectoryNode" />
            </path>
            <path>
Adam Blank's avatar
Adam Blank committed
149
150
              <item name="lab03-alpha" type="b2602c69:ProjectViewProjectNode" />
              <item name="lab03-alpha" type="462c0819:PsiDirectoryNode" />
151
152
              <item name="src" type="462c0819:PsiDirectoryNode" />
              <item name="cs2" type="462c0819:PsiDirectoryNode" />
Adam Blank's avatar
Adam Blank committed
153
              <item name="lab03" type="462c0819:PsiDirectoryNode" />
154
            </path>
Adam Blank's avatar
Adam Blank committed
155
            <path>
Adam Blank's avatar
Adam Blank committed
156
157
              <item name="lab03-alpha" type="b2602c69:ProjectViewProjectNode" />
              <item name="lab03-alpha" type="462c0819:PsiDirectoryNode" />
158
              <item name="tests" type="462c0819:PsiDirectoryNode" />
Adam Blank's avatar
Adam Blank committed
159
            </path>
160
            <path>
Adam Blank's avatar
Adam Blank committed
161
162
              <item name="lab03-alpha" type="b2602c69:ProjectViewProjectNode" />
              <item name="lab03-alpha" type="462c0819:PsiDirectoryNode" />
163
164
165
              <item name="tests" type="462c0819:PsiDirectoryNode" />
              <item name="data" type="462c0819:PsiDirectoryNode" />
            </path>
Adam Blank's avatar
Adam Blank committed
166
            <path>
Adam Blank's avatar
Adam Blank committed
167
168
              <item name="lab03-alpha" type="b2602c69:ProjectViewProjectNode" />
              <item name="lab03-alpha" type="462c0819:PsiDirectoryNode" />
Adam Blank's avatar
Adam Blank committed
169
170
171
              <item name="tests" type="462c0819:PsiDirectoryNode" />
              <item name="cs2" type="462c0819:PsiDirectoryNode" />
            </path>
172
            <path>
Adam Blank's avatar
Adam Blank committed
173
174
              <item name="lab03-alpha" type="b2602c69:ProjectViewProjectNode" />
              <item name="lab03-alpha" type="462c0819:PsiDirectoryNode" />
175
176
177
178
              <item name="tests" type="462c0819:PsiDirectoryNode" />
              <item name="cs2" type="462c0819:PsiDirectoryNode" />
              <item name="helpers" type="462c0819:PsiDirectoryNode" />
            </path>
179
            <path>
Adam Blank's avatar
Adam Blank committed
180
181
              <item name="lab03-alpha" type="b2602c69:ProjectViewProjectNode" />
              <item name="lab03-alpha" type="462c0819:PsiDirectoryNode" />
182
183
              <item name="tests" type="462c0819:PsiDirectoryNode" />
              <item name="cs2" type="462c0819:PsiDirectoryNode" />
Adam Blank's avatar
Adam Blank committed
184
              <item name="lab03" type="462c0819:PsiDirectoryNode" />
185
            </path>
Adam Blank's avatar
Adam Blank committed
186
            <path>
Adam Blank's avatar
Adam Blank committed
187
              <item name="lab03-alpha" type="b2602c69:ProjectViewProjectNode" />
188
              <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
Adam Blank's avatar
Adam Blank committed
189
190
191
192
193
            </path>
          </expand>
          <select />
        </subPane>
      </pane>
194
      <pane id="PackagesPane" />
195
      <pane id="Scope" />
Adam Blank's avatar
Adam Blank committed
196
197
198
199
200
201
202
203
204
      <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" />
205
    <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1545942890684" />
Adam Blank's avatar
Adam Blank committed
206
    <property name="last_directory_selection" value="$PROJECT_DIR$/tests/edu/caltech/cs2" />
Adam Blank's avatar
Adam Blank committed
207
    <property name="last_opened_file_path" value="$PROJECT_DIR$/../lab03" />
Adam Blank's avatar
Adam Blank committed
208
209
210
211
212
    <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" />
213
    <property name="settings.editor.selected.configurable" value="preferences.keymap" />
Adam Blank's avatar
Adam Blank committed
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
  </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>
241
  <component name="RunManager" selected="JUnit.ImageManipulatorTests">
Adam Blank's avatar
Adam Blank committed
242
    <configuration name="ImageManipulator" type="Application" factoryName="Application">
Adam Blank's avatar
Adam Blank committed
243
244
      <option name="MAIN_CLASS_NAME" value="edu.caltech.cs2.lab03.ImageManipulator" />
      <module name="lab03-steganography" />
Adam Blank's avatar
Adam Blank committed
245
246
247
248
249
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
    <configuration name="A" type="JUnit" factoryName="JUnit">
Adam Blank's avatar
Adam Blank committed
250
      <module name="lab03-steganography" />
Adam Blank's avatar
Adam Blank committed
251
252
253
254
255
256
257
258
259
260
      <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
261
      <module name="lab03-steganography" />
Adam Blank's avatar
Adam Blank committed
262
263
264
265
266
267
268
269
270
271
      <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
272
      <module name="lab03-steganography" />
Adam Blank's avatar
Adam Blank committed
273
274
275
276
277
278
279
280
281
      <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>
282
    <configuration name="ImageManipulatorTests" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
Adam Blank's avatar
Adam Blank committed
283
      <module name="lab03-steganography" />
284
285
      <extension name="coverage">
        <pattern>
Adam Blank's avatar
Adam Blank committed
286
          <option name="PATTERN" value="edu.caltech.cs2.lab03.*" />
287
288
289
          <option name="ENABLED" value="true" />
        </pattern>
      </extension>
Adam Blank's avatar
Adam Blank committed
290
291
      <option name="PACKAGE_NAME" value="edu.caltech.cs2.lab03" />
      <option name="MAIN_CLASS_NAME" value="edu.caltech.cs2.lab03.ImageManipulatorTests" />
292
293
294
295
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
Adam Blank's avatar
Adam Blank committed
296
297
298
    <list>
      <item itemvalue="Application.ImageManipulator" />
      <item itemvalue="JUnit.A" />
299
300
      <item itemvalue="JUnit.B" />
      <item itemvalue="JUnit.C" />
301
      <item itemvalue="JUnit.ImageManipulatorTests" />
Adam Blank's avatar
Adam Blank committed
302
    </list>
303
304
305
306
307
    <recent_temporary>
      <list>
        <item itemvalue="JUnit.ImageManipulatorTests" />
      </list>
    </recent_temporary>
Adam Blank's avatar
Adam Blank committed
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
  </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>
323
324
325
326
327
328
329
    <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>
330
331
332
333
334
335
336
    <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>
337
338
339
340
341
342
343
344
345
346
347
348
349
350
    <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>
351
352
353
354
355
356
357
    <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>
358
359
360
361
362
363
364
365
    <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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
    <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>
387
388
389
390
391
392
393
394
395
396
397
398
    <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
399
400
401
402
403
  </component>
  <component name="TimeTrackingManager">
    <option name="totallyTimeSpent" value="15889000" />
  </component>
  <component name="ToolWindowManager">
404
    <frame x="67" y="25" width="2493" height="1415" extended-state="6" />
405
    <editor active="true" />
Adam Blank's avatar
Adam Blank committed
406
    <layout>
407
      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.3069064" />
Adam Blank's avatar
Adam Blank committed
408
409
410
411
412
413
414
415
      <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" />
      <window_info anchor="bottom" id="Message" order="0" />
      <window_info anchor="bottom" id="Find" order="1" weight="0.32884097" />
416
      <window_info anchor="bottom" id="Run" order="2" sideWeight="0.49957228" weight="0.24231783" />
Adam Blank's avatar
Adam Blank committed
417
418
419
420
421
422
423
      <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" />
424
      <window_info anchor="bottom" id="Event Log" order="10" sideWeight="0.5004277" side_tool="true" visible="true" weight="0.23094867" />
Adam Blank's avatar
Adam Blank committed
425
426
      <window_info anchor="bottom" id="Anonymous Apex" order="11" />
      <window_info anchor="bottom" id="Database Changes" order="12" show_stripe_button="false" />
427
      <window_info anchor="bottom" id="Version Control" order="13" sideWeight="0.49957228" weight="0.32923618" />
Adam Blank's avatar
Adam Blank committed
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
      <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>
445
446
447
448
449
  <component name="VcsManagerConfiguration">
    <ignored-roots>
      <path value="$PROJECT_DIR$/../../.." />
    </ignored-roots>
    <MESSAGE value="Change rotate to transpose in tests and in files" />
450
451
    <MESSAGE value="fixed naming on file to transposed" />
    <option name="LAST_COMMIT_MESSAGE" value="fixed naming on file to transposed" />
452
  </component>
Adam Blank's avatar
Adam Blank committed
453
454
  <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
455
    <entry file="file://$PROJECT_DIR$/tests/edu/caltech/cs2/lab03/NBodySimulationTests.java" />
Adam Blank's avatar
Adam Blank committed
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
    <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>
472
    <entry file="file://$USER_HOME$/Downloads/StegoTests.java" />
Adam Blank's avatar
Adam Blank committed
473
474
475
    <entry file="file://$PROJECT_DIR$/tests/data/puppy.png">
      <provider selected="true" editor-type-id="images" />
    </entry>
Adam Blank's avatar
Adam Blank committed
476
    <entry file="file://$PROJECT_DIR$/lab03-steganography.iml">
Adam Blank's avatar
Adam Blank committed
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
      <provider selected="true" editor-type-id="text-editor" />
    </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>
506
    <entry file="file://$PROJECT_DIR$/src/edu/caltech/cs2/libraries/Pixel.java">
Adam Blank's avatar
Adam Blank committed
507
      <provider selected="true" editor-type-id="text-editor">
508
509
        <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
510
511
512
        </state>
      </provider>
    </entry>
513
514
    <entry file="file://$PROJECT_DIR$/tests/data/SpaceElephants.transposed.png">
      <provider selected="true" editor-type-id="images" />
Adam Blank's avatar
Adam Blank committed
515
    </entry>
516
    <entry file="file://$PROJECT_DIR$/tests/data/SonOfMan.transposed.png">
517
518
      <provider selected="true" editor-type-id="images" />
    </entry>
519
    <entry file="file://$PROJECT_DIR$/tests/data/puppy.transposed.png">
520
521
      <provider selected="true" editor-type-id="images" />
    </entry>
522
    <entry file="file://$PROJECT_DIR$/tests/data/onePixel.transposed.png">
523
524
525
526
527
      <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>
528
    <entry file="file://$PROJECT_DIR$/tests/data/allWhite.transposed.png">
529
530
      <provider selected="true" editor-type-id="images" />
    </entry>
531
532
533
534
535
536
    <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
537
    <entry file="file://$PROJECT_DIR$/src/edu/caltech/cs2/lab03/ImageManipulator.java">
538
      <provider selected="true" editor-type-id="text-editor">
539
        <state relative-caret-position="195">
540
          <caret line="13" column="7" selection-start-line="13" selection-start-column="7" selection-end-line="13" selection-end-column="7" />
541
542
543
544
545
546
          <folding>
            <element signature="imports" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
Adam Blank's avatar
Adam Blank committed
547
    <entry file="file://$PROJECT_DIR$/src/edu/caltech/cs2/lab03/Image.java">
548
549
550
551
552
553
554
555
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="180">
          <caret line="12" column="37" selection-start-line="12" selection-start-column="37" selection-end-line="12" selection-end-column="37" />
          <folding>
            <element signature="imports" expanded="true" />
          </folding>
        </state>
      </provider>
556
    </entry>
557
    <entry file="file://$PROJECT_DIR$/tests/data/SpaceElephants.hidden.png">
558
559
      <provider selected="true" editor-type-id="images" />
    </entry>
Adam Blank's avatar
Adam Blank committed
560
    <entry file="file://$PROJECT_DIR$/tests/edu/caltech/cs2/lab03/ImageManipulatorTests.java">
561
      <provider selected="true" editor-type-id="text-editor">
562
563
        <state relative-caret-position="480">
          <caret line="68" column="14" selection-start-line="68" selection-start-column="14" selection-end-line="68" selection-end-column="14" />
564
565
566
567
568
          <folding>
            <element signature="imports" expanded="true" />
          </folding>
        </state>
      </provider>
569
    </entry>
Adam Blank's avatar
Adam Blank committed
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
  </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
622
          <last-edited>lab03-steganography</last-edited>
Adam Blank's avatar
Adam Blank committed
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
          <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
659
</project>