youtube_search_thumbnail 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.idea/workspace.xml +115 -38
- data/lib/youtube_search_thumbnail/version.rb +1 -1
- data/lib/youtube_search_thumbnail.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4028cdd20bd4536750478e2dce00ab40d687a31
|
4
|
+
data.tar.gz: 40bf5daaefbe390a60546d1ad8b670e3a0d52c79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45b9f7b0f2c86c4f5e03ef46b87878223facf9b3da49236b15c5d3a7b870748a6286dc8d001996ce8bf2cd17d00f0f378e75864a0cb14253f7fb12501a529831
|
7
|
+
data.tar.gz: 58d69c8802cdd7cc2065f52d4fd6f91dafdaaa97ffbb224af91d3fe2a7dd13ad9e5672070e1685297c7278ca10ac2a8e989fa0cc9000f3ae03e1bb404b3ac79c
|
data/.idea/workspace.xml
CHANGED
@@ -1,10 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
3
|
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="8ec480de-4364-4c9f-adfb-d85b4c197a92" name="Default" comment=""
|
5
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.gitignore" afterPath="$PROJECT_DIR$/.gitignore" />
|
6
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
7
|
-
</list>
|
4
|
+
<list default="true" id="8ec480de-4364-4c9f-adfb-d85b4c197a92" name="Default" comment="" />
|
8
5
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
9
6
|
<option name="TRACKING_ENABLED" value="true" />
|
10
7
|
<option name="SHOW_DIALOG" value="false" />
|
@@ -13,12 +10,12 @@
|
|
13
10
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
14
11
|
</component>
|
15
12
|
<component name="FileEditorManager">
|
16
|
-
<leaf>
|
13
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
17
14
|
<file leaf-file-name="youtube_search_thumbnail.rb" pinned="false" current-in-tab="false">
|
18
15
|
<entry file="file://$PROJECT_DIR$/lib/youtube_search_thumbnail.rb">
|
19
16
|
<provider selected="true" editor-type-id="text-editor">
|
20
|
-
<state relative-caret-position="
|
21
|
-
<caret line="
|
17
|
+
<state relative-caret-position="270">
|
18
|
+
<caret line="10" column="37" lean-forward="false" selection-start-line="10" selection-start-column="37" selection-end-line="10" selection-end-column="37" />
|
22
19
|
<folding />
|
23
20
|
</state>
|
24
21
|
</provider>
|
@@ -27,8 +24,18 @@
|
|
27
24
|
<file leaf-file-name="youtube_search_thumbnail_test.rb" pinned="false" current-in-tab="false">
|
28
25
|
<entry file="file://$PROJECT_DIR$/test/youtube_search_thumbnail_test.rb">
|
29
26
|
<provider selected="true" editor-type-id="text-editor">
|
30
|
-
<state relative-caret-position="
|
31
|
-
<caret line="
|
27
|
+
<state relative-caret-position="162">
|
28
|
+
<caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
29
|
+
<folding />
|
30
|
+
</state>
|
31
|
+
</provider>
|
32
|
+
</entry>
|
33
|
+
</file>
|
34
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
|
35
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_search_thumbnail/version.rb">
|
36
|
+
<provider selected="true" editor-type-id="text-editor">
|
37
|
+
<state relative-caret-position="81">
|
38
|
+
<caret line="3" column="0" lean-forward="true" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
32
39
|
<folding />
|
33
40
|
</state>
|
34
41
|
</provider>
|
@@ -38,7 +45,7 @@
|
|
38
45
|
<entry file="file://$PROJECT_DIR$/README.md">
|
39
46
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
40
47
|
<state split_layout="SPLIT">
|
41
|
-
<first_editor relative-caret-position="
|
48
|
+
<first_editor relative-caret-position="1215">
|
42
49
|
<caret line="45" column="84" lean-forward="false" selection-start-line="45" selection-start-column="84" selection-end-line="45" selection-end-column="84" />
|
43
50
|
<folding />
|
44
51
|
</first_editor>
|
@@ -51,16 +58,16 @@
|
|
51
58
|
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
52
59
|
<provider selected="true" editor-type-id="text-editor">
|
53
60
|
<state relative-caret-position="297">
|
54
|
-
<caret line="11" column="39" lean-forward="
|
61
|
+
<caret line="11" column="39" lean-forward="false" selection-start-line="11" selection-start-column="39" selection-end-line="11" selection-end-column="39" />
|
55
62
|
<folding />
|
56
63
|
</state>
|
57
64
|
</provider>
|
58
65
|
</entry>
|
59
66
|
</file>
|
60
|
-
<file leaf-file-name="youtube_search_thumbnail.gemspec" pinned="false" current-in-tab="
|
67
|
+
<file leaf-file-name="youtube_search_thumbnail.gemspec" pinned="false" current-in-tab="false">
|
61
68
|
<entry file="file://$PROJECT_DIR$/youtube_search_thumbnail.gemspec">
|
62
69
|
<provider selected="true" editor-type-id="text-editor">
|
63
|
-
<state relative-caret-position="
|
70
|
+
<state relative-caret-position="386">
|
64
71
|
<caret line="29" column="42" lean-forward="false" selection-start-line="29" selection-start-column="42" selection-end-line="29" selection-end-column="42" />
|
65
72
|
<folding />
|
66
73
|
</state>
|
@@ -75,12 +82,13 @@
|
|
75
82
|
<component name="IdeDocumentHistory">
|
76
83
|
<option name="CHANGED_PATHS">
|
77
84
|
<list>
|
78
|
-
<option value="$PROJECT_DIR$/test/youtube_search_thumbnail_test.rb" />
|
79
85
|
<option value="$PROJECT_DIR$/LICENSE.txt" />
|
80
|
-
<option value="$PROJECT_DIR$/lib/youtube_search_thumbnail.rb" />
|
81
86
|
<option value="$PROJECT_DIR$/README.md" />
|
82
87
|
<option value="$PROJECT_DIR$/youtube_search_thumbnail.gemspec" />
|
83
88
|
<option value="$PROJECT_DIR$/.gitignore" />
|
89
|
+
<option value="$PROJECT_DIR$/lib/youtube_search_thumbnail.rb" />
|
90
|
+
<option value="$PROJECT_DIR$/test/youtube_search_thumbnail_test.rb" />
|
91
|
+
<option value="$PROJECT_DIR$/lib/youtube_search_thumbnail/version.rb" />
|
84
92
|
</list>
|
85
93
|
</option>
|
86
94
|
</component>
|
@@ -113,7 +121,6 @@
|
|
113
121
|
</navigator>
|
114
122
|
<panes>
|
115
123
|
<pane id="Scratches" />
|
116
|
-
<pane id="Scope" />
|
117
124
|
<pane id="ProjectPane">
|
118
125
|
<subPane>
|
119
126
|
<PATH>
|
@@ -154,8 +161,27 @@
|
|
154
161
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
155
162
|
</PATH_ELEMENT>
|
156
163
|
</PATH>
|
164
|
+
<PATH>
|
165
|
+
<PATH_ELEMENT>
|
166
|
+
<option name="myItemId" value="youtube_search_thumbnail" />
|
167
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
168
|
+
</PATH_ELEMENT>
|
169
|
+
<PATH_ELEMENT>
|
170
|
+
<option name="myItemId" value="youtube_search_thumbnail" />
|
171
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
172
|
+
</PATH_ELEMENT>
|
173
|
+
<PATH_ELEMENT>
|
174
|
+
<option name="myItemId" value="lib" />
|
175
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
176
|
+
</PATH_ELEMENT>
|
177
|
+
<PATH_ELEMENT>
|
178
|
+
<option name="myItemId" value="youtube_search_thumbnail" />
|
179
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
180
|
+
</PATH_ELEMENT>
|
181
|
+
</PATH>
|
157
182
|
</subPane>
|
158
183
|
</pane>
|
184
|
+
<pane id="Scope" />
|
159
185
|
</panes>
|
160
186
|
</component>
|
161
187
|
<component name="PropertiesComponent">
|
@@ -187,34 +213,35 @@
|
|
187
213
|
<option name="number" value="Default" />
|
188
214
|
<option name="presentableId" value="Default" />
|
189
215
|
<updated>1499864650691</updated>
|
190
|
-
<workItem from="1499864651921" duration="
|
216
|
+
<workItem from="1499864651921" duration="2692000" />
|
217
|
+
<workItem from="1499869954667" duration="252000" />
|
191
218
|
</task>
|
192
219
|
<servers />
|
193
220
|
</component>
|
194
221
|
<component name="TimeTrackingManager">
|
195
|
-
<option name="totallyTimeSpent" value="
|
222
|
+
<option name="totallyTimeSpent" value="2944000" />
|
196
223
|
</component>
|
197
224
|
<component name="ToolWindowManager">
|
198
225
|
<frame x="-8" y="-8" width="1936" height="1096" extended-state="6" />
|
199
226
|
<layout>
|
200
|
-
<window_info id="Remote Host" 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="
|
201
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.
|
227
|
+
<window_info id="Remote Host" 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" />
|
228
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2524013" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
202
229
|
<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" />
|
203
|
-
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="
|
204
|
-
<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="
|
205
|
-
<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="
|
206
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3312946" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
230
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
231
|
+
<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" />
|
232
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
207
233
|
<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" />
|
208
|
-
<window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.
|
209
|
-
<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="
|
210
|
-
<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" />
|
234
|
+
<window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.33027524" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
235
|
+
<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" />
|
211
236
|
<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" />
|
212
|
-
<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" />
|
213
237
|
<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" />
|
214
238
|
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
215
|
-
<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" />
|
216
239
|
<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" />
|
240
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3312946" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
241
|
+
<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" />
|
242
|
+
<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" />
|
217
243
|
<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" />
|
244
|
+
<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" />
|
218
245
|
</layout>
|
219
246
|
</component>
|
220
247
|
<component name="TypeScriptGeneratedFilesManager">
|
@@ -228,10 +255,10 @@
|
|
228
255
|
<watches-manager />
|
229
256
|
</component>
|
230
257
|
<component name="editorHistoryManager">
|
231
|
-
<entry file="file://$PROJECT_DIR$/
|
258
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_search_thumbnail.rb">
|
232
259
|
<provider selected="true" editor-type-id="text-editor">
|
233
|
-
<state relative-caret-position="
|
234
|
-
<caret line="
|
260
|
+
<state relative-caret-position="162">
|
261
|
+
<caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
235
262
|
<folding />
|
236
263
|
</state>
|
237
264
|
</provider>
|
@@ -244,10 +271,37 @@
|
|
244
271
|
</state>
|
245
272
|
</provider>
|
246
273
|
</entry>
|
247
|
-
<entry file="file://$PROJECT_DIR$/
|
274
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
275
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
276
|
+
<state split_layout="SPLIT">
|
277
|
+
<first_editor relative-caret-position="1215">
|
278
|
+
<caret line="45" column="84" lean-forward="false" selection-start-line="45" selection-start-column="84" selection-end-line="45" selection-end-column="84" />
|
279
|
+
<folding />
|
280
|
+
</first_editor>
|
281
|
+
<second_editor />
|
282
|
+
</state>
|
283
|
+
</provider>
|
284
|
+
</entry>
|
285
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
248
286
|
<provider selected="true" editor-type-id="text-editor">
|
249
|
-
<state relative-caret-position="
|
250
|
-
<caret line="
|
287
|
+
<state relative-caret-position="297">
|
288
|
+
<caret line="11" column="39" lean-forward="true" selection-start-line="11" selection-start-column="39" selection-end-line="11" selection-end-column="39" />
|
289
|
+
<folding />
|
290
|
+
</state>
|
291
|
+
</provider>
|
292
|
+
</entry>
|
293
|
+
<entry file="file://$PROJECT_DIR$/youtube_search_thumbnail.gemspec">
|
294
|
+
<provider selected="true" editor-type-id="text-editor">
|
295
|
+
<state relative-caret-position="783">
|
296
|
+
<caret line="29" column="42" lean-forward="false" selection-start-line="29" selection-start-column="42" selection-end-line="29" selection-end-column="42" />
|
297
|
+
<folding />
|
298
|
+
</state>
|
299
|
+
</provider>
|
300
|
+
</entry>
|
301
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
302
|
+
<provider selected="true" editor-type-id="text-editor">
|
303
|
+
<state relative-caret-position="297">
|
304
|
+
<caret line="11" column="39" lean-forward="false" selection-start-line="11" selection-start-column="39" selection-end-line="11" selection-end-column="39" />
|
251
305
|
<folding />
|
252
306
|
</state>
|
253
307
|
</provider>
|
@@ -255,7 +309,7 @@
|
|
255
309
|
<entry file="file://$PROJECT_DIR$/README.md">
|
256
310
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
257
311
|
<state split_layout="SPLIT">
|
258
|
-
<first_editor relative-caret-position="
|
312
|
+
<first_editor relative-caret-position="1215">
|
259
313
|
<caret line="45" column="84" lean-forward="false" selection-start-line="45" selection-start-column="84" selection-end-line="45" selection-end-column="84" />
|
260
314
|
<folding />
|
261
315
|
</first_editor>
|
@@ -267,17 +321,40 @@
|
|
267
321
|
<provider selected="true" editor-type-id="text-editor">
|
268
322
|
<state relative-caret-position="270">
|
269
323
|
<caret line="10" column="6" lean-forward="false" selection-start-line="10" selection-start-column="6" selection-end-line="10" selection-end-column="6" />
|
270
|
-
<folding />
|
271
324
|
</state>
|
272
325
|
</provider>
|
273
326
|
</entry>
|
274
327
|
<entry file="file://$PROJECT_DIR$/youtube_search_thumbnail.gemspec">
|
275
328
|
<provider selected="true" editor-type-id="text-editor">
|
276
|
-
<state relative-caret-position="
|
329
|
+
<state relative-caret-position="386">
|
277
330
|
<caret line="29" column="42" lean-forward="false" selection-start-line="29" selection-start-column="42" selection-end-line="29" selection-end-column="42" />
|
278
331
|
<folding />
|
279
332
|
</state>
|
280
333
|
</provider>
|
281
334
|
</entry>
|
335
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_search_thumbnail.rb">
|
336
|
+
<provider selected="true" editor-type-id="text-editor">
|
337
|
+
<state relative-caret-position="270">
|
338
|
+
<caret line="10" column="37" lean-forward="false" selection-start-line="10" selection-start-column="37" selection-end-line="10" selection-end-column="37" />
|
339
|
+
<folding />
|
340
|
+
</state>
|
341
|
+
</provider>
|
342
|
+
</entry>
|
343
|
+
<entry file="file://$PROJECT_DIR$/test/youtube_search_thumbnail_test.rb">
|
344
|
+
<provider selected="true" editor-type-id="text-editor">
|
345
|
+
<state relative-caret-position="162">
|
346
|
+
<caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
347
|
+
<folding />
|
348
|
+
</state>
|
349
|
+
</provider>
|
350
|
+
</entry>
|
351
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_search_thumbnail/version.rb">
|
352
|
+
<provider selected="true" editor-type-id="text-editor">
|
353
|
+
<state relative-caret-position="81">
|
354
|
+
<caret line="3" column="0" lean-forward="true" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
355
|
+
<folding />
|
356
|
+
</state>
|
357
|
+
</provider>
|
358
|
+
</entry>
|
282
359
|
</component>
|
283
360
|
</project>
|