eric_weixin 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -1
- data/lib/eric_weixin.rb +2 -1
- data/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb +4 -7
- data/lib/eric_weixin/app/model/access_token.rb +20 -17
- data/lib/eric_weixin/app/model/message_log.rb +3 -3
- data/lib/eric_weixin/app/model/public_account.rb +175 -174
- data/lib/eric_weixin/app/model/reply_message_rule.rb +51 -31
- data/lib/eric_weixin/app/model/template_message_log.rb +12 -4
- data/lib/eric_weixin/app/model/two_dimension_code.rb +146 -0
- data/lib/eric_weixin/app/model/weixin_user.rb +13 -10
- data/lib/eric_weixin/app/moudles/mult_customer.rb +2 -2
- data/lib/eric_weixin/app/moudles/snsapi.rb +4 -4
- data/lib/eric_weixin/version.rb +1 -1
- metadata +3 -4
- data/.idea/workspace.xml +0 -935
- data/lib/eric_weixin/app/moudles/two_dimension_code.rb +0 -18
data/lib/eric_weixin/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eric_weixin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 刘晓琦
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -202,7 +202,6 @@ files:
|
|
202
202
|
- .idea/modules.xml
|
203
203
|
- .idea/scopes/scope_settings.xml
|
204
204
|
- .idea/vcs.xml
|
205
|
-
- .idea/workspace.xml
|
206
205
|
- .rvmrc
|
207
206
|
- Gemfile
|
208
207
|
- LICENSE.txt
|
@@ -219,11 +218,11 @@ files:
|
|
219
218
|
- lib/eric_weixin/app/model/public_account.rb
|
220
219
|
- lib/eric_weixin/app/model/reply_message_rule.rb
|
221
220
|
- lib/eric_weixin/app/model/template_message_log.rb
|
221
|
+
- lib/eric_weixin/app/model/two_dimension_code.rb
|
222
222
|
- lib/eric_weixin/app/model/weixin_user.rb
|
223
223
|
- lib/eric_weixin/app/moudles/mult_customer.rb
|
224
224
|
- lib/eric_weixin/app/moudles/reply_message.rb
|
225
225
|
- lib/eric_weixin/app/moudles/snsapi.rb
|
226
|
-
- lib/eric_weixin/app/moudles/two_dimension_code.rb
|
227
226
|
- lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb
|
228
227
|
- lib/eric_weixin/version.rb
|
229
228
|
homepage: ''
|
data/.idea/workspace.xml
DELETED
@@ -1,935 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="825e533a-b0a1-462f-abd1-eefea8ff703f" name="Default" comment="">
|
5
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/model/message_log.rb" />
|
6
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/moudles/mult_customer.rb" />
|
7
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/moudles/snsapi.rb" />
|
8
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/moudles/two_dimension_code.rb" />
|
9
|
-
<change type="MOVED" beforePath="$PROJECT_DIR$/lib/eric_weixin/reply_message.rb" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/moudles/reply_message.rb" />
|
10
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb" />
|
11
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/eric_weixin/app/model/access_token.rb" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/model/access_token.rb" />
|
12
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/eric_weixin.rb" afterPath="$PROJECT_DIR$/lib/eric_weixin.rb" />
|
13
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/eric_weixin/app/model/reply_message_rule.rb" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/model/reply_message_rule.rb" />
|
14
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/eric_weixin/app/model/template_message_log.rb" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/model/template_message_log.rb" />
|
15
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb" />
|
16
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/eric_weixin/app/model/weixin_user.rb" afterPath="$PROJECT_DIR$/lib/eric_weixin/app/model/weixin_user.rb" />
|
17
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
18
|
-
</list>
|
19
|
-
<ignored path="eric_weixin.iws" />
|
20
|
-
<ignored path=".idea/workspace.xml" />
|
21
|
-
<option name="TRACKING_ENABLED" value="true" />
|
22
|
-
<option name="SHOW_DIALOG" value="false" />
|
23
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
24
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
25
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
26
|
-
</component>
|
27
|
-
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
28
|
-
<component name="CreatePatchCommitExecutor">
|
29
|
-
<option name="PATCH_PATH" value="" />
|
30
|
-
</component>
|
31
|
-
<component name="DaemonCodeAnalyzer">
|
32
|
-
<disable_hints />
|
33
|
-
</component>
|
34
|
-
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
35
|
-
<component name="FavoritesManager">
|
36
|
-
<favorites_list name="eric_weixin" />
|
37
|
-
</component>
|
38
|
-
<component name="FileEditorManager">
|
39
|
-
<leaf>
|
40
|
-
<file leaf-file-name="aa.erb" pinned="false" current="false" current-in-tab="false">
|
41
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb">
|
42
|
-
<provider selected="true" editor-type-id="text-editor">
|
43
|
-
<state vertical-scroll-proportion="-1.3333334" vertical-offset="0" max-vertical-offset="144">
|
44
|
-
<caret line="2" column="31" selection-start-line="2" selection-start-column="31" selection-end-line="2" selection-end-column="31" />
|
45
|
-
<folding />
|
46
|
-
</state>
|
47
|
-
</provider>
|
48
|
-
</entry>
|
49
|
-
</file>
|
50
|
-
<file leaf-file-name="snsapi.rb" pinned="false" current="false" current-in-tab="false">
|
51
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/moudles/snsapi.rb">
|
52
|
-
<provider selected="true" editor-type-id="text-editor">
|
53
|
-
<state vertical-scroll-proportion="23.538462" vertical-offset="702" max-vertical-offset="1422">
|
54
|
-
<caret line="5" column="11" selection-start-line="5" selection-start-column="11" selection-end-line="5" selection-end-column="11" />
|
55
|
-
<folding />
|
56
|
-
</state>
|
57
|
-
</provider>
|
58
|
-
</entry>
|
59
|
-
</file>
|
60
|
-
<file leaf-file-name="access_token.rb" pinned="false" current="false" current-in-tab="false">
|
61
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/access_token.rb">
|
62
|
-
<provider selected="true" editor-type-id="text-editor">
|
63
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1008">
|
64
|
-
<caret line="0" column="17" selection-start-line="0" selection-start-column="7" selection-end-line="0" selection-end-column="17" />
|
65
|
-
<folding />
|
66
|
-
</state>
|
67
|
-
</provider>
|
68
|
-
</entry>
|
69
|
-
</file>
|
70
|
-
<file leaf-file-name="reply_message.rb" pinned="false" current="false" current-in-tab="false">
|
71
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/moudles/reply_message.rb">
|
72
|
-
<provider selected="true" editor-type-id="text-editor">
|
73
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="918" max-vertical-offset="1566">
|
74
|
-
<caret line="66" column="81" selection-start-line="66" selection-start-column="81" selection-end-line="67" selection-end-column="83" />
|
75
|
-
<folding />
|
76
|
-
</state>
|
77
|
-
</provider>
|
78
|
-
</entry>
|
79
|
-
</file>
|
80
|
-
<file leaf-file-name="mult_customer.rb" pinned="false" current="true" current-in-tab="true">
|
81
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/moudles/mult_customer.rb">
|
82
|
-
<provider selected="true" editor-type-id="text-editor">
|
83
|
-
<state vertical-scroll-proportion="0.6523605" vertical-offset="650" max-vertical-offset="1116">
|
84
|
-
<caret line="53" column="7" selection-start-line="53" selection-start-column="7" selection-end-line="53" selection-end-column="7" />
|
85
|
-
<folding />
|
86
|
-
</state>
|
87
|
-
</provider>
|
88
|
-
</entry>
|
89
|
-
</file>
|
90
|
-
<file leaf-file-name="two_dimension_code.rb" pinned="false" current="false" current-in-tab="false">
|
91
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/moudles/two_dimension_code.rb">
|
92
|
-
<provider selected="true" editor-type-id="text-editor">
|
93
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="432">
|
94
|
-
<caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
|
95
|
-
<folding />
|
96
|
-
</state>
|
97
|
-
</provider>
|
98
|
-
</entry>
|
99
|
-
</file>
|
100
|
-
<file leaf-file-name="version.rb" pinned="false" current="false" current-in-tab="false">
|
101
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/version.rb">
|
102
|
-
<provider selected="true" editor-type-id="text-editor">
|
103
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="162">
|
104
|
-
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
105
|
-
<folding />
|
106
|
-
</state>
|
107
|
-
</provider>
|
108
|
-
</entry>
|
109
|
-
</file>
|
110
|
-
</leaf>
|
111
|
-
</component>
|
112
|
-
<component name="FindManager">
|
113
|
-
<FindUsagesManager>
|
114
|
-
<setting name="OPEN_NEW_TAB" value="true" />
|
115
|
-
</FindUsagesManager>
|
116
|
-
</component>
|
117
|
-
<component name="Git.Settings">
|
118
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
119
|
-
</component>
|
120
|
-
<component name="IdeDocumentHistory">
|
121
|
-
<option name="changedFiles">
|
122
|
-
<list>
|
123
|
-
<option value="$PROJECT_DIR$/lib/app/models/public_account.rb" />
|
124
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/models/public_account.rb" />
|
125
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/model/public_account.rb" />
|
126
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/public_account.rb" />
|
127
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/model/news.rb" />
|
128
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/model/article.rb" />
|
129
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/model/article_news.rb" />
|
130
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/base_controller.rb" />
|
131
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/views/weixin/aa.erb" />
|
132
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/controllers/big_application_controller.rb" />
|
133
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/model/public_account.rb" />
|
134
|
-
<option value="$PROJECT_DIR$/eric_weixin.gemspec" />
|
135
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/config/routes.rb" />
|
136
|
-
<option value="$PROJECT_DIR$/Gemfile.lock" />
|
137
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/reply_message.rb" />
|
138
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/model/access_token.rb" />
|
139
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/model/template_message_log.rb" />
|
140
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/model/message_log.rb" />
|
141
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/moudles/user_location.rb" />
|
142
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/model/reply_message_rule.rb" />
|
143
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb" />
|
144
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb" />
|
145
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin.rb" />
|
146
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/version.rb" />
|
147
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/model/weixin_user.rb" />
|
148
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/moudles/two_dimension_code.rb" />
|
149
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/moudles/snsapi.rb" />
|
150
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/moudles/reply_message.rb" />
|
151
|
-
<option value="$PROJECT_DIR$/lib/eric_weixin/app/moudles/mult_customer.rb" />
|
152
|
-
</list>
|
153
|
-
</option>
|
154
|
-
</component>
|
155
|
-
<component name="ProjectFrameBounds">
|
156
|
-
<option name="y" value="23" />
|
157
|
-
<option name="width" value="1440" />
|
158
|
-
<option name="height" value="832" />
|
159
|
-
</component>
|
160
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
161
|
-
<OptionsSetting value="true" id="Add" />
|
162
|
-
<OptionsSetting value="true" id="Remove" />
|
163
|
-
<OptionsSetting value="true" id="Checkout" />
|
164
|
-
<OptionsSetting value="true" id="Update" />
|
165
|
-
<OptionsSetting value="true" id="Status" />
|
166
|
-
<OptionsSetting value="true" id="Edit" />
|
167
|
-
<ConfirmationsSetting value="0" id="Add" />
|
168
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
169
|
-
</component>
|
170
|
-
<component name="ProjectReloadState">
|
171
|
-
<option name="STATE" value="0" />
|
172
|
-
</component>
|
173
|
-
<component name="ProjectView">
|
174
|
-
<navigator currentView="ProjectPane" proportions="" version="1">
|
175
|
-
<flattenPackages />
|
176
|
-
<showMembers />
|
177
|
-
<showModules />
|
178
|
-
<showLibraryContents />
|
179
|
-
<hideEmptyPackages />
|
180
|
-
<abbreviatePackageNames />
|
181
|
-
<autoscrollToSource />
|
182
|
-
<autoscrollFromSource />
|
183
|
-
<sortByType />
|
184
|
-
</navigator>
|
185
|
-
<panes>
|
186
|
-
<pane id="ProjectPane">
|
187
|
-
<subPane>
|
188
|
-
<PATH>
|
189
|
-
<PATH_ELEMENT>
|
190
|
-
<option name="myItemId" value="eric_weixin" />
|
191
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
192
|
-
</PATH_ELEMENT>
|
193
|
-
</PATH>
|
194
|
-
<PATH>
|
195
|
-
<PATH_ELEMENT>
|
196
|
-
<option name="myItemId" value="eric_weixin" />
|
197
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
198
|
-
</PATH_ELEMENT>
|
199
|
-
<PATH_ELEMENT>
|
200
|
-
<option name="myItemId" value="eric_weixin" />
|
201
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
202
|
-
</PATH_ELEMENT>
|
203
|
-
</PATH>
|
204
|
-
<PATH>
|
205
|
-
<PATH_ELEMENT>
|
206
|
-
<option name="myItemId" value="eric_weixin" />
|
207
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
208
|
-
</PATH_ELEMENT>
|
209
|
-
<PATH_ELEMENT>
|
210
|
-
<option name="myItemId" value="eric_weixin" />
|
211
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
212
|
-
</PATH_ELEMENT>
|
213
|
-
<PATH_ELEMENT>
|
214
|
-
<option name="myItemId" value="lib" />
|
215
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
216
|
-
</PATH_ELEMENT>
|
217
|
-
</PATH>
|
218
|
-
<PATH>
|
219
|
-
<PATH_ELEMENT>
|
220
|
-
<option name="myItemId" value="eric_weixin" />
|
221
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
222
|
-
</PATH_ELEMENT>
|
223
|
-
<PATH_ELEMENT>
|
224
|
-
<option name="myItemId" value="eric_weixin" />
|
225
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
226
|
-
</PATH_ELEMENT>
|
227
|
-
<PATH_ELEMENT>
|
228
|
-
<option name="myItemId" value="lib" />
|
229
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
230
|
-
</PATH_ELEMENT>
|
231
|
-
<PATH_ELEMENT>
|
232
|
-
<option name="myItemId" value="eric_weixin" />
|
233
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
234
|
-
</PATH_ELEMENT>
|
235
|
-
</PATH>
|
236
|
-
<PATH>
|
237
|
-
<PATH_ELEMENT>
|
238
|
-
<option name="myItemId" value="eric_weixin" />
|
239
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
240
|
-
</PATH_ELEMENT>
|
241
|
-
<PATH_ELEMENT>
|
242
|
-
<option name="myItemId" value="eric_weixin" />
|
243
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
244
|
-
</PATH_ELEMENT>
|
245
|
-
<PATH_ELEMENT>
|
246
|
-
<option name="myItemId" value="lib" />
|
247
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
248
|
-
</PATH_ELEMENT>
|
249
|
-
<PATH_ELEMENT>
|
250
|
-
<option name="myItemId" value="eric_weixin" />
|
251
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
252
|
-
</PATH_ELEMENT>
|
253
|
-
<PATH_ELEMENT>
|
254
|
-
<option name="myItemId" value="app" />
|
255
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
256
|
-
</PATH_ELEMENT>
|
257
|
-
<PATH_ELEMENT>
|
258
|
-
<option name="myItemId" value="views" />
|
259
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
260
|
-
</PATH_ELEMENT>
|
261
|
-
<PATH_ELEMENT>
|
262
|
-
<option name="myItemId" value="eric_weixin" />
|
263
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
264
|
-
</PATH_ELEMENT>
|
265
|
-
<PATH_ELEMENT>
|
266
|
-
<option name="myItemId" value="weixin" />
|
267
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
268
|
-
</PATH_ELEMENT>
|
269
|
-
</PATH>
|
270
|
-
<PATH>
|
271
|
-
<PATH_ELEMENT>
|
272
|
-
<option name="myItemId" value="eric_weixin" />
|
273
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
274
|
-
</PATH_ELEMENT>
|
275
|
-
<PATH_ELEMENT>
|
276
|
-
<option name="myItemId" value="eric_weixin" />
|
277
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
278
|
-
</PATH_ELEMENT>
|
279
|
-
<PATH_ELEMENT>
|
280
|
-
<option name="myItemId" value="lib" />
|
281
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
282
|
-
</PATH_ELEMENT>
|
283
|
-
<PATH_ELEMENT>
|
284
|
-
<option name="myItemId" value="eric_weixin" />
|
285
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
286
|
-
</PATH_ELEMENT>
|
287
|
-
<PATH_ELEMENT>
|
288
|
-
<option name="myItemId" value="app" />
|
289
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
290
|
-
</PATH_ELEMENT>
|
291
|
-
<PATH_ELEMENT>
|
292
|
-
<option name="myItemId" value="moudles" />
|
293
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
294
|
-
</PATH_ELEMENT>
|
295
|
-
</PATH>
|
296
|
-
<PATH>
|
297
|
-
<PATH_ELEMENT>
|
298
|
-
<option name="myItemId" value="eric_weixin" />
|
299
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
300
|
-
</PATH_ELEMENT>
|
301
|
-
<PATH_ELEMENT>
|
302
|
-
<option name="myItemId" value="eric_weixin" />
|
303
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
304
|
-
</PATH_ELEMENT>
|
305
|
-
<PATH_ELEMENT>
|
306
|
-
<option name="myItemId" value="lib" />
|
307
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
308
|
-
</PATH_ELEMENT>
|
309
|
-
<PATH_ELEMENT>
|
310
|
-
<option name="myItemId" value="eric_weixin" />
|
311
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
312
|
-
</PATH_ELEMENT>
|
313
|
-
<PATH_ELEMENT>
|
314
|
-
<option name="myItemId" value="app" />
|
315
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
316
|
-
</PATH_ELEMENT>
|
317
|
-
<PATH_ELEMENT>
|
318
|
-
<option name="myItemId" value="model" />
|
319
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
320
|
-
</PATH_ELEMENT>
|
321
|
-
</PATH>
|
322
|
-
<PATH>
|
323
|
-
<PATH_ELEMENT>
|
324
|
-
<option name="myItemId" value="eric_weixin" />
|
325
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
326
|
-
</PATH_ELEMENT>
|
327
|
-
<PATH_ELEMENT>
|
328
|
-
<option name="myItemId" value="eric_weixin" />
|
329
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
330
|
-
</PATH_ELEMENT>
|
331
|
-
<PATH_ELEMENT>
|
332
|
-
<option name="myItemId" value="lib" />
|
333
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
334
|
-
</PATH_ELEMENT>
|
335
|
-
<PATH_ELEMENT>
|
336
|
-
<option name="myItemId" value="eric_weixin" />
|
337
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
338
|
-
</PATH_ELEMENT>
|
339
|
-
<PATH_ELEMENT>
|
340
|
-
<option name="myItemId" value="app" />
|
341
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
342
|
-
</PATH_ELEMENT>
|
343
|
-
<PATH_ELEMENT>
|
344
|
-
<option name="myItemId" value="controllers" />
|
345
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
346
|
-
</PATH_ELEMENT>
|
347
|
-
<PATH_ELEMENT>
|
348
|
-
<option name="myItemId" value="weixin" />
|
349
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
350
|
-
</PATH_ELEMENT>
|
351
|
-
</PATH>
|
352
|
-
</subPane>
|
353
|
-
</pane>
|
354
|
-
<pane id="Scope" />
|
355
|
-
</panes>
|
356
|
-
</component>
|
357
|
-
<component name="PropertiesComponent">
|
358
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
359
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
360
|
-
<property name="LayoutCode.rearrangeEntriesRuby" value="false" />
|
361
|
-
<property name="FullScreen" value="false" />
|
362
|
-
</component>
|
363
|
-
<component name="RecentsManager">
|
364
|
-
<key name="CopyFile.RECENT_KEYS">
|
365
|
-
<recent name="$PROJECT_DIR$/lib/eric_weixin/app/moudles" />
|
366
|
-
<recent name="$PROJECT_DIR$/lib/eric_weixin/app/model" />
|
367
|
-
<recent name="$PROJECT_DIR$/lib/eric_weixin/config" />
|
368
|
-
<recent name="$PROJECT_DIR$/lib/eric_weixin/app/controllers" />
|
369
|
-
<recent name="$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin" />
|
370
|
-
</key>
|
371
|
-
<key name="MoveFile.RECENT_KEYS">
|
372
|
-
<recent name="$PROJECT_DIR$/lib/eric_weixin/app/moudles" />
|
373
|
-
<recent name="$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin" />
|
374
|
-
<recent name="$PROJECT_DIR$/lib/eric_weixin/app/model" />
|
375
|
-
<recent name="$PROJECT_DIR$/lib/eric_weixin" />
|
376
|
-
<recent name="$PROJECT_DIR$/lib/eric_weixin/model" />
|
377
|
-
</key>
|
378
|
-
</component>
|
379
|
-
<component name="RunManager">
|
380
|
-
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
381
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
382
|
-
<module name="" />
|
383
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
384
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
385
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
386
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
387
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
388
|
-
<envs />
|
389
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
390
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
391
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
392
|
-
<COVERAGE_PATTERN ENABLED="true">
|
393
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
394
|
-
</COVERAGE_PATTERN>
|
395
|
-
</EXTENSION>
|
396
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
397
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
398
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
399
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
400
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
401
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
402
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
403
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
404
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
405
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
406
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
407
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
408
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
409
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
410
|
-
<method />
|
411
|
-
</configuration>
|
412
|
-
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
413
|
-
<module name="" />
|
414
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
415
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
416
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
417
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
418
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
419
|
-
<envs />
|
420
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
421
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
422
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
423
|
-
<COVERAGE_PATTERN ENABLED="true">
|
424
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
425
|
-
</COVERAGE_PATTERN>
|
426
|
-
</EXTENSION>
|
427
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
428
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
429
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
430
|
-
<method />
|
431
|
-
</configuration>
|
432
|
-
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
433
|
-
<method />
|
434
|
-
</configuration>
|
435
|
-
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
436
|
-
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
437
|
-
<module name="" />
|
438
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
439
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
440
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
441
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
442
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
443
|
-
<envs />
|
444
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
445
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
446
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
447
|
-
<COVERAGE_PATTERN ENABLED="true">
|
448
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
449
|
-
</COVERAGE_PATTERN>
|
450
|
-
</EXTENSION>
|
451
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
452
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
453
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
454
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
455
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
456
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
457
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
458
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
459
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
460
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
461
|
-
<method />
|
462
|
-
</configuration>
|
463
|
-
<list size="0" />
|
464
|
-
</component>
|
465
|
-
<component name="ShelveChangesManager" show_recycled="false" />
|
466
|
-
<component name="SvnConfiguration">
|
467
|
-
<configuration />
|
468
|
-
</component>
|
469
|
-
<component name="TaskManager">
|
470
|
-
<task active="true" id="Default" summary="Default task">
|
471
|
-
<changelist id="825e533a-b0a1-462f-abd1-eefea8ff703f" name="Default" comment="" />
|
472
|
-
<created>1430705513351</created>
|
473
|
-
<updated>1430705513351</updated>
|
474
|
-
</task>
|
475
|
-
<servers />
|
476
|
-
</component>
|
477
|
-
<component name="ToolWindowManager">
|
478
|
-
<frame x="0" y="23" width="1440" height="832" extended-state="0" />
|
479
|
-
<editor active="true" />
|
480
|
-
<layout>
|
481
|
-
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
482
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32971507" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
483
|
-
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
484
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.21573949" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
485
|
-
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
486
|
-
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
487
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.21459228" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
488
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
489
|
-
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
490
|
-
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="8" side_tool="true" content_ui="tabs" />
|
491
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
492
|
-
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
493
|
-
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
494
|
-
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
495
|
-
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
496
|
-
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
497
|
-
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
498
|
-
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
499
|
-
</layout>
|
500
|
-
<layout-to-restore>
|
501
|
-
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
502
|
-
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
503
|
-
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
504
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
505
|
-
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
506
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.19402985" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
507
|
-
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
508
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
509
|
-
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
510
|
-
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="8" side_tool="true" content_ui="tabs" />
|
511
|
-
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
512
|
-
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
513
|
-
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
514
|
-
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
515
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2746781" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
516
|
-
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
517
|
-
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
518
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
519
|
-
</layout-to-restore>
|
520
|
-
</component>
|
521
|
-
<component name="Vcs.Log.UiProperties">
|
522
|
-
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
523
|
-
<collection />
|
524
|
-
</option>
|
525
|
-
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
526
|
-
<collection />
|
527
|
-
</option>
|
528
|
-
</component>
|
529
|
-
<component name="VcsContentAnnotationSettings">
|
530
|
-
<option name="myLimit" value="2678400000" />
|
531
|
-
</component>
|
532
|
-
<component name="VcsManagerConfiguration">
|
533
|
-
<option name="myTodoPanelSettings">
|
534
|
-
<TodoPanelSettings />
|
535
|
-
</option>
|
536
|
-
</component>
|
537
|
-
<component name="XDebuggerManager">
|
538
|
-
<breakpoint-manager>
|
539
|
-
<option name="time" value="1" />
|
540
|
-
</breakpoint-manager>
|
541
|
-
</component>
|
542
|
-
<component name="editorHistoryManager">
|
543
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb">
|
544
|
-
<provider selected="true" editor-type-id="text-editor">
|
545
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="18" max-vertical-offset="126">
|
546
|
-
<caret line="1" column="17" selection-start-line="1" selection-start-column="17" selection-end-line="1" selection-end-column="17" />
|
547
|
-
<folding />
|
548
|
-
</state>
|
549
|
-
</provider>
|
550
|
-
</entry>
|
551
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb">
|
552
|
-
<provider selected="true" editor-type-id="text-editor">
|
553
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="192" max-vertical-offset="774">
|
554
|
-
<caret line="27" column="7" selection-start-line="27" selection-start-column="7" selection-end-line="27" selection-end-column="7" />
|
555
|
-
<folding />
|
556
|
-
</state>
|
557
|
-
</provider>
|
558
|
-
</entry>
|
559
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/public_account.rb">
|
560
|
-
<provider selected="true" editor-type-id="text-editor">
|
561
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="378" max-vertical-offset="3438">
|
562
|
-
<caret line="34" column="24" selection-start-line="34" selection-start-column="24" selection-end-line="34" selection-end-column="24" />
|
563
|
-
<folding />
|
564
|
-
</state>
|
565
|
-
</provider>
|
566
|
-
</entry>
|
567
|
-
<entry file="file://$PROJECT_DIR$/eric_weixin.gemspec">
|
568
|
-
<provider selected="true" editor-type-id="text-editor">
|
569
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="261" max-vertical-offset="702">
|
570
|
-
<caret line="23" column="2" selection-start-line="23" selection-start-column="2" selection-end-line="23" selection-end-column="55" />
|
571
|
-
<folding />
|
572
|
-
</state>
|
573
|
-
</provider>
|
574
|
-
</entry>
|
575
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
576
|
-
<provider selected="true" editor-type-id="text-editor">
|
577
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="72" max-vertical-offset="180">
|
578
|
-
<caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
579
|
-
<folding />
|
580
|
-
</state>
|
581
|
-
</provider>
|
582
|
-
</entry>
|
583
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb">
|
584
|
-
<provider selected="true" editor-type-id="text-editor">
|
585
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="18" max-vertical-offset="126">
|
586
|
-
<caret line="1" column="17" selection-start-line="1" selection-start-column="17" selection-end-line="1" selection-end-column="17" />
|
587
|
-
<folding />
|
588
|
-
</state>
|
589
|
-
</provider>
|
590
|
-
</entry>
|
591
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb">
|
592
|
-
<provider selected="true" editor-type-id="text-editor">
|
593
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="192" max-vertical-offset="774">
|
594
|
-
<caret line="27" column="7" selection-start-line="27" selection-start-column="7" selection-end-line="27" selection-end-column="7" />
|
595
|
-
<folding />
|
596
|
-
</state>
|
597
|
-
</provider>
|
598
|
-
</entry>
|
599
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/public_account.rb">
|
600
|
-
<provider selected="true" editor-type-id="text-editor">
|
601
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="378" max-vertical-offset="3438">
|
602
|
-
<caret line="21" column="0" selection-start-line="21" selection-start-column="0" selection-end-line="21" selection-end-column="0" />
|
603
|
-
<folding />
|
604
|
-
</state>
|
605
|
-
</provider>
|
606
|
-
</entry>
|
607
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb">
|
608
|
-
<provider selected="true" editor-type-id="text-editor">
|
609
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="18" max-vertical-offset="126">
|
610
|
-
<caret line="1" column="17" selection-start-line="1" selection-start-column="17" selection-end-line="1" selection-end-column="17" />
|
611
|
-
<folding />
|
612
|
-
</state>
|
613
|
-
</provider>
|
614
|
-
</entry>
|
615
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb">
|
616
|
-
<provider selected="true" editor-type-id="text-editor">
|
617
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="192" max-vertical-offset="774">
|
618
|
-
<caret line="27" column="7" selection-start-line="27" selection-start-column="7" selection-end-line="27" selection-end-column="7" />
|
619
|
-
<folding />
|
620
|
-
</state>
|
621
|
-
</provider>
|
622
|
-
</entry>
|
623
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/public_account.rb">
|
624
|
-
<provider selected="true" editor-type-id="text-editor">
|
625
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="378" max-vertical-offset="3438">
|
626
|
-
<caret line="21" column="0" selection-start-line="21" selection-start-column="0" selection-end-line="21" selection-end-column="0" />
|
627
|
-
<folding />
|
628
|
-
</state>
|
629
|
-
</provider>
|
630
|
-
</entry>
|
631
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb">
|
632
|
-
<provider selected="true" editor-type-id="text-editor">
|
633
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="18" max-vertical-offset="126">
|
634
|
-
<caret line="1" column="17" selection-start-line="1" selection-start-column="17" selection-end-line="1" selection-end-column="17" />
|
635
|
-
<folding />
|
636
|
-
</state>
|
637
|
-
</provider>
|
638
|
-
</entry>
|
639
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/reply_message_rule.rb">
|
640
|
-
<provider selected="true" editor-type-id="text-editor">
|
641
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="2070">
|
642
|
-
<caret line="73" column="66" selection-start-line="73" selection-start-column="53" selection-end-line="73" selection-end-column="66" />
|
643
|
-
</state>
|
644
|
-
</provider>
|
645
|
-
</entry>
|
646
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/access_token.rb">
|
647
|
-
<provider selected="true" editor-type-id="text-editor">
|
648
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="172" max-vertical-offset="918">
|
649
|
-
<caret line="20" column="0" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
|
650
|
-
<folding />
|
651
|
-
</state>
|
652
|
-
</provider>
|
653
|
-
</entry>
|
654
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/public_account.rb">
|
655
|
-
<provider selected="true" editor-type-id="text-editor">
|
656
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="36" max-vertical-offset="3438">
|
657
|
-
<caret line="3" column="4" selection-start-line="3" selection-start-column="4" selection-end-line="3" selection-end-column="46" />
|
658
|
-
</state>
|
659
|
-
</provider>
|
660
|
-
</entry>
|
661
|
-
<entry file="file://$PROJECT_DIR$/eric_weixin.gemspec">
|
662
|
-
<provider selected="true" editor-type-id="text-editor">
|
663
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="504" max-vertical-offset="702">
|
664
|
-
<caret line="28" column="45" selection-start-line="28" selection-start-column="45" selection-end-line="28" selection-end-column="45" />
|
665
|
-
</state>
|
666
|
-
</provider>
|
667
|
-
</entry>
|
668
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/reply_message_rule.rb">
|
669
|
-
<provider selected="true" editor-type-id="text-editor">
|
670
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="1205" max-vertical-offset="2070">
|
671
|
-
<caret line="83" column="7" selection-start-line="83" selection-start-column="7" selection-end-line="83" selection-end-column="7" />
|
672
|
-
</state>
|
673
|
-
</provider>
|
674
|
-
</entry>
|
675
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/access_token.rb">
|
676
|
-
<provider selected="true" editor-type-id="text-editor">
|
677
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="108" max-vertical-offset="918">
|
678
|
-
<caret line="6" column="16" selection-start-line="6" selection-start-column="16" selection-end-line="6" selection-end-column="16" />
|
679
|
-
</state>
|
680
|
-
</provider>
|
681
|
-
</entry>
|
682
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb">
|
683
|
-
<provider selected="true" editor-type-id="text-editor">
|
684
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="378" max-vertical-offset="576">
|
685
|
-
<caret line="21" column="14" selection-start-line="21" selection-start-column="14" selection-end-line="21" selection-end-column="14" />
|
686
|
-
</state>
|
687
|
-
</provider>
|
688
|
-
</entry>
|
689
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb">
|
690
|
-
<provider selected="true" editor-type-id="text-editor">
|
691
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="108">
|
692
|
-
<caret line="0" column="8" selection-start-line="0" selection-start-column="8" selection-end-line="0" selection-end-column="8" />
|
693
|
-
</state>
|
694
|
-
</provider>
|
695
|
-
</entry>
|
696
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin.rb">
|
697
|
-
<provider selected="true" editor-type-id="text-editor">
|
698
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="324" max-vertical-offset="450">
|
699
|
-
<caret line="18" column="3" selection-start-line="18" selection-start-column="3" selection-end-line="18" selection-end-column="3" />
|
700
|
-
</state>
|
701
|
-
</provider>
|
702
|
-
</entry>
|
703
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/moudles/reply_message.rb">
|
704
|
-
<provider selected="true" editor-type-id="text-editor">
|
705
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="791" max-vertical-offset="1656">
|
706
|
-
<caret line="70" column="27" selection-start-line="70" selection-start-column="27" selection-end-line="70" selection-end-column="27" />
|
707
|
-
</state>
|
708
|
-
</provider>
|
709
|
-
</entry>
|
710
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/article_news.rb">
|
711
|
-
<provider selected="true" editor-type-id="text-editor">
|
712
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="108" max-vertical-offset="252">
|
713
|
-
<caret line="6" column="0" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
714
|
-
</state>
|
715
|
-
</provider>
|
716
|
-
</entry>
|
717
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
718
|
-
<provider selected="true" editor-type-id="text-editor">
|
719
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="144">
|
720
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
721
|
-
</state>
|
722
|
-
</provider>
|
723
|
-
</entry>
|
724
|
-
<entry file="file://$PROJECT_DIR$/eric_weixin.gemspec">
|
725
|
-
<provider selected="true" editor-type-id="text-editor">
|
726
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="396" max-vertical-offset="540">
|
727
|
-
<caret line="22" column="43" selection-start-line="22" selection-start-column="43" selection-end-line="22" selection-end-column="43" />
|
728
|
-
</state>
|
729
|
-
</provider>
|
730
|
-
</entry>
|
731
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin.rb">
|
732
|
-
<provider selected="true" editor-type-id="text-editor">
|
733
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="108" max-vertical-offset="216">
|
734
|
-
<caret line="6" column="0" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
735
|
-
</state>
|
736
|
-
</provider>
|
737
|
-
</entry>
|
738
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/moudles/reply_message.rb">
|
739
|
-
<provider selected="true" editor-type-id="text-editor">
|
740
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="504" max-vertical-offset="1656">
|
741
|
-
<caret line="28" column="24" selection-start-line="28" selection-start-column="24" selection-end-line="28" selection-end-column="24" />
|
742
|
-
</state>
|
743
|
-
</provider>
|
744
|
-
</entry>
|
745
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/version.rb">
|
746
|
-
<provider selected="true" editor-type-id="text-editor">
|
747
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="162">
|
748
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
749
|
-
</state>
|
750
|
-
</provider>
|
751
|
-
</entry>
|
752
|
-
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
753
|
-
<provider selected="true" editor-type-id="text-editor">
|
754
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="680">
|
755
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
756
|
-
</state>
|
757
|
-
</provider>
|
758
|
-
<provider editor-type-id="com.intellij.persistence.database.editor.CsvTableFileEditorProvider">
|
759
|
-
<state />
|
760
|
-
</provider>
|
761
|
-
</entry>
|
762
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
763
|
-
<provider selected="true" editor-type-id="text-editor">
|
764
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="144">
|
765
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
766
|
-
</state>
|
767
|
-
</provider>
|
768
|
-
</entry>
|
769
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
770
|
-
<provider selected="true" editor-type-id="text-editor">
|
771
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="630">
|
772
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
773
|
-
</state>
|
774
|
-
</provider>
|
775
|
-
</entry>
|
776
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/news.rb">
|
777
|
-
<provider selected="true" editor-type-id="text-editor">
|
778
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1044">
|
779
|
-
<caret line="1" column="2" selection-start-line="1" selection-start-column="2" selection-end-line="1" selection-end-column="33" />
|
780
|
-
</state>
|
781
|
-
</provider>
|
782
|
-
</entry>
|
783
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/article.rb">
|
784
|
-
<provider selected="true" editor-type-id="text-editor">
|
785
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="414">
|
786
|
-
<caret line="1" column="35" selection-start-line="1" selection-start-column="35" selection-end-line="1" selection-end-column="35" />
|
787
|
-
</state>
|
788
|
-
</provider>
|
789
|
-
</entry>
|
790
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/article_news.rb">
|
791
|
-
<provider selected="true" editor-type-id="text-editor">
|
792
|
-
<state vertical-scroll-proportion="0.11031665" vertical-offset="0" max-vertical-offset="979">
|
793
|
-
<caret line="6" column="0" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
794
|
-
</state>
|
795
|
-
</provider>
|
796
|
-
</entry>
|
797
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
798
|
-
<provider selected="true" editor-type-id="text-editor">
|
799
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="180">
|
800
|
-
<caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
801
|
-
<folding />
|
802
|
-
</state>
|
803
|
-
</provider>
|
804
|
-
</entry>
|
805
|
-
<entry file="file://$PROJECT_DIR$/eric_weixin.gemspec">
|
806
|
-
<provider selected="true" editor-type-id="text-editor">
|
807
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="684">
|
808
|
-
<caret line="18" column="30" selection-start-line="18" selection-start-column="30" selection-end-line="18" selection-end-column="30" />
|
809
|
-
<folding />
|
810
|
-
</state>
|
811
|
-
</provider>
|
812
|
-
</entry>
|
813
|
-
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
814
|
-
<provider selected="true" editor-type-id="text-editor">
|
815
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="378">
|
816
|
-
<caret line="14" column="2" selection-start-line="14" selection-start-column="2" selection-end-line="14" selection-end-column="2" />
|
817
|
-
<folding />
|
818
|
-
</state>
|
819
|
-
</provider>
|
820
|
-
</entry>
|
821
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/public_account.rb">
|
822
|
-
<provider selected="true" editor-type-id="text-editor">
|
823
|
-
<state vertical-scroll-proportion="0.32642487" vertical-offset="0" max-vertical-offset="3438">
|
824
|
-
<caret line="7" column="13" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="13" />
|
825
|
-
<folding />
|
826
|
-
</state>
|
827
|
-
</provider>
|
828
|
-
</entry>
|
829
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/template_message_log.rb">
|
830
|
-
<provider selected="true" editor-type-id="text-editor">
|
831
|
-
<state vertical-scroll-proportion="1.1317716" vertical-offset="271" max-vertical-offset="1314">
|
832
|
-
<caret line="58" column="21" selection-start-line="58" selection-start-column="21" selection-end-line="58" selection-end-column="21" />
|
833
|
-
<folding />
|
834
|
-
</state>
|
835
|
-
</provider>
|
836
|
-
</entry>
|
837
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/message_log.rb">
|
838
|
-
<provider selected="true" editor-type-id="text-editor">
|
839
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="630">
|
840
|
-
<caret line="18" column="216" selection-start-line="18" selection-start-column="216" selection-end-line="18" selection-end-column="216" />
|
841
|
-
<folding />
|
842
|
-
</state>
|
843
|
-
</provider>
|
844
|
-
</entry>
|
845
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/reply_message_rule.rb">
|
846
|
-
<provider selected="true" editor-type-id="text-editor">
|
847
|
-
<state vertical-scroll-proportion="-4.1538463" vertical-offset="1260" max-vertical-offset="2826">
|
848
|
-
<caret line="76" column="34" selection-start-line="76" selection-start-column="34" selection-end-line="76" selection-end-column="34" />
|
849
|
-
<folding />
|
850
|
-
</state>
|
851
|
-
</provider>
|
852
|
-
</entry>
|
853
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/access_token.rb">
|
854
|
-
<provider selected="true" editor-type-id="text-editor">
|
855
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1008">
|
856
|
-
<caret line="0" column="17" selection-start-line="0" selection-start-column="7" selection-end-line="0" selection-end-column="17" />
|
857
|
-
<folding />
|
858
|
-
</state>
|
859
|
-
</provider>
|
860
|
-
</entry>
|
861
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/version.rb">
|
862
|
-
<provider selected="true" editor-type-id="text-editor">
|
863
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="162">
|
864
|
-
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
865
|
-
<folding />
|
866
|
-
</state>
|
867
|
-
</provider>
|
868
|
-
</entry>
|
869
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/model/weixin_user.rb">
|
870
|
-
<provider selected="true" editor-type-id="text-editor">
|
871
|
-
<state vertical-scroll-proportion="0.06703911" vertical-offset="216" max-vertical-offset="1782">
|
872
|
-
<caret line="14" column="2" selection-start-line="14" selection-start-column="2" selection-end-line="14" selection-end-column="2" />
|
873
|
-
<folding />
|
874
|
-
</state>
|
875
|
-
</provider>
|
876
|
-
</entry>
|
877
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/views/eric_weixin/weixin/aa.erb">
|
878
|
-
<provider selected="true" editor-type-id="text-editor">
|
879
|
-
<state vertical-scroll-proportion="-1.3333334" vertical-offset="0" max-vertical-offset="144">
|
880
|
-
<caret line="2" column="31" selection-start-line="2" selection-start-column="31" selection-end-line="2" selection-end-column="31" />
|
881
|
-
<folding />
|
882
|
-
</state>
|
883
|
-
</provider>
|
884
|
-
</entry>
|
885
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin.rb">
|
886
|
-
<provider selected="true" editor-type-id="text-editor">
|
887
|
-
<state vertical-scroll-proportion="0.37818182" vertical-offset="44" max-vertical-offset="666">
|
888
|
-
<caret line="14" column="9" selection-start-line="14" selection-start-column="9" selection-end-line="14" selection-end-column="9" />
|
889
|
-
<folding />
|
890
|
-
</state>
|
891
|
-
</provider>
|
892
|
-
</entry>
|
893
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/moudles/two_dimension_code.rb">
|
894
|
-
<provider selected="true" editor-type-id="text-editor">
|
895
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="432">
|
896
|
-
<caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
|
897
|
-
<folding />
|
898
|
-
</state>
|
899
|
-
</provider>
|
900
|
-
</entry>
|
901
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/controllers/weixin/weixin_controller.rb">
|
902
|
-
<provider selected="true" editor-type-id="text-editor">
|
903
|
-
<state vertical-scroll-proportion="1.9776536" vertical-offset="0" max-vertical-offset="1548">
|
904
|
-
<caret line="59" column="17" selection-start-line="59" selection-start-column="17" selection-end-line="59" selection-end-column="17" />
|
905
|
-
<folding />
|
906
|
-
</state>
|
907
|
-
</provider>
|
908
|
-
</entry>
|
909
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/moudles/snsapi.rb">
|
910
|
-
<provider selected="true" editor-type-id="text-editor">
|
911
|
-
<state vertical-scroll-proportion="23.538462" vertical-offset="702" max-vertical-offset="1422">
|
912
|
-
<caret line="5" column="11" selection-start-line="5" selection-start-column="11" selection-end-line="5" selection-end-column="11" />
|
913
|
-
<folding />
|
914
|
-
</state>
|
915
|
-
</provider>
|
916
|
-
</entry>
|
917
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/moudles/reply_message.rb">
|
918
|
-
<provider selected="true" editor-type-id="text-editor">
|
919
|
-
<state vertical-scroll-proportion="0.0" vertical-offset="918" max-vertical-offset="1566">
|
920
|
-
<caret line="66" column="81" selection-start-line="66" selection-start-column="81" selection-end-line="67" selection-end-column="83" />
|
921
|
-
<folding />
|
922
|
-
</state>
|
923
|
-
</provider>
|
924
|
-
</entry>
|
925
|
-
<entry file="file://$PROJECT_DIR$/lib/eric_weixin/app/moudles/mult_customer.rb">
|
926
|
-
<provider selected="true" editor-type-id="text-editor">
|
927
|
-
<state vertical-scroll-proportion="0.6523605" vertical-offset="650" max-vertical-offset="1116">
|
928
|
-
<caret line="53" column="7" selection-start-line="53" selection-start-column="7" selection-end-line="53" selection-end-column="7" />
|
929
|
-
<folding />
|
930
|
-
</state>
|
931
|
-
</provider>
|
932
|
-
</entry>
|
933
|
-
</component>
|
934
|
-
</project>
|
935
|
-
|