react-split-pane 2.0.2 → 3.0.0
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.
- package/README.md +342 -144
- package/dist/components/Divider.d.ts +31 -0
- package/dist/components/Divider.d.ts.map +1 -0
- package/dist/components/Pane.d.ts +27 -0
- package/dist/components/Pane.d.ts.map +1 -0
- package/dist/components/SplitPane.d.ts +29 -0
- package/dist/components/SplitPane.d.ts.map +1 -0
- package/dist/hooks/useKeyboardResize.d.ts +34 -0
- package/dist/hooks/useKeyboardResize.d.ts.map +1 -0
- package/dist/hooks/usePaneSize.d.ts +16 -0
- package/dist/hooks/usePaneSize.d.ts.map +1 -0
- package/dist/hooks/useResizer.d.ts +44 -0
- package/dist/hooks/useResizer.d.ts.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/keyboard.cjs +2 -0
- package/dist/keyboard.cjs.map +1 -0
- package/dist/keyboard.d.ts +3 -0
- package/dist/keyboard.d.ts.map +1 -0
- package/dist/keyboard.js +2 -0
- package/dist/keyboard.js.map +1 -0
- package/dist/persistence.cjs +2 -0
- package/dist/persistence.cjs.map +1 -0
- package/dist/persistence.d.ts +24 -0
- package/dist/persistence.d.ts.map +1 -0
- package/dist/persistence.js +2 -0
- package/dist/persistence.js.map +1 -0
- package/dist/test/setup.d.ts +2 -0
- package/dist/test/setup.d.ts.map +1 -0
- package/dist/types/index.d.ts +89 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/utils/accessibility.d.ts +17 -0
- package/dist/utils/accessibility.d.ts.map +1 -0
- package/dist/utils/calculations.d.ts +29 -0
- package/dist/utils/calculations.d.ts.map +1 -0
- package/package.json +82 -67
- package/styles.css +106 -0
- package/.editorconfig +0 -6
- package/.idea/jsLibraryMappings.xml +0 -6
- package/.idea/misc.xml +0 -7
- package/.idea/modules.xml +0 -8
- package/.idea/react-split-pane.iml +0 -9
- package/.idea/shelf/Get_Resizer_dimensions/shelved.patch +0 -206
- package/.idea/shelf/Get_Resizer_dimensions.xml +0 -4
- package/.idea/shelf/use_now_sh_instead_of_surge_sh/shelved.patch +0 -1799
- package/.idea/shelf/use_now_sh_instead_of_surge_sh.xml +0 -4
- package/.idea/shelf/wip_events/shelved.patch +0 -456
- package/.idea/shelf/wip_events.xml +0 -4
- package/.idea/vcs.xml +0 -6
- package/.idea/workspace.xml +0 -1819
- package/.storybook/addons.js +0 -2
- package/.storybook/config.js +0 -9
- package/.storybook/preview-head.html +0 -33
- package/.travis.yml +0 -10
- package/index.d.ts +0 -53
- package/index.js +0 -3
- package/lib/Pane.js +0 -130
- package/lib/Resizer.js +0 -105
- package/lib/SplitPane.js +0 -505
- package/stories/index.stories.js +0 -40
- package/tsconfig.json +0 -11
package/.idea/workspace.xml
DELETED
|
@@ -1,1819 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="d100d52f-0a3f-46c8-9e75-752e2ac27893" name="Default" comment="" />
|
|
5
|
-
<ignored path="$PROJECT_DIR$/.idea/shelf/" />
|
|
6
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
7
|
-
<option name="TRACKING_ENABLED" value="true" />
|
|
8
|
-
<option name="SHOW_DIALOG" value="false" />
|
|
9
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
11
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
12
|
-
</component>
|
|
13
|
-
<component name="ChangesViewManager" flattened_view="false" />
|
|
14
|
-
<component name="CreatePatchCommitExecutor">
|
|
15
|
-
<option name="PATCH_PATH" value="" />
|
|
16
|
-
</component>
|
|
17
|
-
<component name="FileEditorManager">
|
|
18
|
-
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
19
|
-
<file leaf-file-name="SplitPane.js" pinned="false" current-in-tab="false">
|
|
20
|
-
<entry file="file://$PROJECT_DIR$/src/SplitPane.js">
|
|
21
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
22
|
-
<state relative-caret-position="2430">
|
|
23
|
-
<caret line="168" column="7" lean-forward="false" selection-start-line="168" selection-start-column="7" selection-end-line="168" selection-end-column="7" />
|
|
24
|
-
<folding>
|
|
25
|
-
<element signature="e#0#55#0" expanded="true" />
|
|
26
|
-
</folding>
|
|
27
|
-
</state>
|
|
28
|
-
</provider>
|
|
29
|
-
</entry>
|
|
30
|
-
</file>
|
|
31
|
-
<file leaf-file-name=".gitignore" pinned="false" current-in-tab="false">
|
|
32
|
-
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
33
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
34
|
-
<state relative-caret-position="255">
|
|
35
|
-
<caret line="18" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="36" selection-end-column="0" />
|
|
36
|
-
<folding />
|
|
37
|
-
</state>
|
|
38
|
-
</provider>
|
|
39
|
-
</entry>
|
|
40
|
-
</file>
|
|
41
|
-
<file leaf-file-name="package.json" pinned="false" current-in-tab="true">
|
|
42
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
43
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
44
|
-
<state relative-caret-position="263">
|
|
45
|
-
<caret line="72" column="89" lean-forward="false" selection-start-line="72" selection-start-column="67" selection-end-line="72" selection-end-column="89" />
|
|
46
|
-
<folding />
|
|
47
|
-
</state>
|
|
48
|
-
</provider>
|
|
49
|
-
</entry>
|
|
50
|
-
</file>
|
|
51
|
-
<file leaf-file-name="index.html" pinned="false" current-in-tab="false">
|
|
52
|
-
<entry file="file://$PROJECT_DIR$/demo/index.html">
|
|
53
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
54
|
-
<state relative-caret-position="115">
|
|
55
|
-
<caret line="20" column="0" lean-forward="false" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
|
|
56
|
-
<folding />
|
|
57
|
-
</state>
|
|
58
|
-
</provider>
|
|
59
|
-
</entry>
|
|
60
|
-
</file>
|
|
61
|
-
<file leaf-file-name="Examples.js" pinned="false" current-in-tab="false">
|
|
62
|
-
<entry file="file://$PROJECT_DIR$/demo/Examples.js">
|
|
63
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
64
|
-
<state relative-caret-position="9495">
|
|
65
|
-
<caret line="636" column="16" lean-forward="false" selection-start-line="636" selection-start-column="16" selection-end-line="636" selection-end-column="16" />
|
|
66
|
-
<folding>
|
|
67
|
-
<marker date="1526535787356" expanded="true" signature="283:300" ph="..." />
|
|
68
|
-
<marker date="1526535787356" expanded="true" signature="1137:1354" ph="..." />
|
|
69
|
-
<marker date="1526535787356" expanded="true" signature="1220:1311" ph="..." />
|
|
70
|
-
<marker date="1526535787356" expanded="true" signature="2047:2274" ph="..." />
|
|
71
|
-
<marker date="1526535787356" expanded="true" signature="3046:3137" ph="..." />
|
|
72
|
-
<marker date="1526535787356" expanded="true" signature="3510:3607" ph="..." />
|
|
73
|
-
<marker date="1526535787356" expanded="true" signature="3997:4100" ph="..." />
|
|
74
|
-
<marker date="1526535787356" expanded="true" signature="4498:4601" ph="..." />
|
|
75
|
-
<marker date="1526535787356" expanded="true" signature="4986:5089" ph="..." />
|
|
76
|
-
<marker date="1526535787356" expanded="true" signature="5465:5579" ph="..." />
|
|
77
|
-
<marker date="1526535787356" expanded="true" signature="5977:6097" ph="..." />
|
|
78
|
-
<marker date="1526535787356" expanded="true" signature="6484:6608" ph="..." />
|
|
79
|
-
<marker date="1526535787356" expanded="true" signature="6996:7120" ph="..." />
|
|
80
|
-
<marker date="1526535787356" expanded="true" signature="7508:7626" ph="..." />
|
|
81
|
-
<marker date="1526535787356" expanded="true" signature="8010:8128" ph="..." />
|
|
82
|
-
<marker date="1526535787356" expanded="true" signature="8503:8625" ph="..." />
|
|
83
|
-
<marker date="1526535787356" expanded="true" signature="9007:9129" ph="..." />
|
|
84
|
-
<marker date="1526535787356" expanded="true" signature="9516:9634" ph="..." />
|
|
85
|
-
<marker date="1526535787356" expanded="true" signature="10018:10136" ph="..." />
|
|
86
|
-
<marker date="1526535787356" expanded="true" signature="10511:10633" ph="..." />
|
|
87
|
-
<marker date="1526535787356" expanded="true" signature="11013:11135" ph="..." />
|
|
88
|
-
<marker date="1526535787356" expanded="true" signature="11534:11633" ph="..." />
|
|
89
|
-
<marker date="1526535787356" expanded="true" signature="12006:12105" ph="..." />
|
|
90
|
-
<marker date="1526535787356" expanded="true" signature="12468:12709" ph="..." />
|
|
91
|
-
<marker date="1526535787356" expanded="true" signature="12555:12692" ph="..." />
|
|
92
|
-
<marker date="1526535787356" expanded="true" signature="12600:12673" ph="..." />
|
|
93
|
-
<marker date="1526535787356" expanded="true" signature="13719:13730" ph="{"SimpleExample": SimpleExample...}" />
|
|
94
|
-
</folding>
|
|
95
|
-
</state>
|
|
96
|
-
</provider>
|
|
97
|
-
</entry>
|
|
98
|
-
</file>
|
|
99
|
-
<file leaf-file-name="Resizer.js" pinned="false" current-in-tab="false">
|
|
100
|
-
<entry file="file://$PROJECT_DIR$/src/Resizer.js">
|
|
101
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
102
|
-
<state relative-caret-position="240">
|
|
103
|
-
<caret line="17" column="16" lean-forward="false" selection-start-line="17" selection-start-column="16" selection-end-line="17" selection-end-column="16" />
|
|
104
|
-
<folding />
|
|
105
|
-
</state>
|
|
106
|
-
</provider>
|
|
107
|
-
</entry>
|
|
108
|
-
</file>
|
|
109
|
-
<file leaf-file-name="Pane.js" pinned="false" current-in-tab="false">
|
|
110
|
-
<entry file="file://$PROJECT_DIR$/src/Pane.js">
|
|
111
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
112
|
-
<state relative-caret-position="675">
|
|
113
|
-
<caret line="48" column="12" lean-forward="false" selection-start-line="48" selection-start-column="12" selection-end-line="48" selection-end-column="12" />
|
|
114
|
-
<folding />
|
|
115
|
-
</state>
|
|
116
|
-
</provider>
|
|
117
|
-
</entry>
|
|
118
|
-
</file>
|
|
119
|
-
<file leaf-file-name="default-split-pane-tests.js" pinned="false" current-in-tab="false">
|
|
120
|
-
<entry file="file://$PROJECT_DIR$/test/default-split-pane-tests.js">
|
|
121
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
122
|
-
<state relative-caret-position="21240">
|
|
123
|
-
<caret line="1416" column="3" lean-forward="false" selection-start-line="1416" selection-start-column="3" selection-end-line="1416" selection-end-column="3" />
|
|
124
|
-
<folding>
|
|
125
|
-
<element signature="e#0#21#0" expanded="true" />
|
|
126
|
-
</folding>
|
|
127
|
-
</state>
|
|
128
|
-
</provider>
|
|
129
|
-
</entry>
|
|
130
|
-
</file>
|
|
131
|
-
<file leaf-file-name="Asserter.js" pinned="false" current-in-tab="false">
|
|
132
|
-
<entry file="file://$PROJECT_DIR$/test/assertions/Asserter.js">
|
|
133
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
134
|
-
<state relative-caret-position="2055">
|
|
135
|
-
<caret line="149" column="21" lean-forward="false" selection-start-line="149" selection-start-column="21" selection-end-line="149" selection-end-column="21" />
|
|
136
|
-
<folding>
|
|
137
|
-
<element signature="e#0#26#0" expanded="true" />
|
|
138
|
-
</folding>
|
|
139
|
-
</state>
|
|
140
|
-
</provider>
|
|
141
|
-
</entry>
|
|
142
|
-
</file>
|
|
143
|
-
<file leaf-file-name="utils.js" pinned="false" current-in-tab="false">
|
|
144
|
-
<entry file="file://$PROJECT_DIR$/test/lib/utils.js">
|
|
145
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
146
|
-
<state relative-caret-position="60">
|
|
147
|
-
<caret line="4" column="7" lean-forward="false" selection-start-line="4" selection-start-column="7" selection-end-line="4" selection-end-column="7" />
|
|
148
|
-
<folding />
|
|
149
|
-
</state>
|
|
150
|
-
</provider>
|
|
151
|
-
</entry>
|
|
152
|
-
</file>
|
|
153
|
-
</leaf>
|
|
154
|
-
</component>
|
|
155
|
-
<component name="FindInProjectRecents">
|
|
156
|
-
<findStrings>
|
|
157
|
-
<find>Pane.render</find>
|
|
158
|
-
<find>up</find>
|
|
159
|
-
<find>tween</find>
|
|
160
|
-
<find>only</find>
|
|
161
|
-
<find>319.</find>
|
|
162
|
-
<find>22</find>
|
|
163
|
-
<find>- .5</find>
|
|
164
|
-
<find>refs</find>
|
|
165
|
-
<find>getpan</find>
|
|
166
|
-
<find>resizer</find>
|
|
167
|
-
<find><Pane/></find>
|
|
168
|
-
<find>28</find>
|
|
169
|
-
<find>98.02</find>
|
|
170
|
-
<find>Math</find>
|
|
171
|
-
<find>.47</find>
|
|
172
|
-
<find>501.83</find>
|
|
173
|
-
<find>501</find>
|
|
174
|
-
<find>npm</find>
|
|
175
|
-
<find>tar": "1</find>
|
|
176
|
-
<find>surge.</find>
|
|
177
|
-
<find>surge.sh</find>
|
|
178
|
-
<find>tar</find>
|
|
179
|
-
<find>surge</find>
|
|
180
|
-
<find>"tar":</find>
|
|
181
|
-
<find>"tar": "1</find>
|
|
182
|
-
<find>tap</find>
|
|
183
|
-
<find>publish</find>
|
|
184
|
-
<find>...</find>
|
|
185
|
-
<find>onmou</find>
|
|
186
|
-
<find>next</find>
|
|
187
|
-
</findStrings>
|
|
188
|
-
<replaceStrings>
|
|
189
|
-
<replace>501</replace>
|
|
190
|
-
<replace>21</replace>
|
|
191
|
-
<replace><Pane></replace>
|
|
192
|
-
<replace>199</replace>
|
|
193
|
-
<replace>yarn</replace>
|
|
194
|
-
</replaceStrings>
|
|
195
|
-
</component>
|
|
196
|
-
<component name="Git.Settings">
|
|
197
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
198
|
-
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
199
|
-
<map>
|
|
200
|
-
<entry key="$PROJECT_DIR$" value="uptade-tar-version" />
|
|
201
|
-
</map>
|
|
202
|
-
</option>
|
|
203
|
-
<option name="RESET_MODE" value="HARD" />
|
|
204
|
-
</component>
|
|
205
|
-
<component name="GradleLocalSettings">
|
|
206
|
-
<option name="modificationStamps">
|
|
207
|
-
<map>
|
|
208
|
-
<entry key="$PROJECT_DIR$/../docker-boot" value="1467271839000" />
|
|
209
|
-
</map>
|
|
210
|
-
</option>
|
|
211
|
-
<option name="externalProjectsViewState">
|
|
212
|
-
<projects_view />
|
|
213
|
-
</option>
|
|
214
|
-
</component>
|
|
215
|
-
<component name="IdeDocumentHistory">
|
|
216
|
-
<option name="CHANGED_PATHS">
|
|
217
|
-
<list>
|
|
218
|
-
<option value="$PROJECT_DIR$/.eslintrc" />
|
|
219
|
-
<option value="$PROJECT_DIR$/src/Resizer.js" />
|
|
220
|
-
<option value="$PROJECT_DIR$/test/lib/tween.js" />
|
|
221
|
-
<option value="$PROJECT_DIR$/test/lib/utils.js" />
|
|
222
|
-
<option value="$PROJECT_DIR$/src/Pane.js" />
|
|
223
|
-
<option value="$PROJECT_DIR$/demo/now.json" />
|
|
224
|
-
<option value="$PROJECT_DIR$/README.md" />
|
|
225
|
-
<option value="$PROJECT_DIR$/.travis.yml" />
|
|
226
|
-
<option value="$PROJECT_DIR$/package-lock.json" />
|
|
227
|
-
<option value="$PROJECT_DIR$/index.d.ts" />
|
|
228
|
-
<option value="$PROJECT_DIR$/demo/Examples.js" />
|
|
229
|
-
<option value="$PROJECT_DIR$/test/default-split-pane-tests.js" />
|
|
230
|
-
<option value="$PROJECT_DIR$/test/assertions/Asserter.js" />
|
|
231
|
-
<option value="$PROJECT_DIR$/src/SplitPane.js" />
|
|
232
|
-
<option value="$PROJECT_DIR$/demo/index.html" />
|
|
233
|
-
<option value="$PROJECT_DIR$/package.json" />
|
|
234
|
-
</list>
|
|
235
|
-
</option>
|
|
236
|
-
</component>
|
|
237
|
-
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
238
|
-
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER">
|
|
239
|
-
<package-json value="$PROJECT_DIR$/package.json" />
|
|
240
|
-
</component>
|
|
241
|
-
<component name="JsGulpfileManager">
|
|
242
|
-
<detection-done>true</detection-done>
|
|
243
|
-
<sorting>DEFINITION_ORDER</sorting>
|
|
244
|
-
</component>
|
|
245
|
-
<component name="NodeModulesDirectoryManager">
|
|
246
|
-
<handled-path value="$PROJECT_DIR$/node_modules" />
|
|
247
|
-
</component>
|
|
248
|
-
<component name="ProjectFrameBounds">
|
|
249
|
-
<option name="y" value="23" />
|
|
250
|
-
<option name="width" value="1440" />
|
|
251
|
-
<option name="height" value="873" />
|
|
252
|
-
</component>
|
|
253
|
-
<component name="ProjectView">
|
|
254
|
-
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
255
|
-
<flattenPackages />
|
|
256
|
-
<showMembers />
|
|
257
|
-
<showModules />
|
|
258
|
-
<showLibraryContents />
|
|
259
|
-
<hideEmptyPackages />
|
|
260
|
-
<abbreviatePackageNames />
|
|
261
|
-
<autoscrollToSource />
|
|
262
|
-
<autoscrollFromSource ProjectPane="true" />
|
|
263
|
-
<sortByType />
|
|
264
|
-
<manualOrder />
|
|
265
|
-
<foldersAlwaysOnTop value="true" />
|
|
266
|
-
</navigator>
|
|
267
|
-
<panes>
|
|
268
|
-
<pane id="Scope" />
|
|
269
|
-
<pane id="Scratches" />
|
|
270
|
-
<pane id="ProjectPane">
|
|
271
|
-
<subPane>
|
|
272
|
-
<expand>
|
|
273
|
-
<path>
|
|
274
|
-
<item name="react-split-pane" type="b2602c69:ProjectViewProjectNode" />
|
|
275
|
-
<item name="react-split-pane" type="462c0819:PsiDirectoryNode" />
|
|
276
|
-
</path>
|
|
277
|
-
<path>
|
|
278
|
-
<item name="react-split-pane" type="b2602c69:ProjectViewProjectNode" />
|
|
279
|
-
<item name="react-split-pane" type="462c0819:PsiDirectoryNode" />
|
|
280
|
-
<item name="demo" type="462c0819:PsiDirectoryNode" />
|
|
281
|
-
</path>
|
|
282
|
-
<path>
|
|
283
|
-
<item name="react-split-pane" type="b2602c69:ProjectViewProjectNode" />
|
|
284
|
-
<item name="react-split-pane" type="462c0819:PsiDirectoryNode" />
|
|
285
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
286
|
-
</path>
|
|
287
|
-
<path>
|
|
288
|
-
<item name="react-split-pane" type="b2602c69:ProjectViewProjectNode" />
|
|
289
|
-
<item name="react-split-pane" type="462c0819:PsiDirectoryNode" />
|
|
290
|
-
<item name="test" type="462c0819:PsiDirectoryNode" />
|
|
291
|
-
</path>
|
|
292
|
-
<path>
|
|
293
|
-
<item name="react-split-pane" type="b2602c69:ProjectViewProjectNode" />
|
|
294
|
-
<item name="react-split-pane" type="462c0819:PsiDirectoryNode" />
|
|
295
|
-
<item name="test" type="462c0819:PsiDirectoryNode" />
|
|
296
|
-
<item name="assertions" type="462c0819:PsiDirectoryNode" />
|
|
297
|
-
</path>
|
|
298
|
-
</expand>
|
|
299
|
-
<select />
|
|
300
|
-
</subPane>
|
|
301
|
-
</pane>
|
|
302
|
-
<pane id="PackagesPane" />
|
|
303
|
-
</panes>
|
|
304
|
-
</component>
|
|
305
|
-
<component name="PropertiesComponent">
|
|
306
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
307
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
308
|
-
<property name="nodejs.mocha.mocha_node_package_dir" value="$PROJECT_DIR$/node_modules/mocha" />
|
|
309
|
-
<property name="nodejs_interpreter_path" value="node" />
|
|
310
|
-
<property name="js.eslint.eslintPackage" value="$PROJECT_DIR$/node_modules/eslint" />
|
|
311
|
-
<property name="js-jscs-nodeInterpreter" value="$USER_HOME$/.nvm/versions/node/v6.2.2/bin/node" />
|
|
312
|
-
<property name="GO_FMT" value="false" />
|
|
313
|
-
<property name="project.structure.last.edited" value="Problems" />
|
|
314
|
-
<property name="project.structure.proportion" value="0.0" />
|
|
315
|
-
<property name="project.structure.side.proportion" value="0.2" />
|
|
316
|
-
<property name="settings.editor.selected.configurable" value="settings.nodejs" />
|
|
317
|
-
<property name="javascript.nodejs.core.library.configured.version" value="9.5.0" />
|
|
318
|
-
</component>
|
|
319
|
-
<component name="RestoreUpdateTree" date="Moments ago" ActionInfo="_Update">
|
|
320
|
-
<UpdatedFiles>
|
|
321
|
-
<FILE-GROUP>
|
|
322
|
-
<option name="myUpdateName" value="Updated from server" />
|
|
323
|
-
<option name="myStatusName" value="Changed on server" />
|
|
324
|
-
<option name="mySupportsDeletion" value="false" />
|
|
325
|
-
<option name="myCanBeAbsent" value="false" />
|
|
326
|
-
<option name="myId" value="CHANGED_ON_SERVER" />
|
|
327
|
-
<FILE-GROUP>
|
|
328
|
-
<option name="myUpdateName" value="Updated" />
|
|
329
|
-
<option name="myStatusName" value="Changed" />
|
|
330
|
-
<option name="mySupportsDeletion" value="false" />
|
|
331
|
-
<option name="myCanBeAbsent" value="false" />
|
|
332
|
-
<option name="myId" value="UPDATED" />
|
|
333
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/.babelrc</PATH>
|
|
334
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/.gitignore</PATH>
|
|
335
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/demo/Examples.js</PATH>
|
|
336
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/demo/bundle.js</PATH>
|
|
337
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/package-lock.json</PATH>
|
|
338
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/package.json</PATH>
|
|
339
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/src/Pane.js</PATH>
|
|
340
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/src/SplitPane.js</PATH>
|
|
341
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/test/assertions/Asserter.js</PATH>
|
|
342
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/test/default-split-pane-tests.js</PATH>
|
|
343
|
-
<PATH vcs="Git" revision="">$PROJECT_DIR$/test/lib/utils.js</PATH>
|
|
344
|
-
</FILE-GROUP>
|
|
345
|
-
<FILE-GROUP>
|
|
346
|
-
<option name="myUpdateName" value="Created" />
|
|
347
|
-
<option name="myStatusName" value="Created" />
|
|
348
|
-
<option name="mySupportsDeletion" value="false" />
|
|
349
|
-
<option name="myCanBeAbsent" value="false" />
|
|
350
|
-
<option name="myId" value="CREATED" />
|
|
351
|
-
</FILE-GROUP>
|
|
352
|
-
<FILE-GROUP>
|
|
353
|
-
<option name="myUpdateName" value="Deleted" />
|
|
354
|
-
<option name="myStatusName" value="Deleted" />
|
|
355
|
-
<option name="mySupportsDeletion" value="false" />
|
|
356
|
-
<option name="myCanBeAbsent" value="true" />
|
|
357
|
-
<option name="myId" value="REMOVED_FROM_REPOSITORY" />
|
|
358
|
-
</FILE-GROUP>
|
|
359
|
-
<FILE-GROUP>
|
|
360
|
-
<option name="myUpdateName" value="Restored" />
|
|
361
|
-
<option name="myStatusName" value="Will be restored" />
|
|
362
|
-
<option name="mySupportsDeletion" value="false" />
|
|
363
|
-
<option name="myCanBeAbsent" value="false" />
|
|
364
|
-
<option name="myId" value="RESTORED" />
|
|
365
|
-
</FILE-GROUP>
|
|
366
|
-
</FILE-GROUP>
|
|
367
|
-
<FILE-GROUP>
|
|
368
|
-
<option name="myUpdateName" value="Modified" />
|
|
369
|
-
<option name="myStatusName" value="Modified" />
|
|
370
|
-
<option name="mySupportsDeletion" value="false" />
|
|
371
|
-
<option name="myCanBeAbsent" value="false" />
|
|
372
|
-
<option name="myId" value="MODIFIED" />
|
|
373
|
-
</FILE-GROUP>
|
|
374
|
-
<FILE-GROUP>
|
|
375
|
-
<option name="myUpdateName" value="Skipped" />
|
|
376
|
-
<option name="myStatusName" value="Skipped" />
|
|
377
|
-
<option name="mySupportsDeletion" value="false" />
|
|
378
|
-
<option name="myCanBeAbsent" value="false" />
|
|
379
|
-
<option name="myId" value="SKIPPED" />
|
|
380
|
-
</FILE-GROUP>
|
|
381
|
-
<FILE-GROUP>
|
|
382
|
-
<option name="myUpdateName" value="Merged with conflicts" />
|
|
383
|
-
<option name="myStatusName" value="Will be merged with conflicts" />
|
|
384
|
-
<option name="mySupportsDeletion" value="false" />
|
|
385
|
-
<option name="myCanBeAbsent" value="false" />
|
|
386
|
-
<option name="myId" value="MERGED_WITH_CONFLICTS" />
|
|
387
|
-
</FILE-GROUP>
|
|
388
|
-
<FILE-GROUP>
|
|
389
|
-
<option name="myUpdateName" value="Merged with tree conflicts" />
|
|
390
|
-
<option name="myStatusName" value="Merged with tree conflicts" />
|
|
391
|
-
<option name="mySupportsDeletion" value="false" />
|
|
392
|
-
<option name="myCanBeAbsent" value="false" />
|
|
393
|
-
<option name="myId" value="MERGED_WITH_TREE_CONFLICT" />
|
|
394
|
-
</FILE-GROUP>
|
|
395
|
-
<FILE-GROUP>
|
|
396
|
-
<option name="myUpdateName" value="Merged with property conflicts" />
|
|
397
|
-
<option name="myStatusName" value="Will be merged with property conflicts" />
|
|
398
|
-
<option name="mySupportsDeletion" value="false" />
|
|
399
|
-
<option name="myCanBeAbsent" value="false" />
|
|
400
|
-
<option name="myId" value="MERGED_WITH_PROPERTY_CONFLICT" />
|
|
401
|
-
</FILE-GROUP>
|
|
402
|
-
<FILE-GROUP>
|
|
403
|
-
<option name="myUpdateName" value="Merged" />
|
|
404
|
-
<option name="myStatusName" value="Will be merged" />
|
|
405
|
-
<option name="mySupportsDeletion" value="false" />
|
|
406
|
-
<option name="myCanBeAbsent" value="false" />
|
|
407
|
-
<option name="myId" value="MERGED" />
|
|
408
|
-
</FILE-GROUP>
|
|
409
|
-
<FILE-GROUP>
|
|
410
|
-
<option name="myUpdateName" value="Not in repository" />
|
|
411
|
-
<option name="myStatusName" value="Not in repository" />
|
|
412
|
-
<option name="mySupportsDeletion" value="true" />
|
|
413
|
-
<option name="myCanBeAbsent" value="false" />
|
|
414
|
-
<option name="myId" value="UNKNOWN" />
|
|
415
|
-
</FILE-GROUP>
|
|
416
|
-
<FILE-GROUP>
|
|
417
|
-
<option name="myUpdateName" value="Locally added" />
|
|
418
|
-
<option name="myStatusName" value="Locally added" />
|
|
419
|
-
<option name="mySupportsDeletion" value="false" />
|
|
420
|
-
<option name="myCanBeAbsent" value="false" />
|
|
421
|
-
<option name="myId" value="LOCALLY_ADDED" />
|
|
422
|
-
</FILE-GROUP>
|
|
423
|
-
<FILE-GROUP>
|
|
424
|
-
<option name="myUpdateName" value="Locally removed" />
|
|
425
|
-
<option name="myStatusName" value="Locally removed" />
|
|
426
|
-
<option name="mySupportsDeletion" value="false" />
|
|
427
|
-
<option name="myCanBeAbsent" value="false" />
|
|
428
|
-
<option name="myId" value="LOCALLY_REMOVED" />
|
|
429
|
-
</FILE-GROUP>
|
|
430
|
-
<FILE-GROUP>
|
|
431
|
-
<option name="myUpdateName" value="Switched" />
|
|
432
|
-
<option name="myStatusName" value="Switched" />
|
|
433
|
-
<option name="mySupportsDeletion" value="false" />
|
|
434
|
-
<option name="myCanBeAbsent" value="false" />
|
|
435
|
-
<option name="myId" value="SWITCHED" />
|
|
436
|
-
</FILE-GROUP>
|
|
437
|
-
</UpdatedFiles>
|
|
438
|
-
</component>
|
|
439
|
-
<component name="RunDashboard">
|
|
440
|
-
<option name="ruleStates">
|
|
441
|
-
<list>
|
|
442
|
-
<RuleState>
|
|
443
|
-
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
444
|
-
</RuleState>
|
|
445
|
-
<RuleState>
|
|
446
|
-
<option name="name" value="StatusDashboardGroupingRule" />
|
|
447
|
-
</RuleState>
|
|
448
|
-
</list>
|
|
449
|
-
</option>
|
|
450
|
-
</component>
|
|
451
|
-
<component name="RunManager" selected="Node.js.Asserter.js">
|
|
452
|
-
<configuration default="true" type="Applet" factoryName="Applet">
|
|
453
|
-
<option name="HTML_USED" value="false" />
|
|
454
|
-
<option name="WIDTH" value="400" />
|
|
455
|
-
<option name="HEIGHT" value="300" />
|
|
456
|
-
<option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
|
|
457
|
-
<module />
|
|
458
|
-
</configuration>
|
|
459
|
-
<configuration default="true" type="Application" factoryName="Application">
|
|
460
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
461
|
-
<option name="MAIN_CLASS_NAME" />
|
|
462
|
-
<option name="VM_PARAMETERS" />
|
|
463
|
-
<option name="PROGRAM_PARAMETERS" />
|
|
464
|
-
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
|
465
|
-
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
466
|
-
<option name="ALTERNATIVE_JRE_PATH" />
|
|
467
|
-
<option name="ENABLE_SWING_INSPECTOR" value="false" />
|
|
468
|
-
<option name="ENV_VARIABLES" />
|
|
469
|
-
<option name="PASS_PARENT_ENVS" value="true" />
|
|
470
|
-
<module name="" />
|
|
471
|
-
<envs />
|
|
472
|
-
</configuration>
|
|
473
|
-
<configuration default="true" type="JUnit" factoryName="JUnit">
|
|
474
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
475
|
-
<module name="" />
|
|
476
|
-
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
477
|
-
<option name="ALTERNATIVE_JRE_PATH" />
|
|
478
|
-
<option name="PACKAGE_NAME" />
|
|
479
|
-
<option name="MAIN_CLASS_NAME" />
|
|
480
|
-
<option name="METHOD_NAME" />
|
|
481
|
-
<option name="TEST_OBJECT" value="class" />
|
|
482
|
-
<option name="VM_PARAMETERS" value="-ea" />
|
|
483
|
-
<option name="PARAMETERS" />
|
|
484
|
-
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
|
|
485
|
-
<option name="ENV_VARIABLES" />
|
|
486
|
-
<option name="PASS_PARENT_ENVS" value="true" />
|
|
487
|
-
<option name="TEST_SEARCH_SCOPE">
|
|
488
|
-
<value defaultName="singleModule" />
|
|
489
|
-
</option>
|
|
490
|
-
<envs />
|
|
491
|
-
<patterns />
|
|
492
|
-
</configuration>
|
|
493
|
-
<configuration name="Asserter.js" type="NodeJSConfigurationType" factoryName="Node.js" temporary="true" path-to-js-file="Asserter.js" working-dir="$PROJECT_DIR$/test/assertions" />
|
|
494
|
-
<configuration default="true" type="Remote" factoryName="Remote">
|
|
495
|
-
<option name="USE_SOCKET_TRANSPORT" value="true" />
|
|
496
|
-
<option name="SERVER_MODE" value="false" />
|
|
497
|
-
<option name="SHMEM_ADDRESS" value="javadebug" />
|
|
498
|
-
<option name="HOST" value="localhost" />
|
|
499
|
-
<option name="PORT" value="5005" />
|
|
500
|
-
</configuration>
|
|
501
|
-
<configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
|
|
502
|
-
<module name="" />
|
|
503
|
-
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
|
|
504
|
-
<option name="PROGRAM_PARAMETERS" />
|
|
505
|
-
<predefined_log_file id="idea.log" enabled="true" />
|
|
506
|
-
</configuration>
|
|
507
|
-
<configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
|
|
508
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
509
|
-
<module name="" />
|
|
510
|
-
<option name="arquillianRunConfiguration">
|
|
511
|
-
<value>
|
|
512
|
-
<option name="containerStateName" value="" />
|
|
513
|
-
</value>
|
|
514
|
-
</option>
|
|
515
|
-
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
516
|
-
<option name="ALTERNATIVE_JRE_PATH" />
|
|
517
|
-
<option name="PACKAGE_NAME" />
|
|
518
|
-
<option name="MAIN_CLASS_NAME" />
|
|
519
|
-
<option name="METHOD_NAME" />
|
|
520
|
-
<option name="TEST_OBJECT" value="class" />
|
|
521
|
-
<option name="VM_PARAMETERS" />
|
|
522
|
-
<option name="PARAMETERS" />
|
|
523
|
-
<option name="WORKING_DIRECTORY" />
|
|
524
|
-
<option name="ENV_VARIABLES" />
|
|
525
|
-
<option name="PASS_PARENT_ENVS" value="true" />
|
|
526
|
-
<option name="TEST_SEARCH_SCOPE">
|
|
527
|
-
<value defaultName="singleModule" />
|
|
528
|
-
</option>
|
|
529
|
-
<envs />
|
|
530
|
-
<patterns />
|
|
531
|
-
<method />
|
|
532
|
-
</configuration>
|
|
533
|
-
<configuration default="true" type="Cold Fusion runner description" factoryName="Cold Fusion" custom_browser="" web_path="">
|
|
534
|
-
<method />
|
|
535
|
-
</configuration>
|
|
536
|
-
<configuration default="true" type="CucumberJavaRunConfigurationType" factoryName="Cucumber java">
|
|
537
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
538
|
-
<option name="myFilePath" />
|
|
539
|
-
<option name="GLUE" />
|
|
540
|
-
<option name="myNameFilter" />
|
|
541
|
-
<option name="myGeneratedName" />
|
|
542
|
-
<option name="MAIN_CLASS_NAME" />
|
|
543
|
-
<option name="VM_PARAMETERS" />
|
|
544
|
-
<option name="PROGRAM_PARAMETERS" />
|
|
545
|
-
<option name="WORKING_DIRECTORY" />
|
|
546
|
-
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
547
|
-
<option name="ALTERNATIVE_JRE_PATH" />
|
|
548
|
-
<option name="ENABLE_SWING_INSPECTOR" value="false" />
|
|
549
|
-
<option name="ENV_VARIABLES" />
|
|
550
|
-
<option name="PASS_PARENT_ENVS" value="true" />
|
|
551
|
-
<module name="" />
|
|
552
|
-
<envs />
|
|
553
|
-
<method />
|
|
554
|
-
</configuration>
|
|
555
|
-
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
|
556
|
-
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
|
557
|
-
<module name="" />
|
|
558
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
559
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
560
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
561
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
562
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
563
|
-
<envs />
|
|
564
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
565
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
566
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
567
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
568
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
569
|
-
</COVERAGE_PATTERN>
|
|
570
|
-
</EXTENSION>
|
|
571
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
|
572
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
573
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
574
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
575
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
|
576
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
|
577
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
|
578
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
579
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
580
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
|
581
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
582
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
583
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
584
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
|
585
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
|
586
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
|
587
|
-
<method />
|
|
588
|
-
</configuration>
|
|
589
|
-
<configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
|
590
|
-
<module name="" />
|
|
591
|
-
<working_directory value="$PROJECT_DIR$" />
|
|
592
|
-
<filePath value="$PROJECT_DIR$" />
|
|
593
|
-
<kind value="FILE" />
|
|
594
|
-
<method />
|
|
595
|
-
</configuration>
|
|
596
|
-
<configuration default="true" type="GoRunFileConfiguration" factoryName="Go Single File">
|
|
597
|
-
<module name="" />
|
|
598
|
-
<working_directory value="$PROJECT_DIR$" />
|
|
599
|
-
<filePath value="$PROJECT_DIR$" />
|
|
600
|
-
<method />
|
|
601
|
-
</configuration>
|
|
602
|
-
<configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
|
|
603
|
-
<module name="" />
|
|
604
|
-
<working_directory value="$PROJECT_DIR$" />
|
|
605
|
-
<framework value="gotest" />
|
|
606
|
-
<kind value="DIRECTORY" />
|
|
607
|
-
<method />
|
|
608
|
-
</configuration>
|
|
609
|
-
<configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
|
|
610
|
-
<ExternalSystemSettings>
|
|
611
|
-
<option name="executionName" />
|
|
612
|
-
<option name="externalProjectPath" />
|
|
613
|
-
<option name="externalSystemIdString" value="GRADLE" />
|
|
614
|
-
<option name="scriptParameters" />
|
|
615
|
-
<option name="taskDescriptions">
|
|
616
|
-
<list />
|
|
617
|
-
</option>
|
|
618
|
-
<option name="taskNames">
|
|
619
|
-
<list />
|
|
620
|
-
</option>
|
|
621
|
-
<option name="vmOptions" />
|
|
622
|
-
</ExternalSystemSettings>
|
|
623
|
-
<method />
|
|
624
|
-
</configuration>
|
|
625
|
-
<configuration default="true" type="JRubyCucumberRunConfigurationType" factoryName="JRuby Cucumber">
|
|
626
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
627
|
-
<option name="MAIN_CLASS_NAME" />
|
|
628
|
-
<option name="VM_PARAMETERS" value="-Dforce.jruby.jit=true -Djruby.debug.fullTrace=true" />
|
|
629
|
-
<option name="PROGRAM_PARAMETERS" />
|
|
630
|
-
<option name="WORKING_DIRECTORY" />
|
|
631
|
-
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
632
|
-
<option name="ALTERNATIVE_JRE_PATH" />
|
|
633
|
-
<option name="ENABLE_SWING_INSPECTOR" value="false" />
|
|
634
|
-
<option name="ENV_VARIABLES" />
|
|
635
|
-
<option name="PASS_PARENT_ENVS" value="true" />
|
|
636
|
-
<module name="" />
|
|
637
|
-
<envs />
|
|
638
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
|
639
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
640
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
641
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
642
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
|
643
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
|
644
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
|
645
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
646
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
647
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
|
648
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
649
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
650
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
651
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
|
652
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
|
653
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
|
654
|
-
<method />
|
|
655
|
-
</configuration>
|
|
656
|
-
<configuration default="true" type="JarApplication" factoryName="JAR Application">
|
|
657
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
658
|
-
<envs />
|
|
659
|
-
<method />
|
|
660
|
-
</configuration>
|
|
661
|
-
<configuration default="true" type="Java Scratch" factoryName="Java Scratch">
|
|
662
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
663
|
-
<option name="SCRATCH_FILE_ID" value="0" />
|
|
664
|
-
<option name="MAIN_CLASS_NAME" />
|
|
665
|
-
<option name="VM_PARAMETERS" />
|
|
666
|
-
<option name="PROGRAM_PARAMETERS" />
|
|
667
|
-
<option name="WORKING_DIRECTORY" />
|
|
668
|
-
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
669
|
-
<option name="ALTERNATIVE_JRE_PATH" />
|
|
670
|
-
<option name="ENABLE_SWING_INSPECTOR" value="false" />
|
|
671
|
-
<option name="ENV_VARIABLES" />
|
|
672
|
-
<option name="PASS_PARENT_ENVS" value="true" />
|
|
673
|
-
<module name="" />
|
|
674
|
-
<envs />
|
|
675
|
-
<method />
|
|
676
|
-
</configuration>
|
|
677
|
-
<configuration default="true" type="JavaScriptTestRunnerJest" factoryName="Jest">
|
|
678
|
-
<node-interpreter value="project" />
|
|
679
|
-
<working-dir value="" />
|
|
680
|
-
<envs />
|
|
681
|
-
<scope-kind value="ALL" />
|
|
682
|
-
<method />
|
|
683
|
-
</configuration>
|
|
684
|
-
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
|
|
685
|
-
<config-file value="" />
|
|
686
|
-
<node-interpreter value="project" />
|
|
687
|
-
<envs />
|
|
688
|
-
<method />
|
|
689
|
-
</configuration>
|
|
690
|
-
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
|
691
|
-
<method />
|
|
692
|
-
</configuration>
|
|
693
|
-
<configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
|
|
694
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
695
|
-
<option name="MAIN_CLASS_NAME" />
|
|
696
|
-
<option name="VM_PARAMETERS" />
|
|
697
|
-
<option name="PROGRAM_PARAMETERS" />
|
|
698
|
-
<option name="WORKING_DIRECTORY" />
|
|
699
|
-
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
700
|
-
<option name="ALTERNATIVE_JRE_PATH" />
|
|
701
|
-
<option name="PASS_PARENT_ENVS" value="true" />
|
|
702
|
-
<module name="react-split-pane" />
|
|
703
|
-
<envs />
|
|
704
|
-
<method />
|
|
705
|
-
</configuration>
|
|
706
|
-
<configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
|
|
707
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
708
|
-
<option name="filePath" />
|
|
709
|
-
<option name="vmParameters" />
|
|
710
|
-
<option name="alternativeJrePath" />
|
|
711
|
-
<option name="programParameters" />
|
|
712
|
-
<option name="passParentEnvs" value="true" />
|
|
713
|
-
<option name="workingDirectory" />
|
|
714
|
-
<option name="isAlternativeJrePathEnabled" value="false" />
|
|
715
|
-
<envs />
|
|
716
|
-
<method />
|
|
717
|
-
</configuration>
|
|
718
|
-
<configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
|
|
719
|
-
<method />
|
|
720
|
-
</configuration>
|
|
721
|
-
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
|
722
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
723
|
-
<module name="" />
|
|
724
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
725
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
726
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
727
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
728
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
729
|
-
<envs />
|
|
730
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
731
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
732
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
733
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
734
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
735
|
-
</COVERAGE_PATTERN>
|
|
736
|
-
</EXTENSION>
|
|
737
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
738
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
739
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
740
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
741
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
742
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
743
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
744
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
745
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
746
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
747
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
748
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
749
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
750
|
-
<method />
|
|
751
|
-
</configuration>
|
|
752
|
-
<configuration default="true" type="ScalaTestRunConfiguration" factoryName="ScalaTest">
|
|
753
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
754
|
-
<module name="" />
|
|
755
|
-
<setting name="path" value="" />
|
|
756
|
-
<setting name="package" value="" />
|
|
757
|
-
<setting name="vmparams" value="" />
|
|
758
|
-
<setting name="params" value="" />
|
|
759
|
-
<setting name="workingDirectory" value="" />
|
|
760
|
-
<setting name="searchForTest" value="Across module dependencies" />
|
|
761
|
-
<setting name="testName" value="" />
|
|
762
|
-
<setting name="testKind" value="Class" />
|
|
763
|
-
<setting name="showProgressMessages" value="true" />
|
|
764
|
-
<setting name="useSbt" value="false" />
|
|
765
|
-
<setting name="useUiWithSbt" value="false" />
|
|
766
|
-
<classRegexps />
|
|
767
|
-
<testRegexps />
|
|
768
|
-
<envs />
|
|
769
|
-
<method />
|
|
770
|
-
</configuration>
|
|
771
|
-
<configuration default="true" type="Specs2RunConfiguration" factoryName="Specs2">
|
|
772
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
773
|
-
<module name="" />
|
|
774
|
-
<setting name="path" value="" />
|
|
775
|
-
<setting name="package" value="" />
|
|
776
|
-
<setting name="vmparams" value="" />
|
|
777
|
-
<setting name="params" value="" />
|
|
778
|
-
<setting name="workingDirectory" value="" />
|
|
779
|
-
<setting name="searchForTest" value="Across module dependencies" />
|
|
780
|
-
<setting name="testName" value="" />
|
|
781
|
-
<setting name="testKind" value="Class" />
|
|
782
|
-
<setting name="showProgressMessages" value="true" />
|
|
783
|
-
<setting name="useSbt" value="false" />
|
|
784
|
-
<setting name="useUiWithSbt" value="false" />
|
|
785
|
-
<classRegexps />
|
|
786
|
-
<testRegexps />
|
|
787
|
-
<envs />
|
|
788
|
-
<method />
|
|
789
|
-
</configuration>
|
|
790
|
-
<configuration default="true" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
|
791
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
792
|
-
<module name="" />
|
|
793
|
-
<envs />
|
|
794
|
-
<method />
|
|
795
|
-
</configuration>
|
|
796
|
-
<configuration name="<template>" type="TestNG" default="true" selected="false">
|
|
797
|
-
<option name="MAIN_CLASS_NAME" />
|
|
798
|
-
<option name="VM_PARAMETERS" value="-ea" />
|
|
799
|
-
<option name="PARAMETERS" />
|
|
800
|
-
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
|
|
801
|
-
</configuration>
|
|
802
|
-
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
803
|
-
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
804
|
-
<module name="" />
|
|
805
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
806
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
807
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
808
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
809
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
810
|
-
<envs />
|
|
811
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
812
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
813
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
814
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
815
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
816
|
-
</COVERAGE_PATTERN>
|
|
817
|
-
</EXTENSION>
|
|
818
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
819
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
820
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
821
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
822
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
823
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
824
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
825
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
826
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
827
|
-
<method />
|
|
828
|
-
</configuration>
|
|
829
|
-
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
|
830
|
-
<command value="run" />
|
|
831
|
-
<scripts />
|
|
832
|
-
<node-interpreter value="project" />
|
|
833
|
-
<envs />
|
|
834
|
-
<method />
|
|
835
|
-
</configuration>
|
|
836
|
-
<configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
|
|
837
|
-
<node-interpreter>project</node-interpreter>
|
|
838
|
-
<node-options />
|
|
839
|
-
<working-directory />
|
|
840
|
-
<pass-parent-env>true</pass-parent-env>
|
|
841
|
-
<envs />
|
|
842
|
-
<ui />
|
|
843
|
-
<extra-mocha-options />
|
|
844
|
-
<test-kind>DIRECTORY</test-kind>
|
|
845
|
-
<test-directory />
|
|
846
|
-
<recursive>false</recursive>
|
|
847
|
-
<method />
|
|
848
|
-
</configuration>
|
|
849
|
-
<configuration default="true" type="uTestRunConfiguration" factoryName="utest">
|
|
850
|
-
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
851
|
-
<module name="" />
|
|
852
|
-
<setting name="path" value="" />
|
|
853
|
-
<setting name="package" value="" />
|
|
854
|
-
<setting name="vmparams" value="" />
|
|
855
|
-
<setting name="params" value="" />
|
|
856
|
-
<setting name="workingDirectory" value="" />
|
|
857
|
-
<setting name="searchForTest" value="Across module dependencies" />
|
|
858
|
-
<setting name="testName" value="" />
|
|
859
|
-
<setting name="testKind" value="Class" />
|
|
860
|
-
<setting name="showProgressMessages" value="true" />
|
|
861
|
-
<setting name="useSbt" value="false" />
|
|
862
|
-
<setting name="useUiWithSbt" value="false" />
|
|
863
|
-
<classRegexps />
|
|
864
|
-
<testRegexps />
|
|
865
|
-
<envs />
|
|
866
|
-
<method />
|
|
867
|
-
</configuration>
|
|
868
|
-
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
|
869
|
-
<node-interpreter>project</node-interpreter>
|
|
870
|
-
<node-options />
|
|
871
|
-
<gulpfile />
|
|
872
|
-
<tasks />
|
|
873
|
-
<arguments />
|
|
874
|
-
<envs />
|
|
875
|
-
</configuration>
|
|
876
|
-
<configuration name="demo" type="js.build_tools.npm" factoryName="npm" temporary="true" nameIsGenerated="true">
|
|
877
|
-
<package-json value="$PROJECT_DIR$/package.json" />
|
|
878
|
-
<command value="run" />
|
|
879
|
-
<scripts>
|
|
880
|
-
<script value="demo" />
|
|
881
|
-
</scripts>
|
|
882
|
-
<node-interpreter value="project" />
|
|
883
|
-
<envs />
|
|
884
|
-
</configuration>
|
|
885
|
-
<configuration name="demo:watch" type="js.build_tools.npm" factoryName="npm" temporary="true" nameIsGenerated="true">
|
|
886
|
-
<package-json value="$PROJECT_DIR$/package.json" />
|
|
887
|
-
<command value="run" />
|
|
888
|
-
<scripts>
|
|
889
|
-
<script value="demo:watch" />
|
|
890
|
-
</scripts>
|
|
891
|
-
<node-interpreter value="project" />
|
|
892
|
-
<envs />
|
|
893
|
-
</configuration>
|
|
894
|
-
<configuration name="release:patch" type="js.build_tools.npm" factoryName="npm" temporary="true" nameIsGenerated="true">
|
|
895
|
-
<package-json value="$PROJECT_DIR$/package.json" />
|
|
896
|
-
<command value="run" />
|
|
897
|
-
<scripts>
|
|
898
|
-
<script value="release:patch" />
|
|
899
|
-
</scripts>
|
|
900
|
-
<node-interpreter value="project" />
|
|
901
|
-
<envs />
|
|
902
|
-
</configuration>
|
|
903
|
-
<configuration name="test" type="js.build_tools.npm" factoryName="npm" temporary="true" nameIsGenerated="true">
|
|
904
|
-
<package-json value="$PROJECT_DIR$/package.json" />
|
|
905
|
-
<command value="run" />
|
|
906
|
-
<scripts>
|
|
907
|
-
<script value="test" />
|
|
908
|
-
</scripts>
|
|
909
|
-
<node-interpreter value="$USER_HOME$/.nvm/versions/node/v9.5.0/bin/node" />
|
|
910
|
-
<envs />
|
|
911
|
-
</configuration>
|
|
912
|
-
<list size="5">
|
|
913
|
-
<item index="0" class="java.lang.String" itemvalue="npm.demo" />
|
|
914
|
-
<item index="1" class="java.lang.String" itemvalue="npm.test" />
|
|
915
|
-
<item index="2" class="java.lang.String" itemvalue="Node.js.Asserter.js" />
|
|
916
|
-
<item index="3" class="java.lang.String" itemvalue="npm.demo:watch" />
|
|
917
|
-
<item index="4" class="java.lang.String" itemvalue="npm.release:patch" />
|
|
918
|
-
</list>
|
|
919
|
-
<recent_temporary>
|
|
920
|
-
<list size="5">
|
|
921
|
-
<item index="0" class="java.lang.String" itemvalue="npm.release:patch" />
|
|
922
|
-
<item index="1" class="java.lang.String" itemvalue="npm.test" />
|
|
923
|
-
<item index="2" class="java.lang.String" itemvalue="npm.demo" />
|
|
924
|
-
<item index="3" class="java.lang.String" itemvalue="npm.demo:watch" />
|
|
925
|
-
<item index="4" class="java.lang.String" itemvalue="Node.js.Asserter.js" />
|
|
926
|
-
</list>
|
|
927
|
-
</recent_temporary>
|
|
928
|
-
</component>
|
|
929
|
-
<component name="SbtLocalSettings">
|
|
930
|
-
<option name="modificationStamps">
|
|
931
|
-
<map>
|
|
932
|
-
<entry key="$USER_HOME$/dev/mars-robots" value="1477656720000" />
|
|
933
|
-
<entry key="$PROJECT_DIR$/../simple-http4s" value="1476961254000" />
|
|
934
|
-
</map>
|
|
935
|
-
</option>
|
|
936
|
-
<option name="externalProjectsViewState">
|
|
937
|
-
<projects_view />
|
|
938
|
-
</option>
|
|
939
|
-
</component>
|
|
940
|
-
<component name="ShelveChangesManager" show_recycled="false">
|
|
941
|
-
<option name="remove_strategy" value="false" />
|
|
942
|
-
</component>
|
|
943
|
-
<component name="TaskManager">
|
|
944
|
-
<task active="true" id="Default" summary="Default task">
|
|
945
|
-
<changelist id="d100d52f-0a3f-46c8-9e75-752e2ac27893" name="Default" comment="" />
|
|
946
|
-
<created>1488271324961</created>
|
|
947
|
-
<option name="number" value="Default" />
|
|
948
|
-
<option name="presentableId" value="Default" />
|
|
949
|
-
<updated>1488271324961</updated>
|
|
950
|
-
<workItem from="1488271327085" duration="2333000" />
|
|
951
|
-
<workItem from="1490271412722" duration="3751000" />
|
|
952
|
-
<workItem from="1495605400257" duration="294000" />
|
|
953
|
-
<workItem from="1499527143514" duration="1778000" />
|
|
954
|
-
<workItem from="1513803936403" duration="742000" />
|
|
955
|
-
<workItem from="1514570386671" duration="24571000" />
|
|
956
|
-
<workItem from="1517495609510" duration="154000" />
|
|
957
|
-
<workItem from="1517496125807" duration="3963000" />
|
|
958
|
-
<workItem from="1518362829440" duration="13348000" />
|
|
959
|
-
<workItem from="1520489865021" duration="23000" />
|
|
960
|
-
<workItem from="1520681954735" duration="1149000" />
|
|
961
|
-
<workItem from="1521267774931" duration="6308000" />
|
|
962
|
-
<workItem from="1523032004415" duration="11000" />
|
|
963
|
-
<workItem from="1526535736185" duration="1580000" />
|
|
964
|
-
</task>
|
|
965
|
-
<task id="LOCAL-00001" summary="eslint - no error for require-default-props">
|
|
966
|
-
<created>1488275777432</created>
|
|
967
|
-
<option name="number" value="00001" />
|
|
968
|
-
<option name="presentableId" value="LOCAL-00001" />
|
|
969
|
-
<option name="project" value="LOCAL" />
|
|
970
|
-
<updated>1488275777432</updated>
|
|
971
|
-
</task>
|
|
972
|
-
<task id="LOCAL-00002" summary="bump versions">
|
|
973
|
-
<created>1490274476451</created>
|
|
974
|
-
<option name="number" value="00002" />
|
|
975
|
-
<option name="presentableId" value="LOCAL-00002" />
|
|
976
|
-
<option name="project" value="LOCAL" />
|
|
977
|
-
<updated>1490274476451</updated>
|
|
978
|
-
</task>
|
|
979
|
-
<task id="LOCAL-00003" summary="update demo">
|
|
980
|
-
<created>1490274529765</created>
|
|
981
|
-
<option name="number" value="00003" />
|
|
982
|
-
<option name="presentableId" value="LOCAL-00003" />
|
|
983
|
-
<option name="project" value="LOCAL" />
|
|
984
|
-
<updated>1490274529766</updated>
|
|
985
|
-
</task>
|
|
986
|
-
<task id="LOCAL-00004" summary="npm bump">
|
|
987
|
-
<created>1499527631757</created>
|
|
988
|
-
<option name="number" value="00004" />
|
|
989
|
-
<option name="presentableId" value="LOCAL-00004" />
|
|
990
|
-
<option name="project" value="LOCAL" />
|
|
991
|
-
<updated>1499527631757</updated>
|
|
992
|
-
</task>
|
|
993
|
-
<task id="LOCAL-00005" summary="update demo">
|
|
994
|
-
<created>1499527724736</created>
|
|
995
|
-
<option name="number" value="00005" />
|
|
996
|
-
<option name="presentableId" value="LOCAL-00005" />
|
|
997
|
-
<option name="project" value="LOCAL" />
|
|
998
|
-
<updated>1499527724736</updated>
|
|
999
|
-
</task>
|
|
1000
|
-
<task id="LOCAL-00006" summary="Update lock file">
|
|
1001
|
-
<created>1514896327699</created>
|
|
1002
|
-
<option name="number" value="00006" />
|
|
1003
|
-
<option name="presentableId" value="LOCAL-00006" />
|
|
1004
|
-
<option name="project" value="LOCAL" />
|
|
1005
|
-
<updated>1514896327699</updated>
|
|
1006
|
-
</task>
|
|
1007
|
-
<task id="LOCAL-00007" summary="Resizing tests">
|
|
1008
|
-
<created>1514896339657</created>
|
|
1009
|
-
<option name="number" value="00007" />
|
|
1010
|
-
<option name="presentableId" value="LOCAL-00007" />
|
|
1011
|
-
<option name="project" value="LOCAL" />
|
|
1012
|
-
<updated>1514896339657</updated>
|
|
1013
|
-
</task>
|
|
1014
|
-
<task id="LOCAL-00008" summary="Resizing tests - multiple panes">
|
|
1015
|
-
<created>1514896871462</created>
|
|
1016
|
-
<option name="number" value="00008" />
|
|
1017
|
-
<option name="presentableId" value="LOCAL-00008" />
|
|
1018
|
-
<option name="project" value="LOCAL" />
|
|
1019
|
-
<updated>1514896871462</updated>
|
|
1020
|
-
</task>
|
|
1021
|
-
<task id="LOCAL-00009" summary="Allow dragging resizer to very edge">
|
|
1022
|
-
<created>1514897527012</created>
|
|
1023
|
-
<option name="number" value="00009" />
|
|
1024
|
-
<option name="presentableId" value="LOCAL-00009" />
|
|
1025
|
-
<option name="project" value="LOCAL" />
|
|
1026
|
-
<updated>1514897527012</updated>
|
|
1027
|
-
</task>
|
|
1028
|
-
<task id="LOCAL-00010" summary="Resizing tests - to very edge">
|
|
1029
|
-
<created>1514897545349</created>
|
|
1030
|
-
<option name="number" value="00010" />
|
|
1031
|
-
<option name="presentableId" value="LOCAL-00010" />
|
|
1032
|
-
<option name="project" value="LOCAL" />
|
|
1033
|
-
<updated>1514897545349</updated>
|
|
1034
|
-
</task>
|
|
1035
|
-
<task id="LOCAL-00011" summary="Tests - trigger onMove event for each coordinate between start & end">
|
|
1036
|
-
<created>1514904480980</created>
|
|
1037
|
-
<option name="number" value="00011" />
|
|
1038
|
-
<option name="presentableId" value="LOCAL-00011" />
|
|
1039
|
-
<option name="project" value="LOCAL" />
|
|
1040
|
-
<updated>1514904480980</updated>
|
|
1041
|
-
</task>
|
|
1042
|
-
<task id="LOCAL-00012" summary="Tests">
|
|
1043
|
-
<created>1514916424049</created>
|
|
1044
|
-
<option name="number" value="00012" />
|
|
1045
|
-
<option name="presentableId" value="LOCAL-00012" />
|
|
1046
|
-
<option name="project" value="LOCAL" />
|
|
1047
|
-
<updated>1514916424049</updated>
|
|
1048
|
-
</task>
|
|
1049
|
-
<task id="LOCAL-00013" summary="Rename resizerIndex">
|
|
1050
|
-
<created>1514978733379</created>
|
|
1051
|
-
<option name="number" value="00013" />
|
|
1052
|
-
<option name="presentableId" value="LOCAL-00013" />
|
|
1053
|
-
<option name="project" value="LOCAL" />
|
|
1054
|
-
<updated>1514978733379</updated>
|
|
1055
|
-
</task>
|
|
1056
|
-
<task id="LOCAL-00014" summary="Separate resizer key & index with hyphen (same as Pane)">
|
|
1057
|
-
<created>1514978896198</created>
|
|
1058
|
-
<option name="number" value="00014" />
|
|
1059
|
-
<option name="presentableId" value="LOCAL-00014" />
|
|
1060
|
-
<option name="project" value="LOCAL" />
|
|
1061
|
-
<updated>1514978896198</updated>
|
|
1062
|
-
</task>
|
|
1063
|
-
<task id="LOCAL-00015" summary="Get Resizer dimensions">
|
|
1064
|
-
<created>1514980455001</created>
|
|
1065
|
-
<option name="number" value="00015" />
|
|
1066
|
-
<option name="presentableId" value="LOCAL-00015" />
|
|
1067
|
-
<option name="project" value="LOCAL" />
|
|
1068
|
-
<updated>1514980455001</updated>
|
|
1069
|
-
</task>
|
|
1070
|
-
<task id="LOCAL-00016" summary="Get Resizer dimensions">
|
|
1071
|
-
<created>1514980513300</created>
|
|
1072
|
-
<option name="number" value="00016" />
|
|
1073
|
-
<option name="presentableId" value="LOCAL-00016" />
|
|
1074
|
-
<option name="project" value="LOCAL" />
|
|
1075
|
-
<updated>1514980513300</updated>
|
|
1076
|
-
</task>
|
|
1077
|
-
<task id="LOCAL-00017" summary="Pane doesn't actually require children">
|
|
1078
|
-
<created>1515009315507</created>
|
|
1079
|
-
<option name="number" value="00017" />
|
|
1080
|
-
<option name="presentableId" value="LOCAL-00017" />
|
|
1081
|
-
<option name="project" value="LOCAL" />
|
|
1082
|
-
<updated>1515009315507</updated>
|
|
1083
|
-
</task>
|
|
1084
|
-
<task id="LOCAL-00018" summary="Allow for size of resizer">
|
|
1085
|
-
<created>1515009489289</created>
|
|
1086
|
-
<option name="number" value="00018" />
|
|
1087
|
-
<option name="presentableId" value="LOCAL-00018" />
|
|
1088
|
-
<option name="project" value="LOCAL" />
|
|
1089
|
-
<updated>1515009489289</updated>
|
|
1090
|
-
</task>
|
|
1091
|
-
<task id="LOCAL-00019" summary="Updated demo">
|
|
1092
|
-
<created>1517497799626</created>
|
|
1093
|
-
<option name="number" value="00019" />
|
|
1094
|
-
<option name="presentableId" value="LOCAL-00019" />
|
|
1095
|
-
<option name="project" value="LOCAL" />
|
|
1096
|
-
<updated>1517497799626</updated>
|
|
1097
|
-
</task>
|
|
1098
|
-
<task id="LOCAL-00020" summary="Updated demo">
|
|
1099
|
-
<created>1518363415606</created>
|
|
1100
|
-
<option name="number" value="00020" />
|
|
1101
|
-
<option name="presentableId" value="LOCAL-00020" />
|
|
1102
|
-
<option name="project" value="LOCAL" />
|
|
1103
|
-
<updated>1518363415606</updated>
|
|
1104
|
-
</task>
|
|
1105
|
-
<task id="LOCAL-00021" summary="Add release-it">
|
|
1106
|
-
<created>1518363874473</created>
|
|
1107
|
-
<option name="number" value="00021" />
|
|
1108
|
-
<option name="presentableId" value="LOCAL-00021" />
|
|
1109
|
-
<option name="project" value="LOCAL" />
|
|
1110
|
-
<updated>1518363874473</updated>
|
|
1111
|
-
</task>
|
|
1112
|
-
<task id="LOCAL-00022" summary="Add semantic-release">
|
|
1113
|
-
<created>1518367814755</created>
|
|
1114
|
-
<option name="number" value="00022" />
|
|
1115
|
-
<option name="presentableId" value="LOCAL-00022" />
|
|
1116
|
-
<option name="project" value="LOCAL" />
|
|
1117
|
-
<updated>1518367814755</updated>
|
|
1118
|
-
</task>
|
|
1119
|
-
<task id="LOCAL-00023" summary="Remove release-it">
|
|
1120
|
-
<created>1518368028894</created>
|
|
1121
|
-
<option name="number" value="00023" />
|
|
1122
|
-
<option name="presentableId" value="LOCAL-00023" />
|
|
1123
|
-
<option name="project" value="LOCAL" />
|
|
1124
|
-
<updated>1518368028894</updated>
|
|
1125
|
-
</task>
|
|
1126
|
-
<task id="LOCAL-00024" summary="Use semantic release with travis">
|
|
1127
|
-
<created>1518370534190</created>
|
|
1128
|
-
<option name="number" value="00024" />
|
|
1129
|
-
<option name="presentableId" value="LOCAL-00024" />
|
|
1130
|
-
<option name="project" value="LOCAL" />
|
|
1131
|
-
<updated>1518370534190</updated>
|
|
1132
|
-
</task>
|
|
1133
|
-
<task id="LOCAL-00025" summary="Remove semantic release with travis">
|
|
1134
|
-
<created>1518374074026</created>
|
|
1135
|
-
<option name="number" value="00025" />
|
|
1136
|
-
<option name="presentableId" value="LOCAL-00025" />
|
|
1137
|
-
<option name="project" value="LOCAL" />
|
|
1138
|
-
<updated>1518374074026</updated>
|
|
1139
|
-
</task>
|
|
1140
|
-
<task id="LOCAL-00026" summary="use now.sh instead of surge.sh">
|
|
1141
|
-
<created>1518589536078</created>
|
|
1142
|
-
<option name="number" value="00026" />
|
|
1143
|
-
<option name="presentableId" value="LOCAL-00026" />
|
|
1144
|
-
<option name="project" value="LOCAL" />
|
|
1145
|
-
<updated>1518589536079</updated>
|
|
1146
|
-
</task>
|
|
1147
|
-
<task id="LOCAL-00027" summary="Update tar version">
|
|
1148
|
-
<created>1518589716372</created>
|
|
1149
|
-
<option name="number" value="00027" />
|
|
1150
|
-
<option name="presentableId" value="LOCAL-00027" />
|
|
1151
|
-
<option name="project" value="LOCAL" />
|
|
1152
|
-
<updated>1518589716372</updated>
|
|
1153
|
-
</task>
|
|
1154
|
-
<task id="LOCAL-00028" summary="Bump versions">
|
|
1155
|
-
<created>1518590645491</created>
|
|
1156
|
-
<option name="number" value="00028" />
|
|
1157
|
-
<option name="presentableId" value="LOCAL-00028" />
|
|
1158
|
-
<option name="project" value="LOCAL" />
|
|
1159
|
-
<updated>1518590645491</updated>
|
|
1160
|
-
</task>
|
|
1161
|
-
<task id="LOCAL-00029" summary="Keep mochify on 3.3.0">
|
|
1162
|
-
<created>1518591031021</created>
|
|
1163
|
-
<option name="number" value="00029" />
|
|
1164
|
-
<option name="presentableId" value="LOCAL-00029" />
|
|
1165
|
-
<option name="project" value="LOCAL" />
|
|
1166
|
-
<updated>1518591031021</updated>
|
|
1167
|
-
</task>
|
|
1168
|
-
<task id="LOCAL-00030" summary="Keep mochify on 3.3.0">
|
|
1169
|
-
<created>1518591153234</created>
|
|
1170
|
-
<option name="number" value="00030" />
|
|
1171
|
-
<option name="presentableId" value="LOCAL-00030" />
|
|
1172
|
-
<option name="project" value="LOCAL" />
|
|
1173
|
-
<updated>1518591153234</updated>
|
|
1174
|
-
</task>
|
|
1175
|
-
<task id="LOCAL-00031" summary="Publish as 'next'">
|
|
1176
|
-
<created>1520682062436</created>
|
|
1177
|
-
<option name="number" value="00031" />
|
|
1178
|
-
<option name="presentableId" value="LOCAL-00031" />
|
|
1179
|
-
<option name="project" value="LOCAL" />
|
|
1180
|
-
<updated>1520682062436</updated>
|
|
1181
|
-
</task>
|
|
1182
|
-
<task id="LOCAL-00032" summary="Publish as 'next'">
|
|
1183
|
-
<created>1520682171728</created>
|
|
1184
|
-
<option name="number" value="00032" />
|
|
1185
|
-
<option name="presentableId" value="LOCAL-00032" />
|
|
1186
|
-
<option name="project" value="LOCAL" />
|
|
1187
|
-
<updated>1520682171728</updated>
|
|
1188
|
-
</task>
|
|
1189
|
-
<task id="LOCAL-00033" summary="Revert: Publish as 'next'">
|
|
1190
|
-
<created>1520682333588</created>
|
|
1191
|
-
<option name="number" value="00033" />
|
|
1192
|
-
<option name="presentableId" value="LOCAL-00033" />
|
|
1193
|
-
<option name="project" value="LOCAL" />
|
|
1194
|
-
<updated>1520682333588</updated>
|
|
1195
|
-
</task>
|
|
1196
|
-
<task id="LOCAL-00034" summary="Publish as 'next'">
|
|
1197
|
-
<created>1520682548307</created>
|
|
1198
|
-
<option name="number" value="00034" />
|
|
1199
|
-
<option name="presentableId" value="LOCAL-00034" />
|
|
1200
|
-
<option name="project" value="LOCAL" />
|
|
1201
|
-
<updated>1520682548307</updated>
|
|
1202
|
-
</task>
|
|
1203
|
-
<task id="LOCAL-00035" summary="wip events">
|
|
1204
|
-
<created>1526535774997</created>
|
|
1205
|
-
<option name="number" value="00035" />
|
|
1206
|
-
<option name="presentableId" value="LOCAL-00035" />
|
|
1207
|
-
<option name="project" value="LOCAL" />
|
|
1208
|
-
<updated>1526535774997</updated>
|
|
1209
|
-
</task>
|
|
1210
|
-
<task id="LOCAL-00036" summary="reorder demo examples">
|
|
1211
|
-
<created>1526536137188</created>
|
|
1212
|
-
<option name="number" value="00036" />
|
|
1213
|
-
<option name="presentableId" value="LOCAL-00036" />
|
|
1214
|
-
<option name="project" value="LOCAL" />
|
|
1215
|
-
<updated>1526536137188</updated>
|
|
1216
|
-
</task>
|
|
1217
|
-
<task id="LOCAL-00037" summary="versioning / publishing">
|
|
1218
|
-
<created>1526536524494</created>
|
|
1219
|
-
<option name="number" value="00037" />
|
|
1220
|
-
<option name="presentableId" value="LOCAL-00037" />
|
|
1221
|
-
<option name="project" value="LOCAL" />
|
|
1222
|
-
<updated>1526536524494</updated>
|
|
1223
|
-
</task>
|
|
1224
|
-
<task id="LOCAL-00038" summary="versioning / publishing">
|
|
1225
|
-
<created>1526536872819</created>
|
|
1226
|
-
<option name="number" value="00038" />
|
|
1227
|
-
<option name="presentableId" value="LOCAL-00038" />
|
|
1228
|
-
<option name="project" value="LOCAL" />
|
|
1229
|
-
<updated>1526536872819</updated>
|
|
1230
|
-
</task>
|
|
1231
|
-
<task id="LOCAL-00039" summary="versioning / publishing">
|
|
1232
|
-
<created>1526537072073</created>
|
|
1233
|
-
<option name="number" value="00039" />
|
|
1234
|
-
<option name="presentableId" value="LOCAL-00039" />
|
|
1235
|
-
<option name="project" value="LOCAL" />
|
|
1236
|
-
<updated>1526537072073</updated>
|
|
1237
|
-
</task>
|
|
1238
|
-
<option name="localTasksCounter" value="40" />
|
|
1239
|
-
<servers />
|
|
1240
|
-
</component>
|
|
1241
|
-
<component name="TimeTrackingManager">
|
|
1242
|
-
<option name="totallyTimeSpent" value="60005000" />
|
|
1243
|
-
</component>
|
|
1244
|
-
<component name="ToolWindowManager">
|
|
1245
|
-
<frame x="0" y="23" width="1440" height="873" extended-state="0" />
|
|
1246
|
-
<editor active="true" />
|
|
1247
|
-
<layout>
|
|
1248
|
-
<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" />
|
|
1249
|
-
<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="7" side_tool="false" content_ui="tabs" />
|
|
1250
|
-
<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" />
|
|
1251
|
-
<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.3178808" sideWeight="0.50572246" order="7" side_tool="true" content_ui="tabs" />
|
|
1252
|
-
<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" />
|
|
1253
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3629139" sideWeight="0.49427754" order="2" side_tool="false" content_ui="tabs" />
|
|
1254
|
-
<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.3602649" sideWeight="0.49713877" order="7" side_tool="false" content_ui="tabs" />
|
|
1255
|
-
<window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.26752505" sideWeight="0.66528064" order="2" side_tool="true" content_ui="tabs" />
|
|
1256
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.30463576" sideWeight="0.49713877" order="7" side_tool="false" content_ui="tabs" />
|
|
1257
|
-
<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" />
|
|
1258
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.26752505" sideWeight="0.33471933" order="0" side_tool="false" content_ui="combo" />
|
|
1259
|
-
<window_info id="Docker" 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" />
|
|
1260
|
-
<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" />
|
|
1261
|
-
<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" />
|
|
1262
|
-
<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" />
|
|
1263
|
-
<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" />
|
|
1264
|
-
<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" />
|
|
1265
|
-
<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" />
|
|
1266
|
-
<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" />
|
|
1267
|
-
<window_info id="REPL" 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="true" content_ui="tabs" />
|
|
1268
|
-
<window_info id="Leiningen" 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" />
|
|
1269
|
-
<window_info id="TypeScript" 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="8" side_tool="false" content_ui="tabs" />
|
|
1270
|
-
<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" />
|
|
1271
|
-
<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" />
|
|
1272
|
-
<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" />
|
|
1273
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32980132" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
1274
|
-
</layout>
|
|
1275
|
-
<layout-to-restore>
|
|
1276
|
-
<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" />
|
|
1277
|
-
<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" />
|
|
1278
|
-
<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" />
|
|
1279
|
-
<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.4821192" sideWeight="0.5028612" order="7" side_tool="true" content_ui="tabs" />
|
|
1280
|
-
<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" />
|
|
1281
|
-
<window_info id="REPL" 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="4" side_tool="true" content_ui="tabs" />
|
|
1282
|
-
<window_info id="Leiningen" 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="5" side_tool="false" content_ui="tabs" />
|
|
1283
|
-
<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" />
|
|
1284
|
-
<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" />
|
|
1285
|
-
<window_info id="Docker" 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="8" side_tool="false" content_ui="tabs" />
|
|
1286
|
-
<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="6" side_tool="false" content_ui="tabs" />
|
|
1287
|
-
<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" />
|
|
1288
|
-
<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" />
|
|
1289
|
-
<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" />
|
|
1290
|
-
<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" />
|
|
1291
|
-
<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="9" side_tool="false" content_ui="tabs" />
|
|
1292
|
-
<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="7" side_tool="false" content_ui="tabs" />
|
|
1293
|
-
<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" />
|
|
1294
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4384106" sideWeight="0.49713877" order="2" side_tool="false" content_ui="tabs" />
|
|
1295
|
-
<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.29801324" sideWeight="0.49713877" order="10" side_tool="false" content_ui="tabs" />
|
|
1296
|
-
<window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25679544" sideWeight="0.3752381" order="3" side_tool="true" content_ui="tabs" />
|
|
1297
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.30463576" sideWeight="0.49713877" order="11" side_tool="false" content_ui="tabs" />
|
|
1298
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25679544" sideWeight="0.6259542" order="0" side_tool="false" content_ui="combo" />
|
|
1299
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32980132" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
1300
|
-
<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="4" side_tool="true" content_ui="tabs" />
|
|
1301
|
-
</layout-to-restore>
|
|
1302
|
-
</component>
|
|
1303
|
-
<component name="TypeScriptGeneratedFilesManager">
|
|
1304
|
-
<option name="version" value="1" />
|
|
1305
|
-
</component>
|
|
1306
|
-
<component name="Vcs.Log.Tabs.Properties">
|
|
1307
|
-
<option name="TAB_STATES">
|
|
1308
|
-
<map>
|
|
1309
|
-
<entry key="MAIN">
|
|
1310
|
-
<value>
|
|
1311
|
-
<State>
|
|
1312
|
-
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
|
1313
|
-
<collection />
|
|
1314
|
-
</option>
|
|
1315
|
-
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
1316
|
-
<collection />
|
|
1317
|
-
</option>
|
|
1318
|
-
<option name="COLUMN_ORDER">
|
|
1319
|
-
<list>
|
|
1320
|
-
<option value="0" />
|
|
1321
|
-
<option value="1" />
|
|
1322
|
-
<option value="2" />
|
|
1323
|
-
<option value="3" />
|
|
1324
|
-
</list>
|
|
1325
|
-
</option>
|
|
1326
|
-
</State>
|
|
1327
|
-
</value>
|
|
1328
|
-
</entry>
|
|
1329
|
-
</map>
|
|
1330
|
-
</option>
|
|
1331
|
-
</component>
|
|
1332
|
-
<component name="VcsContentAnnotationSettings">
|
|
1333
|
-
<option name="myLimit" value="2678400000" />
|
|
1334
|
-
</component>
|
|
1335
|
-
<component name="VcsManagerConfiguration">
|
|
1336
|
-
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
|
1337
|
-
<option name="CHECK_NEW_TODO" value="false" />
|
|
1338
|
-
<MESSAGE value="Resizing tests - multiple panes" />
|
|
1339
|
-
<MESSAGE value="Allow dragging resizer to very edge" />
|
|
1340
|
-
<MESSAGE value="Resizing tests - to very edge" />
|
|
1341
|
-
<MESSAGE value="Tests - trigger onMove event for each coordinate between start & end" />
|
|
1342
|
-
<MESSAGE value="Tests" />
|
|
1343
|
-
<MESSAGE value="Rename resizerIndex" />
|
|
1344
|
-
<MESSAGE value="Separate resizer key & index with hyphen (same as Pane)" />
|
|
1345
|
-
<MESSAGE value="Get Resizer dimensions" />
|
|
1346
|
-
<MESSAGE value="Pane doesn't actually require children" />
|
|
1347
|
-
<MESSAGE value="Allow for size of resizer" />
|
|
1348
|
-
<MESSAGE value="Updated demo" />
|
|
1349
|
-
<MESSAGE value="Add release-it" />
|
|
1350
|
-
<MESSAGE value="Add semantic-release" />
|
|
1351
|
-
<MESSAGE value="Remove release-it" />
|
|
1352
|
-
<MESSAGE value="Use semantic release with travis" />
|
|
1353
|
-
<MESSAGE value="Remove semantic release with travis" />
|
|
1354
|
-
<MESSAGE value="use now.sh instead of surge.sh" />
|
|
1355
|
-
<MESSAGE value="Update tar version" />
|
|
1356
|
-
<MESSAGE value="Bump versions" />
|
|
1357
|
-
<MESSAGE value="Keep mochify on 3.3.0" />
|
|
1358
|
-
<MESSAGE value="Revert: Publish as 'next'" />
|
|
1359
|
-
<MESSAGE value="Publish as 'next'" />
|
|
1360
|
-
<MESSAGE value="wip events" />
|
|
1361
|
-
<MESSAGE value="reorder demo examples" />
|
|
1362
|
-
<MESSAGE value="versioning / publishing" />
|
|
1363
|
-
<option name="LAST_COMMIT_MESSAGE" value="versioning / publishing" />
|
|
1364
|
-
</component>
|
|
1365
|
-
<component name="XDebuggerManager">
|
|
1366
|
-
<breakpoint-manager>
|
|
1367
|
-
<option name="time" value="2" />
|
|
1368
|
-
</breakpoint-manager>
|
|
1369
|
-
<watches-manager />
|
|
1370
|
-
</component>
|
|
1371
|
-
<component name="editorHistoryManager">
|
|
1372
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1373
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1374
|
-
<state relative-caret-position="930">
|
|
1375
|
-
<caret line="62" column="97" lean-forward="true" selection-start-line="62" selection-start-column="53" selection-end-line="62" selection-end-column="97" />
|
|
1376
|
-
</state>
|
|
1377
|
-
</provider>
|
|
1378
|
-
</entry>
|
|
1379
|
-
<entry file="file://$PROJECT_DIR$/test/assertions/Asserter.js">
|
|
1380
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1381
|
-
<state relative-caret-position="2520">
|
|
1382
|
-
<caret line="174" column="0" lean-forward="false" selection-start-line="174" selection-start-column="0" selection-end-line="174" selection-end-column="0" />
|
|
1383
|
-
</state>
|
|
1384
|
-
</provider>
|
|
1385
|
-
</entry>
|
|
1386
|
-
<entry file="file://$PROJECT_DIR$/src/SplitPane.js">
|
|
1387
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1388
|
-
<state relative-caret-position="90">
|
|
1389
|
-
<caret line="13" column="0" lean-forward="false" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
|
|
1390
|
-
</state>
|
|
1391
|
-
</provider>
|
|
1392
|
-
</entry>
|
|
1393
|
-
<entry file="file://$PROJECT_DIR$/demo/Examples.js">
|
|
1394
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1395
|
-
<state relative-caret-position="165">
|
|
1396
|
-
<caret line="13" column="17" lean-forward="false" selection-start-line="13" selection-start-column="17" selection-end-line="13" selection-end-column="17" />
|
|
1397
|
-
</state>
|
|
1398
|
-
</provider>
|
|
1399
|
-
</entry>
|
|
1400
|
-
<entry file="file://$PROJECT_DIR$/demo/index.html">
|
|
1401
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1402
|
-
<state relative-caret-position="315">
|
|
1403
|
-
<caret line="21" column="6" lean-forward="false" selection-start-line="21" selection-start-column="6" selection-end-line="21" selection-end-column="6" />
|
|
1404
|
-
<folding />
|
|
1405
|
-
</state>
|
|
1406
|
-
</provider>
|
|
1407
|
-
</entry>
|
|
1408
|
-
<entry file="file://$PROJECT_DIR$/src/Resizer.js">
|
|
1409
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1410
|
-
<state relative-caret-position="15">
|
|
1411
|
-
<caret line="4" column="0" lean-forward="false" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
|
1412
|
-
</state>
|
|
1413
|
-
</provider>
|
|
1414
|
-
</entry>
|
|
1415
|
-
<entry file="file://$PROJECT_DIR$/src/Pane.js">
|
|
1416
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1417
|
-
<state relative-caret-position="750">
|
|
1418
|
-
<caret line="53" column="26" lean-forward="false" selection-start-line="53" selection-start-column="26" selection-end-line="53" selection-end-column="26" />
|
|
1419
|
-
</state>
|
|
1420
|
-
</provider>
|
|
1421
|
-
</entry>
|
|
1422
|
-
<entry file="file://$PROJECT_DIR$/test/assertions/Asserter.js">
|
|
1423
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1424
|
-
<state relative-caret-position="2460">
|
|
1425
|
-
<caret line="170" column="0" lean-forward="false" selection-start-line="170" selection-start-column="0" selection-end-line="170" selection-end-column="0" />
|
|
1426
|
-
</state>
|
|
1427
|
-
</provider>
|
|
1428
|
-
</entry>
|
|
1429
|
-
<entry file="file://$PROJECT_DIR$/test/default-split-pane-tests.js">
|
|
1430
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1431
|
-
<state relative-caret-position="1890">
|
|
1432
|
-
<caret line="131" column="0" lean-forward="false" selection-start-line="131" selection-start-column="0" selection-end-line="131" selection-end-column="0" />
|
|
1433
|
-
</state>
|
|
1434
|
-
</provider>
|
|
1435
|
-
</entry>
|
|
1436
|
-
<entry file="file://$PROJECT_DIR$/src/SplitPane.js">
|
|
1437
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1438
|
-
<state relative-caret-position="495">
|
|
1439
|
-
<caret line="39" column="4" lean-forward="false" selection-start-line="39" selection-start-column="4" selection-end-line="39" selection-end-column="4" />
|
|
1440
|
-
</state>
|
|
1441
|
-
</provider>
|
|
1442
|
-
</entry>
|
|
1443
|
-
<entry file="file://$PROJECT_DIR$/demo/Examples.js">
|
|
1444
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1445
|
-
<state relative-caret-position="840">
|
|
1446
|
-
<caret line="59" column="17" lean-forward="false" selection-start-line="59" selection-start-column="10" selection-end-line="59" selection-end-column="17" />
|
|
1447
|
-
</state>
|
|
1448
|
-
</provider>
|
|
1449
|
-
</entry>
|
|
1450
|
-
<entry file="file://$PROJECT_DIR$/demo/index.html">
|
|
1451
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1452
|
-
<state relative-caret-position="195">
|
|
1453
|
-
<caret line="13" column="6" lean-forward="false" selection-start-line="13" selection-start-column="6" selection-end-line="13" selection-end-column="6" />
|
|
1454
|
-
<folding />
|
|
1455
|
-
</state>
|
|
1456
|
-
</provider>
|
|
1457
|
-
</entry>
|
|
1458
|
-
<entry file="file://$PROJECT_DIR$/src/Resizer.js">
|
|
1459
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1460
|
-
<state relative-caret-position="240">
|
|
1461
|
-
<caret line="17" column="16" lean-forward="false" selection-start-line="17" selection-start-column="16" selection-end-line="17" selection-end-column="16" />
|
|
1462
|
-
</state>
|
|
1463
|
-
</provider>
|
|
1464
|
-
</entry>
|
|
1465
|
-
<entry file="file://$PROJECT_DIR$/src/Pane.js">
|
|
1466
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1467
|
-
<state relative-caret-position="1050">
|
|
1468
|
-
<caret line="73" column="26" lean-forward="false" selection-start-line="73" selection-start-column="26" selection-end-line="73" selection-end-column="26" />
|
|
1469
|
-
</state>
|
|
1470
|
-
</provider>
|
|
1471
|
-
</entry>
|
|
1472
|
-
<entry file="file://$PROJECT_DIR$/test/assertions/Asserter.js">
|
|
1473
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1474
|
-
<state relative-caret-position="1395">
|
|
1475
|
-
<caret line="104" column="4" lean-forward="false" selection-start-line="104" selection-start-column="4" selection-end-line="104" selection-end-column="4" />
|
|
1476
|
-
</state>
|
|
1477
|
-
</provider>
|
|
1478
|
-
</entry>
|
|
1479
|
-
<entry file="file://$PROJECT_DIR$/test/lib/utils.js" />
|
|
1480
|
-
<entry file="file://$PROJECT_DIR$/test/default-split-pane-tests.js">
|
|
1481
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1482
|
-
<state relative-caret-position="5760">
|
|
1483
|
-
<caret line="395" column="0" lean-forward="false" selection-start-line="395" selection-start-column="0" selection-end-line="395" selection-end-column="0" />
|
|
1484
|
-
</state>
|
|
1485
|
-
</provider>
|
|
1486
|
-
</entry>
|
|
1487
|
-
<entry file="file://$PROJECT_DIR$/src/SplitPane.js">
|
|
1488
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1489
|
-
<state relative-caret-position="0">
|
|
1490
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1491
|
-
</state>
|
|
1492
|
-
</provider>
|
|
1493
|
-
</entry>
|
|
1494
|
-
<entry file="file://$PROJECT_DIR$/src/Pane.js">
|
|
1495
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1496
|
-
<state relative-caret-position="150">
|
|
1497
|
-
<caret line="14" column="0" lean-forward="false" selection-start-line="14" selection-start-column="0" selection-end-line="14" selection-end-column="0" />
|
|
1498
|
-
</state>
|
|
1499
|
-
</provider>
|
|
1500
|
-
</entry>
|
|
1501
|
-
<entry file="file://$PROJECT_DIR$/demo/index.html">
|
|
1502
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1503
|
-
<state relative-caret-position="0">
|
|
1504
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1505
|
-
</state>
|
|
1506
|
-
</provider>
|
|
1507
|
-
</entry>
|
|
1508
|
-
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
|
1509
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1510
|
-
<state relative-caret-position="0">
|
|
1511
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1512
|
-
</state>
|
|
1513
|
-
</provider>
|
|
1514
|
-
</entry>
|
|
1515
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1516
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1517
|
-
<state relative-caret-position="705">
|
|
1518
|
-
<caret line="47" column="17" lean-forward="false" selection-start-line="47" selection-start-column="17" selection-end-line="47" selection-end-column="17" />
|
|
1519
|
-
</state>
|
|
1520
|
-
</provider>
|
|
1521
|
-
</entry>
|
|
1522
|
-
<entry file="file://$PROJECT_DIR$/.eslintrc" />
|
|
1523
|
-
<entry file="file://$PROJECT_DIR$/src/SplitPane.js">
|
|
1524
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1525
|
-
<state relative-caret-position="0">
|
|
1526
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1527
|
-
</state>
|
|
1528
|
-
</provider>
|
|
1529
|
-
</entry>
|
|
1530
|
-
<entry file="file://$PROJECT_DIR$/demo/index.html">
|
|
1531
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1532
|
-
<state relative-caret-position="0">
|
|
1533
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1534
|
-
</state>
|
|
1535
|
-
</provider>
|
|
1536
|
-
</entry>
|
|
1537
|
-
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
|
1538
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1539
|
-
<state relative-caret-position="0">
|
|
1540
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1541
|
-
</state>
|
|
1542
|
-
</provider>
|
|
1543
|
-
</entry>
|
|
1544
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1545
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1546
|
-
<state relative-caret-position="1035">
|
|
1547
|
-
<caret line="69" column="18" lean-forward="false" selection-start-line="69" selection-start-column="18" selection-end-line="69" selection-end-column="18" />
|
|
1548
|
-
</state>
|
|
1549
|
-
</provider>
|
|
1550
|
-
</entry>
|
|
1551
|
-
<entry file="file://$PROJECT_DIR$/.eslintrc" />
|
|
1552
|
-
<entry file="file://$PROJECT_DIR$/src/SplitPane.js">
|
|
1553
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1554
|
-
<state relative-caret-position="0">
|
|
1555
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1556
|
-
</state>
|
|
1557
|
-
</provider>
|
|
1558
|
-
</entry>
|
|
1559
|
-
<entry file="file://$PROJECT_DIR$/demo/index.html">
|
|
1560
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1561
|
-
<state relative-caret-position="315">
|
|
1562
|
-
<caret line="21" column="6" lean-forward="true" selection-start-line="21" selection-start-column="6" selection-end-line="21" selection-end-column="6" />
|
|
1563
|
-
</state>
|
|
1564
|
-
</provider>
|
|
1565
|
-
</entry>
|
|
1566
|
-
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
|
1567
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1568
|
-
<state relative-caret-position="0">
|
|
1569
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1570
|
-
</state>
|
|
1571
|
-
</provider>
|
|
1572
|
-
</entry>
|
|
1573
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1574
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1575
|
-
<state relative-caret-position="0">
|
|
1576
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1577
|
-
</state>
|
|
1578
|
-
</provider>
|
|
1579
|
-
</entry>
|
|
1580
|
-
<entry file="file://$PROJECT_DIR$/.eslintrc" />
|
|
1581
|
-
<entry file="file://$PROJECT_DIR$/src/SplitPane.js">
|
|
1582
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1583
|
-
<state relative-caret-position="0">
|
|
1584
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1585
|
-
</state>
|
|
1586
|
-
</provider>
|
|
1587
|
-
</entry>
|
|
1588
|
-
<entry file="file://$PROJECT_DIR$/.eslintrc" />
|
|
1589
|
-
<entry file="file://$PROJECT_DIR$/demo/example.html" />
|
|
1590
|
-
<entry file="file://$PROJECT_DIR$/demo/now.json" />
|
|
1591
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
|
1592
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1593
|
-
<state split_layout="SPLIT">
|
|
1594
|
-
<first_editor relative-caret-position="180">
|
|
1595
|
-
<caret line="12" column="46" lean-forward="false" selection-start-line="12" selection-start-column="46" selection-end-line="12" selection-end-column="54" />
|
|
1596
|
-
</first_editor>
|
|
1597
|
-
<second_editor />
|
|
1598
|
-
</state>
|
|
1599
|
-
</provider>
|
|
1600
|
-
</entry>
|
|
1601
|
-
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
|
1602
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1603
|
-
<state relative-caret-position="150">
|
|
1604
|
-
<caret line="10" column="0" lean-forward="false" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
|
|
1605
|
-
<folding />
|
|
1606
|
-
</state>
|
|
1607
|
-
</provider>
|
|
1608
|
-
</entry>
|
|
1609
|
-
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
1610
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1611
|
-
<state relative-caret-position="151980">
|
|
1612
|
-
<caret line="10132" column="16" lean-forward="false" selection-start-line="10132" selection-start-column="16" selection-end-line="10132" selection-end-column="16" />
|
|
1613
|
-
</state>
|
|
1614
|
-
</provider>
|
|
1615
|
-
</entry>
|
|
1616
|
-
<entry file="file://$PROJECT_DIR$/src/Resizer.js">
|
|
1617
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1618
|
-
<state relative-caret-position="240">
|
|
1619
|
-
<caret line="17" column="16" lean-forward="false" selection-start-line="17" selection-start-column="16" selection-end-line="17" selection-end-column="16" />
|
|
1620
|
-
<folding />
|
|
1621
|
-
</state>
|
|
1622
|
-
</provider>
|
|
1623
|
-
</entry>
|
|
1624
|
-
<entry file="file://$PROJECT_DIR$/test/lib/utils.js">
|
|
1625
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1626
|
-
<state relative-caret-position="60">
|
|
1627
|
-
<caret line="4" column="7" lean-forward="false" selection-start-line="4" selection-start-column="7" selection-end-line="4" selection-end-column="7" />
|
|
1628
|
-
<folding />
|
|
1629
|
-
</state>
|
|
1630
|
-
</provider>
|
|
1631
|
-
</entry>
|
|
1632
|
-
<entry file="file://$PROJECT_DIR$/src/Pane.js">
|
|
1633
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1634
|
-
<state relative-caret-position="675">
|
|
1635
|
-
<caret line="48" column="12" lean-forward="false" selection-start-line="48" selection-start-column="12" selection-end-line="48" selection-end-column="12" />
|
|
1636
|
-
<folding />
|
|
1637
|
-
</state>
|
|
1638
|
-
</provider>
|
|
1639
|
-
</entry>
|
|
1640
|
-
<entry file="file://$PROJECT_DIR$/index.d.ts" />
|
|
1641
|
-
<entry file="file://$PROJECT_DIR$/demo/Examples.js">
|
|
1642
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1643
|
-
<state relative-caret-position="9495">
|
|
1644
|
-
<caret line="636" column="16" lean-forward="false" selection-start-line="636" selection-start-column="16" selection-end-line="636" selection-end-column="16" />
|
|
1645
|
-
<folding>
|
|
1646
|
-
<marker date="1526535787356" expanded="true" signature="283:300" ph="..." />
|
|
1647
|
-
<marker date="1526535787356" expanded="true" signature="1137:1354" ph="..." />
|
|
1648
|
-
<marker date="1526535787356" expanded="true" signature="1220:1311" ph="..." />
|
|
1649
|
-
<marker date="1526535787356" expanded="true" signature="2047:2274" ph="..." />
|
|
1650
|
-
<marker date="1526535787356" expanded="true" signature="3046:3137" ph="..." />
|
|
1651
|
-
<marker date="1526535787356" expanded="true" signature="3510:3607" ph="..." />
|
|
1652
|
-
<marker date="1526535787356" expanded="true" signature="3997:4100" ph="..." />
|
|
1653
|
-
<marker date="1526535787356" expanded="true" signature="4498:4601" ph="..." />
|
|
1654
|
-
<marker date="1526535787356" expanded="true" signature="4986:5089" ph="..." />
|
|
1655
|
-
<marker date="1526535787356" expanded="true" signature="5465:5579" ph="..." />
|
|
1656
|
-
<marker date="1526535787356" expanded="true" signature="5977:6097" ph="..." />
|
|
1657
|
-
<marker date="1526535787356" expanded="true" signature="6484:6608" ph="..." />
|
|
1658
|
-
<marker date="1526535787356" expanded="true" signature="6996:7120" ph="..." />
|
|
1659
|
-
<marker date="1526535787356" expanded="true" signature="7508:7626" ph="..." />
|
|
1660
|
-
<marker date="1526535787356" expanded="true" signature="8010:8128" ph="..." />
|
|
1661
|
-
<marker date="1526535787356" expanded="true" signature="8503:8625" ph="..." />
|
|
1662
|
-
<marker date="1526535787356" expanded="true" signature="9007:9129" ph="..." />
|
|
1663
|
-
<marker date="1526535787356" expanded="true" signature="9516:9634" ph="..." />
|
|
1664
|
-
<marker date="1526535787356" expanded="true" signature="10018:10136" ph="..." />
|
|
1665
|
-
<marker date="1526535787356" expanded="true" signature="10511:10633" ph="..." />
|
|
1666
|
-
<marker date="1526535787356" expanded="true" signature="11013:11135" ph="..." />
|
|
1667
|
-
<marker date="1526535787356" expanded="true" signature="11534:11633" ph="..." />
|
|
1668
|
-
<marker date="1526535787356" expanded="true" signature="12006:12105" ph="..." />
|
|
1669
|
-
<marker date="1526535787356" expanded="true" signature="12468:12709" ph="..." />
|
|
1670
|
-
<marker date="1526535787356" expanded="true" signature="12555:12692" ph="..." />
|
|
1671
|
-
<marker date="1526535787356" expanded="true" signature="12600:12673" ph="..." />
|
|
1672
|
-
<marker date="1526535787356" expanded="true" signature="13719:13730" ph="{"SimpleExample": SimpleExample...}" />
|
|
1673
|
-
</folding>
|
|
1674
|
-
</state>
|
|
1675
|
-
</provider>
|
|
1676
|
-
</entry>
|
|
1677
|
-
<entry file="file://$PROJECT_DIR$/test/assertions/Asserter.js">
|
|
1678
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1679
|
-
<state relative-caret-position="2055">
|
|
1680
|
-
<caret line="149" column="21" lean-forward="false" selection-start-line="149" selection-start-column="21" selection-end-line="149" selection-end-column="21" />
|
|
1681
|
-
<folding>
|
|
1682
|
-
<element signature="e#0#26#0" expanded="true" />
|
|
1683
|
-
</folding>
|
|
1684
|
-
</state>
|
|
1685
|
-
</provider>
|
|
1686
|
-
</entry>
|
|
1687
|
-
<entry file="file://$PROJECT_DIR$/test/default-split-pane-tests.js">
|
|
1688
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1689
|
-
<state relative-caret-position="21240">
|
|
1690
|
-
<caret line="1416" column="3" lean-forward="false" selection-start-line="1416" selection-start-column="3" selection-end-line="1416" selection-end-column="3" />
|
|
1691
|
-
<folding>
|
|
1692
|
-
<element signature="e#0#21#0" expanded="true" />
|
|
1693
|
-
</folding>
|
|
1694
|
-
</state>
|
|
1695
|
-
</provider>
|
|
1696
|
-
</entry>
|
|
1697
|
-
<entry file="file://$PROJECT_DIR$/src/SplitPane.js">
|
|
1698
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1699
|
-
<state relative-caret-position="2430">
|
|
1700
|
-
<caret line="168" column="7" lean-forward="false" selection-start-line="168" selection-start-column="7" selection-end-line="168" selection-end-column="7" />
|
|
1701
|
-
<folding>
|
|
1702
|
-
<element signature="e#0#55#0" expanded="true" />
|
|
1703
|
-
</folding>
|
|
1704
|
-
</state>
|
|
1705
|
-
</provider>
|
|
1706
|
-
</entry>
|
|
1707
|
-
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
1708
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1709
|
-
<state relative-caret-position="255">
|
|
1710
|
-
<caret line="18" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="36" selection-end-column="0" />
|
|
1711
|
-
<folding />
|
|
1712
|
-
</state>
|
|
1713
|
-
</provider>
|
|
1714
|
-
</entry>
|
|
1715
|
-
<entry file="file://$PROJECT_DIR$/demo/index.html">
|
|
1716
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1717
|
-
<state relative-caret-position="115">
|
|
1718
|
-
<caret line="20" column="0" lean-forward="false" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
|
|
1719
|
-
<folding />
|
|
1720
|
-
</state>
|
|
1721
|
-
</provider>
|
|
1722
|
-
</entry>
|
|
1723
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1724
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1725
|
-
<state relative-caret-position="263">
|
|
1726
|
-
<caret line="72" column="89" lean-forward="false" selection-start-line="72" selection-start-column="67" selection-end-line="72" selection-end-column="89" />
|
|
1727
|
-
<folding />
|
|
1728
|
-
</state>
|
|
1729
|
-
</provider>
|
|
1730
|
-
</entry>
|
|
1731
|
-
</component>
|
|
1732
|
-
<component name="masterDetails">
|
|
1733
|
-
<states>
|
|
1734
|
-
<state key="ArtifactsStructureConfigurable.UI">
|
|
1735
|
-
<settings>
|
|
1736
|
-
<artifact-editor />
|
|
1737
|
-
<splitter-proportions>
|
|
1738
|
-
<option name="proportions">
|
|
1739
|
-
<list>
|
|
1740
|
-
<option value="0.2" />
|
|
1741
|
-
</list>
|
|
1742
|
-
</option>
|
|
1743
|
-
</splitter-proportions>
|
|
1744
|
-
</settings>
|
|
1745
|
-
</state>
|
|
1746
|
-
<state key="FacetStructureConfigurable.UI">
|
|
1747
|
-
<settings>
|
|
1748
|
-
<last-edited>No facets are configured</last-edited>
|
|
1749
|
-
<splitter-proportions>
|
|
1750
|
-
<option name="proportions">
|
|
1751
|
-
<list>
|
|
1752
|
-
<option value="0.2" />
|
|
1753
|
-
</list>
|
|
1754
|
-
</option>
|
|
1755
|
-
</splitter-proportions>
|
|
1756
|
-
</settings>
|
|
1757
|
-
</state>
|
|
1758
|
-
<state key="GlobalLibrariesConfigurable.UI">
|
|
1759
|
-
<settings>
|
|
1760
|
-
<last-edited>btib</last-edited>
|
|
1761
|
-
<splitter-proportions>
|
|
1762
|
-
<option name="proportions">
|
|
1763
|
-
<list>
|
|
1764
|
-
<option value="0.2" />
|
|
1765
|
-
</list>
|
|
1766
|
-
</option>
|
|
1767
|
-
</splitter-proportions>
|
|
1768
|
-
</settings>
|
|
1769
|
-
</state>
|
|
1770
|
-
<state key="JdkListConfigurable.UI">
|
|
1771
|
-
<settings>
|
|
1772
|
-
<last-edited>1.8</last-edited>
|
|
1773
|
-
<splitter-proportions>
|
|
1774
|
-
<option name="proportions">
|
|
1775
|
-
<list>
|
|
1776
|
-
<option value="0.2" />
|
|
1777
|
-
</list>
|
|
1778
|
-
</option>
|
|
1779
|
-
</splitter-proportions>
|
|
1780
|
-
</settings>
|
|
1781
|
-
</state>
|
|
1782
|
-
<state key="ModuleStructureConfigurable.UI">
|
|
1783
|
-
<settings>
|
|
1784
|
-
<last-edited>react-split-pane</last-edited>
|
|
1785
|
-
<splitter-proportions>
|
|
1786
|
-
<option name="proportions">
|
|
1787
|
-
<list>
|
|
1788
|
-
<option value="0.2" />
|
|
1789
|
-
</list>
|
|
1790
|
-
</option>
|
|
1791
|
-
</splitter-proportions>
|
|
1792
|
-
</settings>
|
|
1793
|
-
</state>
|
|
1794
|
-
<state key="ProjectJDKs.UI">
|
|
1795
|
-
<settings>
|
|
1796
|
-
<last-edited>1.8</last-edited>
|
|
1797
|
-
<splitter-proportions>
|
|
1798
|
-
<option name="proportions">
|
|
1799
|
-
<list>
|
|
1800
|
-
<option value="0.2" />
|
|
1801
|
-
</list>
|
|
1802
|
-
</option>
|
|
1803
|
-
</splitter-proportions>
|
|
1804
|
-
</settings>
|
|
1805
|
-
</state>
|
|
1806
|
-
<state key="ProjectLibrariesConfigurable.UI">
|
|
1807
|
-
<settings>
|
|
1808
|
-
<splitter-proportions>
|
|
1809
|
-
<option name="proportions">
|
|
1810
|
-
<list>
|
|
1811
|
-
<option value="0.2" />
|
|
1812
|
-
</list>
|
|
1813
|
-
</option>
|
|
1814
|
-
</splitter-proportions>
|
|
1815
|
-
</settings>
|
|
1816
|
-
</state>
|
|
1817
|
-
</states>
|
|
1818
|
-
</component>
|
|
1819
|
-
</project>
|