|
@@ -1,8 +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="feb7a23c-5377-427f-af69-c164f1a3e549" name="Default" comment="" />
|
5
|
|
- <ignored path="$PROJECT_DIR$/out/" />
|
|
4
|
+ <list default="true" id="2e49c64c-91c6-4ecc-a9b7-d964c9e24986" name="Default" comment="">
|
|
5
|
+ <change beforePath="" afterPath="$PROJECT_DIR$/ReadMe.md" />
|
|
6
|
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
7
|
+ </list>
|
6
|
8
|
<ignored path="$PROJECT_DIR$/target/" />
|
7
|
9
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
8
|
10
|
<option name="TRACKING_ENABLED" value="true" />
|
|
@@ -12,14 +14,31 @@
|
12
|
14
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
13
|
15
|
</component>
|
14
|
16
|
<component name="FileEditorManager">
|
15
|
|
- <leaf SIDE_TABS_SIZE_LIMIT_KEY="300" />
|
|
17
|
+ <leaf>
|
|
18
|
+ <file leaf-file-name="pom.xml" pinned="false" current-in-tab="false">
|
|
19
|
+ <entry file="file://$PROJECT_DIR$/pom.xml">
|
|
20
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
21
|
+ <state relative-caret-position="2185">
|
|
22
|
+ <caret line="95" column="0" lean-forward="false" selection-start-line="95" selection-start-column="0" selection-end-line="95" selection-end-column="0" />
|
|
23
|
+ <folding />
|
|
24
|
+ </state>
|
|
25
|
+ </provider>
|
|
26
|
+ </entry>
|
|
27
|
+ </file>
|
|
28
|
+ <file leaf-file-name="TheCookoutMain.java" pinned="false" current-in-tab="true">
|
|
29
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/TheCookoutMain.java">
|
|
30
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
31
|
+ <state relative-caret-position="161">
|
|
32
|
+ <caret line="20" column="35" lean-forward="false" selection-start-line="20" selection-start-column="35" selection-end-line="20" selection-end-column="35" />
|
|
33
|
+ <folding />
|
|
34
|
+ </state>
|
|
35
|
+ </provider>
|
|
36
|
+ </entry>
|
|
37
|
+ </file>
|
|
38
|
+ </leaf>
|
16
|
39
|
</component>
|
17
|
|
- <component name="FileTemplateManagerImpl">
|
18
|
|
- <option name="RECENT_TEMPLATES">
|
19
|
|
- <list>
|
20
|
|
- <option value="Class" />
|
21
|
|
- </list>
|
22
|
|
- </option>
|
|
40
|
+ <component name="Git.Settings">
|
|
41
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
23
|
42
|
</component>
|
24
|
43
|
<component name="GradleLocalSettings">
|
25
|
44
|
<option name="externalProjectsViewState">
|
|
@@ -29,29 +48,9 @@
|
29
|
48
|
<component name="IdeDocumentHistory">
|
30
|
49
|
<option name="CHANGED_PATHS">
|
31
|
50
|
<list>
|
32
|
|
- <option value="$PROJECT_DIR$/src/Spotify/SpotifyOAuth2.java" />
|
33
|
|
- <option value="$PROJECT_DIR$/src/Spotify/SpotifyServiceProvider.java" />
|
34
|
|
- <option value="$PROJECT_DIR$/src/Playlists/PlaylistLibrary.java" />
|
35
|
|
- <option value="$PROJECT_DIR$/src/Playlists/ExternalUrl.java" />
|
36
|
|
- <option value="$PROJECT_DIR$/src/Playlists/Playslist.java" />
|
37
|
|
- <option value="$PROJECT_DIR$/src/Playlists/Playlist.java" />
|
38
|
|
- <option value="$PROJECT_DIR$/src/Playlists/UserPublic.java" />
|
39
|
|
- <option value="$PROJECT_DIR$/src/Playlists/Friends.java" />
|
40
|
|
- <option value="$PROJECT_DIR$/src/config/AuthorizationServerConfig.java" />
|
41
|
|
- <option value="$PROJECT_DIR$/src/entities/Role.java" />
|
42
|
|
- <option value="$PROJECT_DIR$/src/entities/Account.java" />
|
43
|
|
- <option value="$PROJECT_DIR$/src/config/AccountUserDetails.java" />
|
44
|
|
- <option value="$PROJECT_DIR$/src/config/ResourceServerConfig.java" />
|
45
|
|
- <option value="$PROJECT_DIR$/src/repositories/AccountRepo.java" />
|
46
|
|
- <option value="$PROJECT_DIR$/src/services/AcountService.java" />
|
47
|
|
- <option value="$PROJECT_DIR$/src/main/java/repositories/AccountRepo.java" />
|
48
|
|
- <option value="$PROJECT_DIR$/src/main/java/config/AccountUserDetails.java" />
|
49
|
|
- <option value="$PROJECT_DIR$/src/main/java/config/AuthorizationServerConfig.java" />
|
50
|
|
- <option value="$PROJECT_DIR$/src/main/java/config/ResourceServerConfig.java" />
|
51
|
|
- <option value="$PROJECT_DIR$/src/main/java/controllers/AccountController.java" />
|
52
|
|
- <option value="$PROJECT_DIR$/src/main/java/TheCookoutMain.java" />
|
53
|
|
- <option value="$PROJECT_DIR$/src/main/resources/application.yml" />
|
54
|
51
|
<option value="$PROJECT_DIR$/pom.xml" />
|
|
52
|
+ <option value="$PROJECT_DIR$/The-Cookout-2.0.iml" />
|
|
53
|
+ <option value="$PROJECT_DIR$/ReadMe.md" />
|
55
|
54
|
</list>
|
56
|
55
|
</option>
|
57
|
56
|
</component>
|
|
@@ -61,17 +60,10 @@
|
61
|
60
|
<detection-done>true</detection-done>
|
62
|
61
|
<sorting>DEFINITION_ORDER</sorting>
|
63
|
62
|
</component>
|
64
|
|
- <component name="MavenImportPreferences">
|
65
|
|
- <option name="importingSettings">
|
66
|
|
- <MavenImportingSettings>
|
67
|
|
- <option name="importAutomatically" value="true" />
|
68
|
|
- </MavenImportingSettings>
|
69
|
|
- </option>
|
70
|
|
- </component>
|
71
|
|
- <component name="ProjectFrameBounds" fullScreen="true">
|
72
|
|
- <option name="x" value="842" />
|
|
63
|
+ <component name="ProjectFrameBounds">
|
|
64
|
+ <option name="y" value="23" />
|
73
|
65
|
<option name="width" value="838" />
|
74
|
|
- <option name="height" value="1050" />
|
|
66
|
+ <option name="height" value="959" />
|
75
|
67
|
</component>
|
76
|
68
|
<component name="ProjectInspectionProfilesVisibleTreeState">
|
77
|
69
|
<entry key="Project Default">
|
|
@@ -113,20 +105,20 @@
|
113
|
105
|
<foldersAlwaysOnTop value="true" />
|
114
|
106
|
</navigator>
|
115
|
107
|
<panes>
|
116
|
|
- <pane id="Scratches" />
|
117
|
108
|
<pane id="AndroidView" />
|
|
109
|
+ <pane id="PackagesPane" />
|
118
|
110
|
<pane id="ProjectPane">
|
119
|
111
|
<subPane>
|
120
|
112
|
<expand>
|
121
|
113
|
<path>
|
122
|
|
- <item name="The Cookout 2.0" type="b2602c69:ProjectViewProjectNode" />
|
123
|
|
- <item name="The Cookout 2.0" type="462c0819:PsiDirectoryNode" />
|
|
114
|
+ <item name="The-Cookout-2.0" type="b2602c69:ProjectViewProjectNode" />
|
|
115
|
+ <item name="The-Cookout-2.0" type="462c0819:PsiDirectoryNode" />
|
124
|
116
|
</path>
|
125
|
117
|
</expand>
|
126
|
118
|
<select />
|
127
|
119
|
</subPane>
|
128
|
120
|
</pane>
|
129
|
|
- <pane id="PackagesPane" />
|
|
121
|
+ <pane id="Scratches" />
|
130
|
122
|
<pane id="Scope" />
|
131
|
123
|
</panes>
|
132
|
124
|
</component>
|
|
@@ -134,29 +126,11 @@
|
134
|
126
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
135
|
127
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
136
|
128
|
<property name="aspect.path.notification.shown" value="true" />
|
137
|
|
- <property name="settings.editor.selected.configurable" value="Lombok plugin" />
|
138
|
|
- <property name="LombokPluginEnabledInProject" value="true" />
|
139
|
|
- <property name="LombokPluginIS_VAL_Enabled" value="true" />
|
140
|
|
- <property name="LombokPluginIS_BUILDER_Enabled" value="true" />
|
141
|
|
- <property name="LombokPluginIS_DELEGATE_Enabled" value="true" />
|
142
|
|
- <property name="LombokPluginIS_LOG_Enabled" value="true" />
|
143
|
|
- <property name="LombokPluginIS_CONSTRUCTOR_Enabled" value="true" />
|
144
|
|
- <property name="LombokPluginIS_THIRD_PARTY_Enabled" value="true" />
|
145
|
|
- <property name="LombokPluginIS_RUNTIME_PATCH_Enabled" value="true" />
|
146
|
|
- <property name="LombokPluginIS_LOMBOK_VERSION_CHECK_Enabled" value="true" />
|
147
|
|
- <property name="LombokPluginIS_MISSING_LOMBOK_CHECK_Enabled" value="true" />
|
148
|
129
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
149
|
|
- <property name="RequestMappingsPanelWidth0" value="75" />
|
150
|
|
- <property name="RequestMappingsPanelOrder0" value="0" />
|
151
|
|
- <property name="RequestMappingsPanelWidth1" value="75" />
|
152
|
|
- <property name="RequestMappingsPanelOrder1" value="1" />
|
153
|
|
- <property name="RequestMappingsPanelWidth2" value="75" />
|
154
|
|
- <property name="RequestMappingsPanelOrder2" value="2" />
|
155
|
130
|
</component>
|
156
|
131
|
<component name="RecentsManager">
|
157
|
132
|
<key name="MoveFile.RECENT_KEYS">
|
158
|
|
- <recent name="$PROJECT_DIR$/src/main/java" />
|
159
|
|
- <recent name="$PROJECT_DIR$/src/main" />
|
|
133
|
+ <recent name="$PROJECT_DIR$" />
|
160
|
134
|
</key>
|
161
|
135
|
</component>
|
162
|
136
|
<component name="RunDashboard">
|
|
@@ -220,12 +194,6 @@
|
220
|
194
|
<option name="HOST" value="localhost" />
|
221
|
195
|
<option name="PORT" value="5005" />
|
222
|
196
|
</configuration>
|
223
|
|
- <configuration name="TheCookoutMain" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
224
|
|
- <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
225
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="TheCookoutMain" />
|
226
|
|
- <module name="The Cookout 2.0" />
|
227
|
|
- <envs />
|
228
|
|
- </configuration>
|
229
|
197
|
<configuration default="true" type="TestNG" factoryName="TestNG">
|
230
|
198
|
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
231
|
199
|
<module name="" />
|
|
@@ -259,11 +227,6 @@
|
259
|
227
|
<option name="PROGRAM_PARAMETERS" />
|
260
|
228
|
<predefined_log_file id="idea.log" enabled="true" />
|
261
|
229
|
</configuration>
|
262
|
|
- <recent_temporary>
|
263
|
|
- <list size="1">
|
264
|
|
- <item index="0" class="java.lang.String" itemvalue="Spring Boot.TheCookoutMain" />
|
265
|
|
- </list>
|
266
|
|
- </recent_temporary>
|
267
|
230
|
</component>
|
268
|
231
|
<component name="ShelveChangesManager" show_recycled="false">
|
269
|
232
|
<option name="remove_strategy" value="false" />
|
|
@@ -273,56 +236,52 @@
|
273
|
236
|
</component>
|
274
|
237
|
<component name="TaskManager">
|
275
|
238
|
<task active="true" id="Default" summary="Default task">
|
276
|
|
- <changelist id="feb7a23c-5377-427f-af69-c164f1a3e549" name="Default" comment="" />
|
277
|
|
- <created>1531494462648</created>
|
|
239
|
+ <changelist id="2e49c64c-91c6-4ecc-a9b7-d964c9e24986" name="Default" comment="" />
|
|
240
|
+ <created>1531756494702</created>
|
278
|
241
|
<option name="number" value="Default" />
|
279
|
242
|
<option name="presentableId" value="Default" />
|
280
|
|
- <updated>1531494462648</updated>
|
281
|
|
- <workItem from="1531494475711" duration="4316000" />
|
282
|
|
- <workItem from="1531510772787" duration="584000" />
|
283
|
|
- <workItem from="1531511391341" duration="196000" />
|
284
|
|
- <workItem from="1531511613931" duration="2312000" />
|
285
|
|
- <workItem from="1531705730188" duration="5384000" />
|
|
243
|
+ <updated>1531756494702</updated>
|
|
244
|
+ <workItem from="1531756496196" duration="955000" />
|
286
|
245
|
</task>
|
287
|
246
|
<servers />
|
288
|
247
|
</component>
|
289
|
248
|
<component name="TimeTrackingManager">
|
290
|
|
- <option name="totallyTimeSpent" value="12792000" />
|
|
249
|
+ <option name="totallyTimeSpent" value="955000" />
|
291
|
250
|
</component>
|
292
|
251
|
<component name="ToolWindowManager">
|
293
|
|
- <frame x="842" y="0" width="838" height="1050" extended-state="0" />
|
|
252
|
+ <frame x="0" y="23" width="838" height="959" extended-state="0" />
|
|
253
|
+ <editor active="true" />
|
294
|
254
|
<layout>
|
295
|
|
- <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" />
|
296
|
|
- <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.3298611" sideWeight="0.502442" order="7" side_tool="true" content_ui="tabs" />
|
297
|
|
- <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" />
|
298
|
|
- <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" />
|
299
|
|
- <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" />
|
300
|
|
- <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" />
|
|
255
|
+ <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" />
|
|
256
|
+ <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" />
|
|
257
|
+ <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" />
|
|
258
|
+ <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" />
|
|
259
|
+ <window_info id="Java Enterprise" 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" />
|
|
260
|
+ <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" />
|
|
261
|
+ <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.32958034" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
|
262
|
+ <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" />
|
|
263
|
+ <window_info id="Run" 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="2" side_tool="false" content_ui="tabs" />
|
|
264
|
+ <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" />
|
|
265
|
+ <window_info id="Spring" 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" />
|
|
266
|
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3726852" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
267
|
+ <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" />
|
|
268
|
+ <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" />
|
|
269
|
+ <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" />
|
|
270
|
+ <window_info id="Bean Validation" 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" />
|
|
271
|
+ <window_info id="Web" 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" />
|
|
272
|
+ <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" />
|
301
|
273
|
<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" />
|
302
|
274
|
<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" />
|
303
|
|
- <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" />
|
|
275
|
+ <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" />
|
|
276
|
+ <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" />
|
304
|
277
|
<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" />
|
305
|
|
- <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" />
|
306
|
|
- <window_info id="Messages" 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" />
|
307
|
|
- <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" />
|
308
|
|
- <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" />
|
309
|
|
- <window_info id="Java Enterprise" 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" />
|
310
|
|
- <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" />
|
311
|
|
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.2917093" sideWeight="0.497558" order="2" side_tool="false" content_ui="tabs" />
|
312
|
|
- <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
313
|
|
- <window_info id="Spring" 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" />
|
314
|
|
- <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32958034" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
315
|
|
- <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.44723618" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
316
|
|
- <window_info id="Bean Validation" 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" />
|
317
|
|
- <window_info id="Web" 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" />
|
318
|
|
- <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" />
|
319
|
|
- <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" />
|
|
278
|
+ <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" />
|
320
|
279
|
<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" />
|
|
280
|
+ <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" />
|
321
|
281
|
<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" />
|
322
|
282
|
<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" />
|
323
|
|
- <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" />
|
324
|
|
- <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" />
|
325
|
283
|
<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" />
|
|
284
|
+ <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" />
|
326
|
285
|
</layout>
|
327
|
286
|
</component>
|
328
|
287
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -338,291 +297,59 @@
|
338
|
297
|
<component name="editorHistoryManager">
|
339
|
298
|
<entry file="file://$PROJECT_DIR$/pom.xml">
|
340
|
299
|
<provider selected="true" editor-type-id="text-editor">
|
341
|
|
- <state relative-caret-position="2323">
|
342
|
|
- <caret line="101" column="0" lean-forward="false" selection-start-line="101" selection-start-column="0" selection-end-line="101" selection-end-column="0" />
|
|
300
|
+ <state relative-caret-position="2185">
|
|
301
|
+ <caret line="95" column="0" lean-forward="false" selection-start-line="95" selection-start-column="0" selection-end-line="95" selection-end-column="0" />
|
343
|
302
|
<folding />
|
344
|
303
|
</state>
|
345
|
304
|
</provider>
|
346
|
305
|
</entry>
|
347
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/PlaylistLibrary.java">
|
348
|
|
- <provider selected="true" editor-type-id="text-editor">
|
349
|
|
- <state relative-caret-position="138">
|
350
|
|
- <caret line="6" column="0" lean-forward="false" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
351
|
|
- <folding />
|
352
|
|
- </state>
|
353
|
|
- </provider>
|
354
|
|
- </entry>
|
355
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/Playlist.java">
|
356
|
|
- <provider selected="true" editor-type-id="text-editor">
|
357
|
|
- <state relative-caret-position="92">
|
358
|
|
- <caret line="6" column="5" lean-forward="false" selection-start-line="6" selection-start-column="5" selection-end-line="6" selection-end-column="5" />
|
359
|
|
- <folding />
|
360
|
|
- </state>
|
361
|
|
- </provider>
|
362
|
|
- </entry>
|
363
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/Friends.java">
|
364
|
|
- <provider selected="true" editor-type-id="text-editor">
|
365
|
|
- <state relative-caret-position="92">
|
366
|
|
- <caret line="4" column="5" lean-forward="true" selection-start-line="4" selection-start-column="5" selection-end-line="4" selection-end-column="5" />
|
367
|
|
- <folding />
|
368
|
|
- </state>
|
369
|
|
- </provider>
|
370
|
|
- </entry>
|
371
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/ExternalUrl.java">
|
372
|
|
- <provider selected="true" editor-type-id="text-editor">
|
373
|
|
- <state relative-caret-position="138">
|
374
|
|
- <caret line="6" column="66" lean-forward="false" selection-start-line="6" selection-start-column="66" selection-end-line="6" selection-end-column="66" />
|
375
|
|
- <folding />
|
376
|
|
- </state>
|
377
|
|
- </provider>
|
378
|
|
- </entry>
|
379
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/UserPublic.java">
|
380
|
|
- <provider selected="true" editor-type-id="text-editor">
|
381
|
|
- <state relative-caret-position="184">
|
382
|
|
- <caret line="10" column="27" lean-forward="false" selection-start-line="10" selection-start-column="27" selection-end-line="10" selection-end-column="27" />
|
383
|
|
- <folding />
|
384
|
|
- </state>
|
385
|
|
- </provider>
|
386
|
|
- </entry>
|
387
|
|
- <entry file="file://$PROJECT_DIR$/pom.xml">
|
388
|
|
- <provider selected="true" editor-type-id="text-editor">
|
389
|
|
- <state relative-caret-position="2576">
|
390
|
|
- <caret line="112" column="10" lean-forward="false" selection-start-line="112" selection-start-column="10" selection-end-line="112" selection-end-column="10" />
|
391
|
|
- <folding />
|
392
|
|
- </state>
|
393
|
|
- </provider>
|
394
|
|
- </entry>
|
395
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/PlaylistLibrary.java">
|
396
|
|
- <provider selected="true" editor-type-id="text-editor">
|
397
|
|
- <state relative-caret-position="92">
|
398
|
|
- <caret line="4" column="0" lean-forward="false" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
399
|
|
- <folding />
|
400
|
|
- </state>
|
401
|
|
- </provider>
|
402
|
|
- </entry>
|
403
|
|
- <entry file="file://$PROJECT_DIR$/pom.xml">
|
404
|
|
- <provider selected="true" editor-type-id="text-editor">
|
405
|
|
- <state relative-caret-position="2576">
|
406
|
|
- <caret line="112" column="10" lean-forward="false" selection-start-line="112" selection-start-column="10" selection-end-line="112" selection-end-column="10" />
|
407
|
|
- <folding />
|
408
|
|
- </state>
|
409
|
|
- </provider>
|
410
|
|
- </entry>
|
411
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/PlaylistLibrary.java">
|
412
|
|
- <provider selected="true" editor-type-id="text-editor">
|
413
|
|
- <state relative-caret-position="46">
|
414
|
|
- <caret line="2" column="1" lean-forward="false" selection-start-line="2" selection-start-column="1" selection-end-line="2" selection-end-column="1" />
|
415
|
|
- <folding />
|
416
|
|
- </state>
|
417
|
|
- </provider>
|
418
|
|
- </entry>
|
419
|
|
- <entry file="file://$PROJECT_DIR$/pom.xml">
|
420
|
|
- <provider selected="true" editor-type-id="text-editor">
|
421
|
|
- <state relative-caret-position="2576">
|
422
|
|
- <caret line="112" column="10" lean-forward="false" selection-start-line="112" selection-start-column="10" selection-end-line="112" selection-end-column="10" />
|
423
|
|
- <folding />
|
424
|
|
- </state>
|
425
|
|
- </provider>
|
426
|
|
- </entry>
|
427
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/PlaylistLibrary.java">
|
428
|
|
- <provider selected="true" editor-type-id="text-editor">
|
429
|
|
- <state relative-caret-position="46">
|
430
|
|
- <caret line="2" column="0" lean-forward="true" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
|
431
|
|
- <folding />
|
432
|
|
- </state>
|
433
|
|
- </provider>
|
434
|
|
- </entry>
|
435
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/PlaylistLibrary.java">
|
436
|
|
- <provider selected="true" editor-type-id="text-editor">
|
437
|
|
- <state relative-caret-position="138">
|
438
|
|
- <caret line="6" column="0" lean-forward="false" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
439
|
|
- <folding />
|
440
|
|
- </state>
|
441
|
|
- </provider>
|
442
|
|
- </entry>
|
443
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/ExternalUrl.java">
|
444
|
|
- <provider selected="true" editor-type-id="text-editor">
|
445
|
|
- <state relative-caret-position="138">
|
446
|
|
- <caret line="6" column="66" lean-forward="false" selection-start-line="6" selection-start-column="66" selection-end-line="6" selection-end-column="66" />
|
447
|
|
- <folding />
|
448
|
|
- </state>
|
449
|
|
- </provider>
|
450
|
|
- </entry>
|
451
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/Playslist.java" />
|
452
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/Friends.java">
|
453
|
|
- <provider selected="true" editor-type-id="text-editor">
|
454
|
|
- <state relative-caret-position="92">
|
455
|
|
- <caret line="4" column="5" lean-forward="false" selection-start-line="4" selection-start-column="5" selection-end-line="4" selection-end-column="5" />
|
456
|
|
- <folding />
|
457
|
|
- </state>
|
458
|
|
- </provider>
|
459
|
|
- </entry>
|
460
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/Playlist.java">
|
461
|
|
- <provider selected="true" editor-type-id="text-editor">
|
462
|
|
- <state relative-caret-position="92">
|
463
|
|
- <caret line="6" column="5" lean-forward="false" selection-start-line="6" selection-start-column="5" selection-end-line="6" selection-end-column="5" />
|
464
|
|
- <folding />
|
465
|
|
- </state>
|
466
|
|
- </provider>
|
467
|
|
- </entry>
|
468
|
|
- <entry file="file://$PROJECT_DIR$/src/Playlists/UserPublic.java">
|
469
|
|
- <provider selected="true" editor-type-id="text-editor">
|
470
|
|
- <state relative-caret-position="230">
|
471
|
|
- <caret line="10" column="27" lean-forward="false" selection-start-line="10" selection-start-column="27" selection-end-line="10" selection-end-column="27" />
|
472
|
|
- <folding />
|
473
|
|
- </state>
|
474
|
|
- </provider>
|
475
|
|
- </entry>
|
476
|
|
- <entry file="file://$PROJECT_DIR$/src/Spotify/SpotifyOAuth2.java">
|
477
|
|
- <provider selected="true" editor-type-id="text-editor">
|
478
|
|
- <state relative-caret-position="92">
|
479
|
|
- <caret line="4" column="13" lean-forward="false" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" />
|
480
|
|
- <folding />
|
481
|
|
- </state>
|
482
|
|
- </provider>
|
483
|
|
- </entry>
|
484
|
|
- <entry file="file://$PROJECT_DIR$/src/Spotify/SpotifyServiceProvider.java">
|
485
|
|
- <provider selected="true" editor-type-id="text-editor">
|
486
|
|
- <state relative-caret-position="345">
|
487
|
|
- <caret line="16" column="19" lean-forward="false" selection-start-line="16" selection-start-column="19" selection-end-line="16" selection-end-column="19" />
|
488
|
|
- <folding />
|
489
|
|
- </state>
|
490
|
|
- </provider>
|
491
|
|
- </entry>
|
492
|
|
- <entry file="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-core/5.0.6.RELEASE/spring-security-core-5.0.6.RELEASE-sources.jar!/org/springframework/security/core/userdetails/UserDetailsService.java">
|
493
|
|
- <provider selected="true" editor-type-id="text-editor">
|
494
|
|
- <state relative-caret-position="445">
|
495
|
|
- <caret line="52" column="16" lean-forward="false" selection-start-line="52" selection-start-column="16" selection-end-line="52" selection-end-column="16" />
|
496
|
|
- <folding />
|
497
|
|
- </state>
|
498
|
|
- </provider>
|
499
|
|
- </entry>
|
500
|
|
- <entry file="file://$PROJECT_DIR$/../The-Cookout-2.0/src/main/java/config/AccountUserDetails.java">
|
501
|
|
- <provider selected="true" editor-type-id="text-editor">
|
502
|
|
- <state relative-caret-position="345">
|
503
|
|
- <caret line="15" column="24" lean-forward="false" selection-start-line="15" selection-start-column="24" selection-end-line="15" selection-end-column="24" />
|
504
|
|
- <folding>
|
505
|
|
- <element signature="imports" expanded="false" />
|
506
|
|
- </folding>
|
507
|
|
- </state>
|
508
|
|
- </provider>
|
509
|
|
- </entry>
|
510
|
|
- <entry file="file://$PROJECT_DIR$/../The-Cookout-2.0/src/main/java/config/AuthorizationServerConfig.java">
|
511
|
|
- <provider selected="true" editor-type-id="text-editor">
|
512
|
|
- <state relative-caret-position="563">
|
513
|
|
- <caret line="48" column="8" lean-forward="false" selection-start-line="48" selection-start-column="8" selection-end-line="48" selection-end-column="8" />
|
514
|
|
- <folding />
|
515
|
|
- </state>
|
516
|
|
- </provider>
|
517
|
|
- </entry>
|
518
|
|
- <entry file="file://$PROJECT_DIR$/src/main/java/exception.java">
|
|
306
|
+ <entry file="file://$PROJECT_DIR$/src/main/resources/application.yml">
|
519
|
307
|
<provider selected="true" editor-type-id="text-editor">
|
520
|
308
|
<state relative-caret-position="0">
|
521
|
|
- <caret line="0" column="22" lean-forward="false" selection-start-line="0" selection-start-column="22" selection-end-line="0" selection-end-column="22" />
|
|
309
|
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
522
|
310
|
<folding />
|
523
|
311
|
</state>
|
524
|
312
|
</provider>
|
525
|
313
|
</entry>
|
526
|
|
- <entry file="file://$PROJECT_DIR$/../The-Cookout-2.0/src/main/resources/application.yml">
|
|
314
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/services/AccountService.java">
|
527
|
315
|
<provider selected="true" editor-type-id="text-editor">
|
528
|
|
- <state relative-caret-position="253">
|
529
|
|
- <caret line="11" column="48" lean-forward="false" selection-start-line="11" selection-start-column="48" selection-end-line="11" selection-end-column="48" />
|
|
316
|
+ <state relative-caret-position="115">
|
|
317
|
+ <caret line="11" column="13" lean-forward="false" selection-start-line="11" selection-start-column="13" selection-end-line="11" selection-end-column="13" />
|
530
|
318
|
<folding />
|
531
|
319
|
</state>
|
532
|
320
|
</provider>
|
533
|
321
|
</entry>
|
534
|
|
- <entry file="file://$PROJECT_DIR$/The Cookout 2.0.iml">
|
|
322
|
+ <entry file="file://$PROJECT_DIR$/The-Cookout-2.0.iml">
|
535
|
323
|
<provider selected="true" editor-type-id="text-editor">
|
536
|
|
- <state relative-caret-position="515">
|
537
|
|
- <caret line="102" column="20" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="105" selection-end-column="9" />
|
|
324
|
+ <state relative-caret-position="2415">
|
|
325
|
+ <caret line="105" column="9" lean-forward="false" selection-start-line="105" selection-start-column="9" selection-end-line="105" selection-end-column="9" />
|
538
|
326
|
<folding />
|
539
|
327
|
</state>
|
540
|
328
|
</provider>
|
541
|
329
|
</entry>
|
542
|
|
- <entry file="file://$PROJECT_DIR$/pom.xml">
|
|
330
|
+ <entry file="file://$PROJECT_DIR$/Cookout.readme">
|
543
|
331
|
<provider selected="true" editor-type-id="text-editor">
|
544
|
|
- <state relative-caret-position="562">
|
545
|
|
- <caret line="95" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="95" selection-end-column="0" />
|
|
332
|
+ <state relative-caret-position="0">
|
|
333
|
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
546
|
334
|
<folding />
|
547
|
335
|
</state>
|
548
|
336
|
</provider>
|
549
|
337
|
</entry>
|
550
|
|
- <entry file="file://$PROJECT_DIR$/../The-Cookout-2.0/src/main/java/config/ResourceServerConfig.java">
|
551
|
|
- <provider selected="true" editor-type-id="text-editor">
|
552
|
|
- <state relative-caret-position="102">
|
553
|
|
- <caret line="8" column="111" lean-forward="false" selection-start-line="8" selection-start-column="111" selection-end-line="8" selection-end-column="111" />
|
554
|
|
- <folding>
|
555
|
|
- <element signature="imports" expanded="true" />
|
556
|
|
- </folding>
|
557
|
|
- </state>
|
558
|
|
- </provider>
|
559
|
|
- </entry>
|
560
|
|
- <entry file="file://$PROJECT_DIR$/../The-Cookout-2.0/src/main/java/entities/Account.java">
|
561
|
|
- <provider selected="true" editor-type-id="text-editor">
|
562
|
|
- <state relative-caret-position="-220">
|
563
|
|
- <caret line="16" column="18" lean-forward="false" selection-start-line="16" selection-start-column="18" selection-end-line="16" selection-end-column="18" />
|
564
|
|
- <folding>
|
565
|
|
- <element signature="imports" expanded="true" />
|
566
|
|
- <element signature="e#524#525#0" expanded="true" />
|
567
|
|
- <element signature="e#555#556#0" expanded="true" />
|
568
|
|
- <element signature="e#603#604#0" expanded="true" />
|
569
|
|
- <element signature="e#643#644#0" expanded="true" />
|
570
|
|
- <element signature="e#678#679#0" expanded="true" />
|
571
|
|
- <element signature="e#709#710#0" expanded="true" />
|
572
|
|
- <element signature="e#757#758#0" expanded="true" />
|
573
|
|
- <element signature="e#797#798#0" expanded="true" />
|
574
|
|
- <element signature="e#833#834#0" expanded="true" />
|
575
|
|
- <element signature="e#861#862#0" expanded="true" />
|
576
|
|
- <element signature="e#907#908#0" expanded="true" />
|
577
|
|
- <element signature="e#941#942#0" expanded="true" />
|
578
|
|
- </folding>
|
579
|
|
- </state>
|
580
|
|
- </provider>
|
581
|
|
- </entry>
|
582
|
|
- <entry file="file://$PROJECT_DIR$/../The-Cookout-2.0/src/main/java/entities/Role.java">
|
583
|
|
- <provider selected="true" editor-type-id="text-editor">
|
584
|
|
- <state relative-caret-position="483">
|
585
|
|
- <caret line="27" column="1" lean-forward="false" selection-start-line="27" selection-start-column="1" selection-end-line="27" selection-end-column="1" />
|
586
|
|
- <folding>
|
587
|
|
- <element signature="imports" expanded="true" />
|
588
|
|
- </folding>
|
589
|
|
- </state>
|
590
|
|
- </provider>
|
591
|
|
- </entry>
|
592
|
|
- <entry file="file://$PROJECT_DIR$/../The-Cookout-2.0/src/main/java/repositories/AccountRepo.java">
|
593
|
|
- <provider selected="true" editor-type-id="text-editor">
|
594
|
|
- <state relative-caret-position="138">
|
595
|
|
- <caret line="6" column="44" lean-forward="false" selection-start-line="6" selection-start-column="44" selection-end-line="6" selection-end-column="44" />
|
596
|
|
- <folding>
|
597
|
|
- <element signature="imports" expanded="true" />
|
598
|
|
- </folding>
|
599
|
|
- </state>
|
600
|
|
- </provider>
|
601
|
|
- </entry>
|
602
|
|
- <entry file="file://$PROJECT_DIR$/../The-Cookout-2.0/src/main/java/services/AccountService.java">
|
603
|
|
- <provider selected="true" editor-type-id="text-editor">
|
604
|
|
- <state relative-caret-position="253">
|
605
|
|
- <caret line="11" column="16" lean-forward="false" selection-start-line="11" selection-start-column="16" selection-end-line="11" selection-end-column="16" />
|
606
|
|
- <folding>
|
607
|
|
- <element signature="imports" expanded="true" />
|
608
|
|
- </folding>
|
609
|
|
- </state>
|
610
|
|
- </provider>
|
611
|
|
- </entry>
|
612
|
|
- <entry file="file://$PROJECT_DIR$/../The-Cookout-2.0/src/main/java/TheCookoutMain.java">
|
613
|
|
- <provider selected="true" editor-type-id="text-editor">
|
614
|
|
- <state relative-caret-position="142">
|
615
|
|
- <caret line="16" column="16" lean-forward="false" selection-start-line="16" selection-start-column="16" selection-end-line="16" selection-end-column="16" />
|
616
|
|
- <folding>
|
617
|
|
- <element signature="imports" expanded="true" />
|
618
|
|
- </folding>
|
|
338
|
+ <entry file="file://$PROJECT_DIR$/ReadMe.md">
|
|
339
|
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
340
|
+ <state split_layout="SPLIT">
|
|
341
|
+ <first_editor relative-caret-position="445">
|
|
342
|
+ <caret line="49" column="0" lean-forward="false" selection-start-line="49" selection-start-column="0" selection-end-line="49" selection-end-column="0" />
|
|
343
|
+ <folding />
|
|
344
|
+ </first_editor>
|
|
345
|
+ <second_editor />
|
619
|
346
|
</state>
|
620
|
347
|
</provider>
|
621
|
348
|
</entry>
|
622
|
|
- <entry file="file://$PROJECT_DIR$/../The-Cookout-2.0/src/main/java/controllers/AccountController.java">
|
|
349
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/TheCookoutMain.java">
|
623
|
350
|
<provider selected="true" editor-type-id="text-editor">
|
624
|
351
|
<state relative-caret-position="161">
|
625
|
|
- <caret line="7" column="0" lean-forward="false" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
|
|
352
|
+ <caret line="20" column="35" lean-forward="false" selection-start-line="20" selection-start-column="35" selection-end-line="20" selection-end-column="35" />
|
626
|
353
|
<folding />
|
627
|
354
|
</state>
|
628
|
355
|
</provider>
|