poi-plugin-milk 1.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/.idea/jsLibraryMappings.xml +6 -0
- package/.idea/misc.xml +81 -0
- package/.idea/modules.xml +8 -0
- package/.idea/poi-plugin-anchorage-repair.iml +12 -0
- package/.idea/workspace.xml +397 -0
- package/C/357/200/272UsersAdministratorAppDataRoamingpoipluginsnode_modulespoi-plugin-anchorage-repair +226 -0
- package/C/357/200/272UsersAdministratorAppDataRoamingpoipluginsnode_modulespoi-plugin-anchorage-repairindex2.js +226 -0
- package/LICENSE +21 -0
- package/README-CN.MD +53 -0
- package/README.MD +66 -0
- package/assets/style.css +55 -0
- package/i18n/en-US.json +1 -0
- package/i18n/ja-JP.json +24 -0
- package/i18n/ko-KR.json +12 -0
- package/i18n/zh-CN.json +24 -0
- package/i18n/zh-TW.json +24 -0
- package/index.js +234 -0
- package/index.js.map +1 -0
- package/package.json +43 -0
- package/parts/candidates.js +169 -0
- package/parts/candidates.js.map +1 -0
- package/parts/countup-timer.js +122 -0
- package/parts/countup-timer.js.map +1 -0
- package/parts/factor.js +32 -0
- package/parts/factor.js.map +1 -0
- package/parts/fleet-list.js +324 -0
- package/parts/fleet-list.js.map +1 -0
- package/parts/functions.js +90 -0
- package/parts/functions.js.map +1 -0
- package/parts/ship-row.js +141 -0
- package/parts/ship-row.js.map +1 -0
package/.idea/misc.xml
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="JavaScriptSettings">
|
|
4
|
+
<option name="languageLevel" value="ES6" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="MarkdownProjectSettings" wasCopied="true">
|
|
7
|
+
<PreviewSettings splitEditorLayout="SPLIT" splitEditorPreview="PREVIEW" useGrayscaleRendering="false" zoomFactor="1.0" maxImageWidth="0" showGitHubPageIfSynced="false" allowBrowsingInPreview="false" synchronizePreviewPosition="true" highlightPreviewType="NONE" highlightFadeOut="5" highlightOnTyping="true" synchronizeSourcePosition="true" verticallyAlignSourceAndPreviewSyncPosition="true" showSearchHighlightsInPreview="false" showSelectionInPreview="true" openRemoteLinks="true" replaceUnicodeEmoji="false" lastLayoutSetsDefault="false">
|
|
8
|
+
<PanelProvider>
|
|
9
|
+
<provider providerId="com.vladsch.idea.multimarkdown.editor.swing.html.panel" providerName="Default - Swing" />
|
|
10
|
+
</PanelProvider>
|
|
11
|
+
</PreviewSettings>
|
|
12
|
+
<ParserSettings gitHubSyntaxChange="false" emojiShortcuts="1" emojiImages="0">
|
|
13
|
+
<PegdownExtensions>
|
|
14
|
+
<option name="ABBREVIATIONS" value="false" />
|
|
15
|
+
<option name="ANCHORLINKS" value="true" />
|
|
16
|
+
<option name="ASIDE" value="false" />
|
|
17
|
+
<option name="ATXHEADERSPACE" value="true" />
|
|
18
|
+
<option name="AUTOLINKS" value="true" />
|
|
19
|
+
<option name="DEFINITIONS" value="false" />
|
|
20
|
+
<option name="DEFINITION_BREAK_DOUBLE_BLANK_LINE" value="false" />
|
|
21
|
+
<option name="FENCED_CODE_BLOCKS" value="true" />
|
|
22
|
+
<option name="FOOTNOTES" value="false" />
|
|
23
|
+
<option name="HARDWRAPS" value="false" />
|
|
24
|
+
<option name="HTML_DEEP_PARSER" value="false" />
|
|
25
|
+
<option name="INSERTED" value="false" />
|
|
26
|
+
<option name="QUOTES" value="false" />
|
|
27
|
+
<option name="RELAXEDHRULES" value="true" />
|
|
28
|
+
<option name="SMARTS" value="false" />
|
|
29
|
+
<option name="STRIKETHROUGH" value="true" />
|
|
30
|
+
<option name="SUBSCRIPT" value="false" />
|
|
31
|
+
<option name="SUPERSCRIPT" value="false" />
|
|
32
|
+
<option name="SUPPRESS_HTML_BLOCKS" value="false" />
|
|
33
|
+
<option name="SUPPRESS_INLINE_HTML" value="false" />
|
|
34
|
+
<option name="TABLES" value="true" />
|
|
35
|
+
<option name="TASKLISTITEMS" value="true" />
|
|
36
|
+
<option name="TOC" value="false" />
|
|
37
|
+
<option name="WIKILINKS" value="true" />
|
|
38
|
+
</PegdownExtensions>
|
|
39
|
+
<ParserOptions>
|
|
40
|
+
<option name="ADMONITION_EXT" value="false" />
|
|
41
|
+
<option name="ATTRIBUTES_EXT" value="false" />
|
|
42
|
+
<option name="COMMONMARK_LISTS" value="true" />
|
|
43
|
+
<option name="DUMMY" value="false" />
|
|
44
|
+
<option name="EMOJI_SHORTCUTS" value="true" />
|
|
45
|
+
<option name="ENUMERATED_REFERENCES_EXT" value="false" />
|
|
46
|
+
<option name="FLEXMARK_FRONT_MATTER" value="false" />
|
|
47
|
+
<option name="GFM_LOOSE_BLANK_LINE_AFTER_ITEM_PARA" value="false" />
|
|
48
|
+
<option name="GFM_TABLE_RENDERING" value="true" />
|
|
49
|
+
<option name="GITBOOK_URL_ENCODING" value="false" />
|
|
50
|
+
<option name="GITHUB_LISTS" value="false" />
|
|
51
|
+
<option name="GITHUB_WIKI_LINKS" value="true" />
|
|
52
|
+
<option name="HEADER_ID_NO_DUPED_DASHES" value="false" />
|
|
53
|
+
<option name="JEKYLL_FRONT_MATTER" value="false" />
|
|
54
|
+
<option name="NO_TEXT_ATTRIBUTES" value="false" />
|
|
55
|
+
<option name="PARSE_HTML_ANCHOR_ID" value="false" />
|
|
56
|
+
<option name="SIM_TOC_BLANK_LINE_SPACER" value="true" />
|
|
57
|
+
</ParserOptions>
|
|
58
|
+
</ParserSettings>
|
|
59
|
+
<HtmlSettings headerTopEnabled="false" headerBottomEnabled="false" bodyTopEnabled="false" bodyBottomEnabled="false" embedUrlContent="false" addPageHeader="true" embedImages="false" embedHttpImages="false" imageUriSerials="false">
|
|
60
|
+
<GeneratorProvider>
|
|
61
|
+
<provider providerId="com.vladsch.idea.multimarkdown.editor.swing.html.generator" providerName="Default Swing HTML Generator" />
|
|
62
|
+
</GeneratorProvider>
|
|
63
|
+
<headerTop />
|
|
64
|
+
<headerBottom />
|
|
65
|
+
<bodyTop />
|
|
66
|
+
<bodyBottom />
|
|
67
|
+
</HtmlSettings>
|
|
68
|
+
<CssSettings previewScheme="UI_SCHEME" cssUri="" isCssUriEnabled="false" isCssUriSerial="true" isCssTextEnabled="false" isDynamicPageWidth="true">
|
|
69
|
+
<StylesheetProvider>
|
|
70
|
+
<provider providerId="com.vladsch.idea.multimarkdown.editor.swing.html.css" providerName="Default Swing Stylesheet" />
|
|
71
|
+
</StylesheetProvider>
|
|
72
|
+
<ScriptProviders />
|
|
73
|
+
<cssText />
|
|
74
|
+
<cssUriHistory />
|
|
75
|
+
</CssSettings>
|
|
76
|
+
<HtmlExportSettings updateOnSave="false" parentDir="" targetDir="" cssDir="" scriptDir="" plainHtml="false" imageDir="" copyLinkedImages="false" imageUniquifyType="0" targetExt="" useTargetExt="false" noCssNoScripts="false" linkToExportedHtml="true" exportOnSettingsChange="true" regenerateOnProjectOpen="false" linkFormatType="HTTP_ABSOLUTE" />
|
|
77
|
+
<LinkMapSettings>
|
|
78
|
+
<textMaps />
|
|
79
|
+
</LinkMapSettings>
|
|
80
|
+
</component>
|
|
81
|
+
</project>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/poi-plugin-anchorage-repair.iml" filepath="$PROJECT_DIR$/.idea/poi-plugin-anchorage-repair.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$">
|
|
5
|
+
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
6
|
+
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
7
|
+
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
+
</content>
|
|
9
|
+
<orderEntry type="inheritedJdk" />
|
|
10
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
+
</component>
|
|
12
|
+
</module>
|
|
@@ -0,0 +1,397 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="10bcaa31-f925-41a5-ab63-a24a34a8ae53" name="Default" comment="" />
|
|
5
|
+
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
6
|
+
<ignored path="$PROJECT_DIR$/temp/" />
|
|
7
|
+
<ignored path="$PROJECT_DIR$/tmp/" />
|
|
8
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
9
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
10
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
11
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
12
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
13
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
14
|
+
</component>
|
|
15
|
+
<component name="CreatePatchCommitExecutor">
|
|
16
|
+
<option name="PATCH_PATH" value="" />
|
|
17
|
+
</component>
|
|
18
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
19
|
+
<component name="FavoritesManager">
|
|
20
|
+
<favorites_list name="poi-plugin-anchorage-repair" />
|
|
21
|
+
</component>
|
|
22
|
+
<component name="FileEditorManager">
|
|
23
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="600">
|
|
24
|
+
<file leaf-file-name="fleet-list.js" pinned="false" current-in-tab="false">
|
|
25
|
+
<entry file="file://$PROJECT_DIR$/parts/fleet-list.js">
|
|
26
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
27
|
+
<state relative-caret-position="1080">
|
|
28
|
+
<caret line="302" column="42" lean-forward="false" selection-start-line="302" selection-start-column="42" selection-end-line="302" selection-end-column="42" />
|
|
29
|
+
<folding />
|
|
30
|
+
</state>
|
|
31
|
+
</provider>
|
|
32
|
+
</entry>
|
|
33
|
+
</file>
|
|
34
|
+
<file leaf-file-name="index.js" pinned="false" current-in-tab="false">
|
|
35
|
+
<entry file="file://$PROJECT_DIR$/index.js">
|
|
36
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
37
|
+
<state relative-caret-position="811">
|
|
38
|
+
<caret line="94" column="6" lean-forward="false" selection-start-line="94" selection-start-column="6" selection-end-line="94" selection-end-column="6" />
|
|
39
|
+
<folding />
|
|
40
|
+
</state>
|
|
41
|
+
</provider>
|
|
42
|
+
</entry>
|
|
43
|
+
</file>
|
|
44
|
+
<file leaf-file-name="factor.js" pinned="false" current-in-tab="false">
|
|
45
|
+
<entry file="file://$PROJECT_DIR$/parts/factor.js">
|
|
46
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
47
|
+
<state relative-caret-position="0">
|
|
48
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
49
|
+
<folding />
|
|
50
|
+
</state>
|
|
51
|
+
</provider>
|
|
52
|
+
</entry>
|
|
53
|
+
</file>
|
|
54
|
+
<file leaf-file-name="countup-timer.js" pinned="false" current-in-tab="false">
|
|
55
|
+
<entry file="file://$PROJECT_DIR$/parts/countup-timer.js">
|
|
56
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
57
|
+
<state relative-caret-position="0">
|
|
58
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
59
|
+
<folding />
|
|
60
|
+
</state>
|
|
61
|
+
</provider>
|
|
62
|
+
</entry>
|
|
63
|
+
</file>
|
|
64
|
+
<file leaf-file-name="zh-CN.json" pinned="false" current-in-tab="false">
|
|
65
|
+
<entry file="file://$PROJECT_DIR$/i18n/zh-CN.json">
|
|
66
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
67
|
+
<state relative-caret-position="287">
|
|
68
|
+
<caret line="7" column="5" lean-forward="false" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="5" />
|
|
69
|
+
<folding />
|
|
70
|
+
</state>
|
|
71
|
+
</provider>
|
|
72
|
+
</entry>
|
|
73
|
+
</file>
|
|
74
|
+
<file leaf-file-name="index.js.map" pinned="false" current-in-tab="false">
|
|
75
|
+
<entry file="file://$PROJECT_DIR$/index.js.map">
|
|
76
|
+
<provider editor-type-id="sourcemapFileViewerProvider">
|
|
77
|
+
<state />
|
|
78
|
+
</provider>
|
|
79
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
80
|
+
<state relative-caret-position="-2188">
|
|
81
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
82
|
+
<folding />
|
|
83
|
+
</state>
|
|
84
|
+
</provider>
|
|
85
|
+
</entry>
|
|
86
|
+
</file>
|
|
87
|
+
<file leaf-file-name="package.json" pinned="false" current-in-tab="true">
|
|
88
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
89
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
90
|
+
<state relative-caret-position="95">
|
|
91
|
+
<caret line="5" column="0" lean-forward="false" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" />
|
|
92
|
+
<folding />
|
|
93
|
+
</state>
|
|
94
|
+
</provider>
|
|
95
|
+
</entry>
|
|
96
|
+
</file>
|
|
97
|
+
<file leaf-file-name="ship-row.js" pinned="false" current-in-tab="false">
|
|
98
|
+
<entry file="file://$PROJECT_DIR$/parts/ship-row.js">
|
|
99
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
100
|
+
<state relative-caret-position="656">
|
|
101
|
+
<caret line="61" column="6" lean-forward="false" selection-start-line="61" selection-start-column="6" selection-end-line="61" selection-end-column="6" />
|
|
102
|
+
<folding />
|
|
103
|
+
</state>
|
|
104
|
+
</provider>
|
|
105
|
+
</entry>
|
|
106
|
+
</file>
|
|
107
|
+
</leaf>
|
|
108
|
+
</component>
|
|
109
|
+
<component name="FindInProjectRecents">
|
|
110
|
+
<findStrings>
|
|
111
|
+
<find>fleetAkashiConv</find>
|
|
112
|
+
<find>Not ready</find>
|
|
113
|
+
<find>HP</find>
|
|
114
|
+
<find>canRepair</find>
|
|
115
|
+
</findStrings>
|
|
116
|
+
</component>
|
|
117
|
+
<component name="IdeDocumentHistory">
|
|
118
|
+
<option name="CHANGED_PATHS">
|
|
119
|
+
<list>
|
|
120
|
+
<option value="$PROJECT_DIR$/i18n/zh-CN.json" />
|
|
121
|
+
<option value="$PROJECT_DIR$/parts/fleet-list.js" />
|
|
122
|
+
<option value="$PROJECT_DIR$/parts/ship-row.js" />
|
|
123
|
+
<option value="$PROJECT_DIR$/index.js" />
|
|
124
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
125
|
+
</list>
|
|
126
|
+
</option>
|
|
127
|
+
</component>
|
|
128
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
129
|
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER">
|
|
130
|
+
<package-json value="$PROJECT_DIR$/package.json" />
|
|
131
|
+
</component>
|
|
132
|
+
<component name="JsGulpfileManager">
|
|
133
|
+
<detection-done>true</detection-done>
|
|
134
|
+
<sorting>DEFINITION_ORDER</sorting>
|
|
135
|
+
</component>
|
|
136
|
+
<component name="NodeModulesDirectoryManager">
|
|
137
|
+
<handled-path value="$PROJECT_DIR$/node_modules" />
|
|
138
|
+
</component>
|
|
139
|
+
<component name="ProjectFrameBounds">
|
|
140
|
+
<option name="x" value="140" />
|
|
141
|
+
<option name="y" value="22" />
|
|
142
|
+
<option name="width" value="3700" />
|
|
143
|
+
<option name="height" value="2138" />
|
|
144
|
+
</component>
|
|
145
|
+
<component name="ProjectView">
|
|
146
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
147
|
+
<flattenPackages />
|
|
148
|
+
<showMembers />
|
|
149
|
+
<showModules />
|
|
150
|
+
<showLibraryContents />
|
|
151
|
+
<hideEmptyPackages />
|
|
152
|
+
<abbreviatePackageNames />
|
|
153
|
+
<autoscrollToSource />
|
|
154
|
+
<autoscrollFromSource />
|
|
155
|
+
<sortByType />
|
|
156
|
+
<manualOrder />
|
|
157
|
+
<foldersAlwaysOnTop value="true" />
|
|
158
|
+
</navigator>
|
|
159
|
+
<panes>
|
|
160
|
+
<pane id="Scope" />
|
|
161
|
+
<pane id="Scratches" />
|
|
162
|
+
<pane id="ProjectPane">
|
|
163
|
+
<subPane>
|
|
164
|
+
<PATH>
|
|
165
|
+
<PATH_ELEMENT>
|
|
166
|
+
<option name="myItemId" value="poi-plugin-anchorage-repair" />
|
|
167
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
168
|
+
</PATH_ELEMENT>
|
|
169
|
+
<PATH_ELEMENT>
|
|
170
|
+
<option name="myItemId" value="poi-plugin-anchorage-repair" />
|
|
171
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
172
|
+
</PATH_ELEMENT>
|
|
173
|
+
</PATH>
|
|
174
|
+
<PATH>
|
|
175
|
+
<PATH_ELEMENT>
|
|
176
|
+
<option name="myItemId" value="poi-plugin-anchorage-repair" />
|
|
177
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
178
|
+
</PATH_ELEMENT>
|
|
179
|
+
<PATH_ELEMENT>
|
|
180
|
+
<option name="myItemId" value="poi-plugin-anchorage-repair" />
|
|
181
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
182
|
+
</PATH_ELEMENT>
|
|
183
|
+
<PATH_ELEMENT>
|
|
184
|
+
<option name="myItemId" value="index.js" />
|
|
185
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NestingTreeNode" />
|
|
186
|
+
</PATH_ELEMENT>
|
|
187
|
+
</PATH>
|
|
188
|
+
<PATH>
|
|
189
|
+
<PATH_ELEMENT>
|
|
190
|
+
<option name="myItemId" value="poi-plugin-anchorage-repair" />
|
|
191
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
192
|
+
</PATH_ELEMENT>
|
|
193
|
+
<PATH_ELEMENT>
|
|
194
|
+
<option name="myItemId" value="poi-plugin-anchorage-repair" />
|
|
195
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
196
|
+
</PATH_ELEMENT>
|
|
197
|
+
<PATH_ELEMENT>
|
|
198
|
+
<option name="myItemId" value="parts" />
|
|
199
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
200
|
+
</PATH_ELEMENT>
|
|
201
|
+
</PATH>
|
|
202
|
+
<PATH>
|
|
203
|
+
<PATH_ELEMENT>
|
|
204
|
+
<option name="myItemId" value="poi-plugin-anchorage-repair" />
|
|
205
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
206
|
+
</PATH_ELEMENT>
|
|
207
|
+
<PATH_ELEMENT>
|
|
208
|
+
<option name="myItemId" value="poi-plugin-anchorage-repair" />
|
|
209
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
210
|
+
</PATH_ELEMENT>
|
|
211
|
+
<PATH_ELEMENT>
|
|
212
|
+
<option name="myItemId" value="i18n" />
|
|
213
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
214
|
+
</PATH_ELEMENT>
|
|
215
|
+
</PATH>
|
|
216
|
+
</subPane>
|
|
217
|
+
</pane>
|
|
218
|
+
</panes>
|
|
219
|
+
</component>
|
|
220
|
+
<component name="PropertiesComponent">
|
|
221
|
+
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
222
|
+
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
223
|
+
<property name="options.lastSelected" value="web-ide.project.structure" />
|
|
224
|
+
<property name="options.searchVisible" value="true" />
|
|
225
|
+
<property name="options.splitter.details.proportions" value="0.2" />
|
|
226
|
+
<property name="options.splitter.main.proportions" value="0.3" />
|
|
227
|
+
<property name="settings.editor.selected.configurable" value="editor.preferences.smartKeys" />
|
|
228
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
229
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
230
|
+
<property name="HbShouldOpenHtmlAsHb" value="" />
|
|
231
|
+
</component>
|
|
232
|
+
<component name="RunManager">
|
|
233
|
+
<configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
|
|
234
|
+
<method />
|
|
235
|
+
</configuration>
|
|
236
|
+
</component>
|
|
237
|
+
<component name="ShelveChangesManager" show_recycled="false">
|
|
238
|
+
<option name="remove_strategy" value="false" />
|
|
239
|
+
</component>
|
|
240
|
+
<component name="TaskManager">
|
|
241
|
+
<task active="true" id="Default" summary="Default task">
|
|
242
|
+
<changelist id="10bcaa31-f925-41a5-ab63-a24a34a8ae53" name="Default" comment="" />
|
|
243
|
+
<created>1764751942683</created>
|
|
244
|
+
<option name="number" value="Default" />
|
|
245
|
+
<option name="presentableId" value="Default" />
|
|
246
|
+
<updated>1764751942683</updated>
|
|
247
|
+
<workItem from="1764751943836" duration="336000" />
|
|
248
|
+
<workItem from="1764814660477" duration="3659000" />
|
|
249
|
+
</task>
|
|
250
|
+
<servers />
|
|
251
|
+
</component>
|
|
252
|
+
<component name="TimeTrackingManager">
|
|
253
|
+
<option name="totallyTimeSpent" value="3995000" />
|
|
254
|
+
</component>
|
|
255
|
+
<component name="ToolWindowManager">
|
|
256
|
+
<frame x="140" y="22" width="3700" height="2138" extended-state="0" />
|
|
257
|
+
<editor active="true" />
|
|
258
|
+
<layout>
|
|
259
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24924843" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
260
|
+
<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" />
|
|
261
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
|
262
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
263
|
+
<window_info id="npm" 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" />
|
|
264
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
265
|
+
<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" />
|
|
266
|
+
<window_info id="Terminal" 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" />
|
|
267
|
+
<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" />
|
|
268
|
+
<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" />
|
|
269
|
+
<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" />
|
|
270
|
+
<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" />
|
|
271
|
+
<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" />
|
|
272
|
+
<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" />
|
|
273
|
+
<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" />
|
|
274
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32954547" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
275
|
+
<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" />
|
|
276
|
+
</layout>
|
|
277
|
+
</component>
|
|
278
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
279
|
+
<option name="processedProjectFiles" value="true" />
|
|
280
|
+
</component>
|
|
281
|
+
<component name="VcsContentAnnotationSettings">
|
|
282
|
+
<option name="myLimit" value="2678400000" />
|
|
283
|
+
</component>
|
|
284
|
+
<component name="XDebuggerManager">
|
|
285
|
+
<breakpoint-manager />
|
|
286
|
+
<watches-manager />
|
|
287
|
+
</component>
|
|
288
|
+
<component name="editorHistoryManager">
|
|
289
|
+
<entry file="file://$PROJECT_DIR$/parts/fleet-list.js">
|
|
290
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
291
|
+
<state relative-caret-position="6478">
|
|
292
|
+
<caret line="158" column="25" lean-forward="true" selection-start-line="158" selection-start-column="25" selection-end-line="158" selection-end-column="25" />
|
|
293
|
+
<folding />
|
|
294
|
+
</state>
|
|
295
|
+
</provider>
|
|
296
|
+
</entry>
|
|
297
|
+
<entry file="file://$PROJECT_DIR$/index.js">
|
|
298
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
299
|
+
<state relative-caret-position="0">
|
|
300
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
301
|
+
<folding />
|
|
302
|
+
</state>
|
|
303
|
+
</provider>
|
|
304
|
+
</entry>
|
|
305
|
+
<entry file="file://$PROJECT_DIR$/parts/factor.js">
|
|
306
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
307
|
+
<state relative-caret-position="0">
|
|
308
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
309
|
+
<folding />
|
|
310
|
+
</state>
|
|
311
|
+
</provider>
|
|
312
|
+
</entry>
|
|
313
|
+
<entry file="file://$PROJECT_DIR$/parts/countup-timer.js">
|
|
314
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
315
|
+
<state relative-caret-position="0">
|
|
316
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
317
|
+
<folding />
|
|
318
|
+
</state>
|
|
319
|
+
</provider>
|
|
320
|
+
</entry>
|
|
321
|
+
<entry file="file://$PROJECT_DIR$/i18n/zh-CN.json">
|
|
322
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
323
|
+
<state relative-caret-position="123">
|
|
324
|
+
<caret line="3" column="3" lean-forward="true" selection-start-line="3" selection-start-column="3" selection-end-line="3" selection-end-column="12" />
|
|
325
|
+
<folding />
|
|
326
|
+
</state>
|
|
327
|
+
</provider>
|
|
328
|
+
</entry>
|
|
329
|
+
<entry file="file://$PROJECT_DIR$/parts/countup-timer.js">
|
|
330
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
331
|
+
<state relative-caret-position="0">
|
|
332
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
333
|
+
<folding />
|
|
334
|
+
</state>
|
|
335
|
+
</provider>
|
|
336
|
+
</entry>
|
|
337
|
+
<entry file="file://$PROJECT_DIR$/index.js.map">
|
|
338
|
+
<provider editor-type-id="sourcemapFileViewerProvider">
|
|
339
|
+
<state />
|
|
340
|
+
</provider>
|
|
341
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
342
|
+
<state relative-caret-position="-2188">
|
|
343
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
344
|
+
<folding />
|
|
345
|
+
</state>
|
|
346
|
+
</provider>
|
|
347
|
+
</entry>
|
|
348
|
+
<entry file="file://$PROJECT_DIR$/i18n/zh-CN.json">
|
|
349
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
350
|
+
<state relative-caret-position="287">
|
|
351
|
+
<caret line="7" column="5" lean-forward="false" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="5" />
|
|
352
|
+
<folding />
|
|
353
|
+
</state>
|
|
354
|
+
</provider>
|
|
355
|
+
</entry>
|
|
356
|
+
<entry file="file://$PROJECT_DIR$/parts/factor.js">
|
|
357
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
358
|
+
<state relative-caret-position="0">
|
|
359
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
360
|
+
<folding />
|
|
361
|
+
</state>
|
|
362
|
+
</provider>
|
|
363
|
+
</entry>
|
|
364
|
+
<entry file="file://$PROJECT_DIR$/parts/ship-row.js">
|
|
365
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
366
|
+
<state relative-caret-position="656">
|
|
367
|
+
<caret line="61" column="6" lean-forward="false" selection-start-line="61" selection-start-column="6" selection-end-line="61" selection-end-column="6" />
|
|
368
|
+
<folding />
|
|
369
|
+
</state>
|
|
370
|
+
</provider>
|
|
371
|
+
</entry>
|
|
372
|
+
<entry file="file://$PROJECT_DIR$/parts/fleet-list.js">
|
|
373
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
374
|
+
<state relative-caret-position="1080">
|
|
375
|
+
<caret line="302" column="42" lean-forward="false" selection-start-line="302" selection-start-column="42" selection-end-line="302" selection-end-column="42" />
|
|
376
|
+
<folding />
|
|
377
|
+
</state>
|
|
378
|
+
</provider>
|
|
379
|
+
</entry>
|
|
380
|
+
<entry file="file://$PROJECT_DIR$/index.js">
|
|
381
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
382
|
+
<state relative-caret-position="811">
|
|
383
|
+
<caret line="94" column="6" lean-forward="false" selection-start-line="94" selection-start-column="6" selection-end-line="94" selection-end-column="6" />
|
|
384
|
+
<folding />
|
|
385
|
+
</state>
|
|
386
|
+
</provider>
|
|
387
|
+
</entry>
|
|
388
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
389
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
390
|
+
<state relative-caret-position="95">
|
|
391
|
+
<caret line="5" column="0" lean-forward="false" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" />
|
|
392
|
+
<folding />
|
|
393
|
+
</state>
|
|
394
|
+
</provider>
|
|
395
|
+
</entry>
|
|
396
|
+
</component>
|
|
397
|
+
</project>
|