|
@@ -1,7 +1,9 @@
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
2
|
<project version="4">
|
3
|
3
|
<component name="ChangeListManager">
|
4
|
|
- <list default="true" id="9d766353-39e5-44c8-94ba-08920a498ae5" name="Default" comment="" />
|
|
4
|
+ <list default="true" id="9d766353-39e5-44c8-94ba-08920a498ae5" name="Default" comment="">
|
|
5
|
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
6
|
+ </list>
|
5
|
7
|
<ignored path="$PROJECT_DIR$/target/" />
|
6
|
8
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
7
|
9
|
<option name="TRACKING_ENABLED" value="true" />
|
|
@@ -10,6 +12,58 @@
|
10
|
12
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
11
|
13
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
12
|
14
|
</component>
|
|
15
|
+ <component name="FileEditorManager">
|
|
16
|
+ <leaf>
|
|
17
|
+ <file leaf-file-name="Wallet.java" pinned="false" current-in-tab="false">
|
|
18
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcoin/model/Wallet.java">
|
|
19
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
20
|
+ <state relative-caret-position="210">
|
|
21
|
+ <caret line="15" column="13" selection-start-line="15" selection-start-column="13" selection-end-line="15" selection-end-column="13" />
|
|
22
|
+ </state>
|
|
23
|
+ </provider>
|
|
24
|
+ </entry>
|
|
25
|
+ </file>
|
|
26
|
+ <file leaf-file-name="WalletService.java" pinned="false" current-in-tab="false">
|
|
27
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcoin/service/WalletService.java">
|
|
28
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
29
|
+ <state relative-caret-position="75">
|
|
30
|
+ <caret line="10" column="13" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" />
|
|
31
|
+ </state>
|
|
32
|
+ </provider>
|
|
33
|
+ </entry>
|
|
34
|
+ </file>
|
|
35
|
+ <file leaf-file-name="WalletRepository.java" pinned="false" current-in-tab="false">
|
|
36
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcoin/repository/WalletRepository.java">
|
|
37
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
38
|
+ <state relative-caret-position="75">
|
|
39
|
+ <caret line="10" column="17" selection-start-line="10" selection-start-column="17" selection-end-line="10" selection-end-column="17" />
|
|
40
|
+ </state>
|
|
41
|
+ </provider>
|
|
42
|
+ </entry>
|
|
43
|
+ </file>
|
|
44
|
+ <file leaf-file-name="WalletController.java" pinned="false" current-in-tab="true">
|
|
45
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcoin/controller/WalletController.java">
|
|
46
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
47
|
+ <state relative-caret-position="390">
|
|
48
|
+ <caret line="41" column="17" selection-start-line="41" selection-start-column="17" selection-end-line="41" selection-end-column="17" />
|
|
49
|
+ </state>
|
|
50
|
+ </provider>
|
|
51
|
+ </entry>
|
|
52
|
+ </file>
|
|
53
|
+ <file leaf-file-name="TransactionController.java" pinned="false" current-in-tab="false">
|
|
54
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcoin/controller/TransactionController.java">
|
|
55
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
56
|
+ <state relative-caret-position="90">
|
|
57
|
+ <caret line="14" column="13" selection-start-line="14" selection-start-column="13" selection-end-line="14" selection-end-column="13" />
|
|
58
|
+ </state>
|
|
59
|
+ </provider>
|
|
60
|
+ </entry>
|
|
61
|
+ </file>
|
|
62
|
+ </leaf>
|
|
63
|
+ </component>
|
|
64
|
+ <component name="Git.Settings">
|
|
65
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
|
|
66
|
+ </component>
|
13
|
67
|
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
14
|
68
|
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
15
|
69
|
<component name="JsGulpfileManager">
|
|
@@ -39,6 +93,7 @@
|
39
|
93
|
<component name="PropertiesComponent">
|
40
|
94
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
41
|
95
|
<property name="aspect.path.notification.shown" value="true" />
|
|
96
|
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
42
|
97
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
43
|
98
|
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
44
|
99
|
<property name="settings.editor.selected.configurable" value="project.propVCSSupport.Mappings" />
|
|
@@ -108,41 +163,44 @@
|
108
|
163
|
<option name="number" value="Default" />
|
109
|
164
|
<option name="presentableId" value="Default" />
|
110
|
165
|
<updated>1533568156716</updated>
|
111
|
|
- <workItem from="1533568158396" duration="20000" />
|
|
166
|
+ <workItem from="1533568158396" duration="779000" />
|
112
|
167
|
</task>
|
113
|
168
|
<servers />
|
114
|
169
|
</component>
|
115
|
170
|
<component name="TimeTrackingManager">
|
116
|
|
- <option name="totallyTimeSpent" value="20000" />
|
|
171
|
+ <option name="totallyTimeSpent" value="779000" />
|
117
|
172
|
</component>
|
118
|
173
|
<component name="ToolWindowManager">
|
119
|
174
|
<frame x="0" y="23" width="1280" height="800" extended-state="0" />
|
120
|
175
|
<layout>
|
121
|
176
|
<window_info anchor="right" id="Palette" />
|
122
|
|
- <window_info anchor="bottom" id="TODO" order="6" />
|
123
|
|
- <window_info anchor="right" id="Palette	" />
|
124
|
|
- <window_info id="Image Layers" />
|
125
|
|
- <window_info anchor="right" id="Capture Analysis" />
|
126
|
177
|
<window_info anchor="bottom" id="Event Log" side_tool="true" />
|
127
|
178
|
<window_info anchor="right" id="Maven Projects" />
|
128
|
179
|
<window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
|
129
|
|
- <window_info anchor="bottom" id="Run" order="2" />
|
130
|
|
- <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
|
131
|
|
- <window_info anchor="bottom" id="Terminal" />
|
132
|
180
|
<window_info id="Capture Tool" />
|
133
|
181
|
<window_info id="Designer" />
|
134
|
|
- <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24959612" />
|
135
|
|
- <window_info id="Web" side_tool="true" />
|
136
|
182
|
<window_info anchor="right" id="Database" />
|
137
|
183
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
138
|
184
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
139
|
185
|
<window_info id="UI Designer" />
|
140
|
|
- <window_info anchor="right" id="Theme Preview" />
|
141
|
186
|
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
187
|
+ <window_info anchor="bottom" id="TODO" order="6" />
|
|
188
|
+ <window_info anchor="right" id="Palette	" />
|
|
189
|
+ <window_info id="Image Layers" />
|
|
190
|
+ <window_info anchor="bottom" id="Java Enterprise" />
|
|
191
|
+ <window_info anchor="right" id="Capture Analysis" />
|
|
192
|
+ <window_info anchor="bottom" id="Run" order="2" />
|
|
193
|
+ <window_info anchor="bottom" id="Version Control" />
|
|
194
|
+ <window_info anchor="bottom" id="Terminal" visible="true" weight="0.32859176" />
|
|
195
|
+ <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24959612" />
|
|
196
|
+ <window_info id="Web" side_tool="true" />
|
|
197
|
+ <window_info anchor="right" id="Theme Preview" />
|
142
|
198
|
<window_info id="Favorites" side_tool="true" />
|
|
199
|
+ <window_info anchor="right" id="Bean Validation" />
|
143
|
200
|
<window_info anchor="bottom" id="Find" order="1" />
|
144
|
201
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
145
|
202
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
203
|
+ <window_info anchor="bottom" id="Spring" />
|
146
|
204
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
147
|
205
|
<window_info anchor="bottom" id="Message" order="0" />
|
148
|
206
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
@@ -154,4 +212,41 @@
|
154
|
212
|
<component name="VcsContentAnnotationSettings">
|
155
|
213
|
<option name="myLimit" value="2678400000" />
|
156
|
214
|
</component>
|
|
215
|
+ <component name="editorHistoryManager">
|
|
216
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcoin/service/WalletService.java">
|
|
217
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
218
|
+ <state relative-caret-position="75">
|
|
219
|
+ <caret line="10" column="13" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" />
|
|
220
|
+ </state>
|
|
221
|
+ </provider>
|
|
222
|
+ </entry>
|
|
223
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcoin/repository/WalletRepository.java">
|
|
224
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
225
|
+ <state relative-caret-position="75">
|
|
226
|
+ <caret line="10" column="17" selection-start-line="10" selection-start-column="17" selection-end-line="10" selection-end-column="17" />
|
|
227
|
+ </state>
|
|
228
|
+ </provider>
|
|
229
|
+ </entry>
|
|
230
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcoin/model/Wallet.java">
|
|
231
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
232
|
+ <state relative-caret-position="210">
|
|
233
|
+ <caret line="15" column="13" selection-start-line="15" selection-start-column="13" selection-end-line="15" selection-end-column="13" />
|
|
234
|
+ </state>
|
|
235
|
+ </provider>
|
|
236
|
+ </entry>
|
|
237
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcoin/controller/TransactionController.java">
|
|
238
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
239
|
+ <state relative-caret-position="90">
|
|
240
|
+ <caret line="14" column="13" selection-start-line="14" selection-start-column="13" selection-end-line="14" selection-end-column="13" />
|
|
241
|
+ </state>
|
|
242
|
+ </provider>
|
|
243
|
+ </entry>
|
|
244
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcoin/controller/WalletController.java">
|
|
245
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
246
|
+ <state relative-caret-position="390">
|
|
247
|
+ <caret line="41" column="17" selection-start-line="41" selection-start-column="17" selection-end-line="41" selection-end-column="17" />
|
|
248
|
+ </state>
|
|
249
|
+ </provider>
|
|
250
|
+ </entry>
|
|
251
|
+ </component>
|
157
|
252
|
</project>
|