nilac 0.0.4.3.7 → 0.0.4.3.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/bin/nilac +227 -6
- data/lib/nilac/version.rb +1 -1
- data/shark/features/case_when.feature +11 -0
- data/shark/test_files/case.nila +23 -0
- data/shark/test_files/correct_case.js +35 -0
- data/src/nilac.rb +227 -6
- metadata +5 -13
- data/.idea/.name +0 -1
- data/.idea/.rakeTasks +0 -7
- data/.idea/encodings.xml +0 -5
- data/.idea/libraries/Generated_files.xml +0 -13
- data/.idea/misc.xml +0 -5
- data/.idea/modules.xml +0 -9
- data/.idea/nila.iml +0 -21
- data/.idea/scopes/scope_settings.xml +0 -5
- data/.idea/vcs.xml +0 -7
- data/.idea/watcherTasks.xml +0 -26
- data/.idea/workspace.xml +0 -495
data/.idea/workspace.xml
DELETED
@@ -1,495 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" name="Default" comment="">
|
5
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/shark/test_files/array_string_indexing.nila" afterPath="$PROJECT_DIR$/shark/test_files/array_string_indexing.nila" />
|
6
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/shark/test_files/correct_initialization.js" afterPath="$PROJECT_DIR$/shark/test_files/correct_initialization.js" />
|
7
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/nilac.rb" afterPath="$PROJECT_DIR$/src/nilac.rb" />
|
8
|
-
</list>
|
9
|
-
<ignored path="nila.iws" />
|
10
|
-
<ignored path=".idea/workspace.xml" />
|
11
|
-
<file path="/Dummy.txt" changelist="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" time="1380772048259" ignored="false" />
|
12
|
-
<file path="/nilac.rb" changelist="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" time="1380849116587" ignored="false" />
|
13
|
-
<file path="/info.plist" changelist="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" time="1377747212683" ignored="false" />
|
14
|
-
<file path="/r.nila" changelist="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" time="1378090302850" ignored="false" />
|
15
|
-
<file path="/r.js" changelist="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" time="1378010379999" ignored="false" />
|
16
|
-
<file path="/a.rxml" changelist="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" time="1377979599126" ignored="false" />
|
17
|
-
<file path="/nila.rb" changelist="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" time="1377988684708" ignored="false" />
|
18
|
-
<file path="/repl.html" changelist="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" time="1377994009456" ignored="false" />
|
19
|
-
<file path="/shell.html" changelist="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" time="1378079044572" ignored="false" />
|
20
|
-
<option name="TRACKING_ENABLED" value="true" />
|
21
|
-
<option name="SHOW_DIALOG" value="false" />
|
22
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
23
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
24
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
25
|
-
</component>
|
26
|
-
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
27
|
-
<component name="CreatePatchCommitExecutor">
|
28
|
-
<option name="PATCH_PATH" value="" />
|
29
|
-
</component>
|
30
|
-
<component name="DaemonCodeAnalyzer">
|
31
|
-
<disable_hints />
|
32
|
-
</component>
|
33
|
-
<component name="DatabaseView">
|
34
|
-
<flatten value="false" />
|
35
|
-
<groupTables value="false" />
|
36
|
-
<sortChildren value="false" />
|
37
|
-
</component>
|
38
|
-
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
39
|
-
<component name="FavoritesManager">
|
40
|
-
<favorites_list name="nila" />
|
41
|
-
</component>
|
42
|
-
<component name="FileEditorManager">
|
43
|
-
<leaf>
|
44
|
-
<file leaf-file-name="nilac.rb" pinned="false" current="true" current-in-tab="true">
|
45
|
-
<entry file="file://$PROJECT_DIR$/src/nilac.rb">
|
46
|
-
<provider selected="true" editor-type-id="text-editor">
|
47
|
-
<state line="2356" column="30" selection-start="61368" selection-end="61368" vertical-scroll-proportion="0.42131978">
|
48
|
-
<folding>
|
49
|
-
<element signature="e#56162#56510#0" expanded="false" />
|
50
|
-
<element signature="e#112581#112852#0" expanded="false" />
|
51
|
-
<element signature="e#112858#113146#0" expanded="false" />
|
52
|
-
<element signature="e#113152#116333#0" expanded="false" />
|
53
|
-
<element signature="e#118867#119258#0" expanded="false" />
|
54
|
-
</folding>
|
55
|
-
</state>
|
56
|
-
</provider>
|
57
|
-
</entry>
|
58
|
-
</file>
|
59
|
-
<file leaf-file-name="decBin.js" pinned="false" current="false" current-in-tab="false">
|
60
|
-
<entry file="file://$PROJECT_DIR$/examples/decBin.js">
|
61
|
-
<provider selected="true" editor-type-id="text-editor">
|
62
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
63
|
-
<folding />
|
64
|
-
</state>
|
65
|
-
</provider>
|
66
|
-
</entry>
|
67
|
-
</file>
|
68
|
-
</leaf>
|
69
|
-
</component>
|
70
|
-
<component name="FindManager">
|
71
|
-
<FindUsagesManager>
|
72
|
-
<setting name="OPEN_NEW_TAB" value="false" />
|
73
|
-
</FindUsagesManager>
|
74
|
-
</component>
|
75
|
-
<component name="Git.Settings">
|
76
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
77
|
-
</component>
|
78
|
-
<component name="GitLogSettings">
|
79
|
-
<option name="myDateState">
|
80
|
-
<MyDateState />
|
81
|
-
</option>
|
82
|
-
</component>
|
83
|
-
<component name="IdeDocumentHistory">
|
84
|
-
<option name="changedFiles">
|
85
|
-
<list>
|
86
|
-
<option value="$USER_HOME$/Documents/nila.tmbundle/info.plist" />
|
87
|
-
<option value="$USER_HOME$/guard-nila/lib/guard/nila.rb" />
|
88
|
-
<option value="$PROJECT_DIR$/examples/repl.html" />
|
89
|
-
<option value="$PROJECT_DIR$/examples/r.js" />
|
90
|
-
<option value="$PROJECT_DIR$/examples/shell.html" />
|
91
|
-
<option value="$PROJECT_DIR$/examples/r.nila" />
|
92
|
-
<option value="$PROJECT_DIR$/src/nilac.rb" />
|
93
|
-
</list>
|
94
|
-
</option>
|
95
|
-
</component>
|
96
|
-
<component name="ProjectFrameBounds">
|
97
|
-
<option name="x" value="78" />
|
98
|
-
<option name="y" value="23" />
|
99
|
-
<option name="width" value="1303" />
|
100
|
-
<option name="height" value="752" />
|
101
|
-
</component>
|
102
|
-
<component name="ProjectInspectionProfilesVisibleTreeState">
|
103
|
-
<entry key="Project Default">
|
104
|
-
<profile-state>
|
105
|
-
<expanded-state>
|
106
|
-
<State>
|
107
|
-
<id />
|
108
|
-
</State>
|
109
|
-
<State>
|
110
|
-
<id>ActionScript specificJavaScript</id>
|
111
|
-
</State>
|
112
|
-
<State>
|
113
|
-
<id>File Watchers</id>
|
114
|
-
</State>
|
115
|
-
<State>
|
116
|
-
<id>GeneralJavaScript</id>
|
117
|
-
</State>
|
118
|
-
<State>
|
119
|
-
<id>HTML</id>
|
120
|
-
</State>
|
121
|
-
<State>
|
122
|
-
<id>Internationalization issues</id>
|
123
|
-
</State>
|
124
|
-
<State>
|
125
|
-
<id>JavaScript</id>
|
126
|
-
</State>
|
127
|
-
<State>
|
128
|
-
<id>Naming ConventionsRuby</id>
|
129
|
-
</State>
|
130
|
-
<State>
|
131
|
-
<id>Rails</id>
|
132
|
-
</State>
|
133
|
-
<State>
|
134
|
-
<id>Ruby</id>
|
135
|
-
</State>
|
136
|
-
<State>
|
137
|
-
<id>XML</id>
|
138
|
-
</State>
|
139
|
-
</expanded-state>
|
140
|
-
<selected-state>
|
141
|
-
<State>
|
142
|
-
<id>TaskInspection</id>
|
143
|
-
</State>
|
144
|
-
</selected-state>
|
145
|
-
</profile-state>
|
146
|
-
</entry>
|
147
|
-
</component>
|
148
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
149
|
-
<OptionsSetting value="true" id="Add" />
|
150
|
-
<OptionsSetting value="true" id="Remove" />
|
151
|
-
<OptionsSetting value="true" id="Checkout" />
|
152
|
-
<OptionsSetting value="true" id="Update" />
|
153
|
-
<OptionsSetting value="true" id="Status" />
|
154
|
-
<OptionsSetting value="true" id="Edit" />
|
155
|
-
<ConfirmationsSetting value="0" id="Add" />
|
156
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
157
|
-
</component>
|
158
|
-
<component name="ProjectReloadState">
|
159
|
-
<option name="STATE" value="0" />
|
160
|
-
</component>
|
161
|
-
<component name="ProjectView">
|
162
|
-
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
163
|
-
<flattenPackages />
|
164
|
-
<showMembers />
|
165
|
-
<showModules />
|
166
|
-
<showLibraryContents />
|
167
|
-
<hideEmptyPackages />
|
168
|
-
<abbreviatePackageNames />
|
169
|
-
<autoscrollToSource />
|
170
|
-
<autoscrollFromSource />
|
171
|
-
<sortByType />
|
172
|
-
</navigator>
|
173
|
-
<panes>
|
174
|
-
<pane id="ProjectPane">
|
175
|
-
<subPane>
|
176
|
-
<PATH>
|
177
|
-
<PATH_ELEMENT>
|
178
|
-
<option name="myItemId" value="nila" />
|
179
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
180
|
-
</PATH_ELEMENT>
|
181
|
-
</PATH>
|
182
|
-
<PATH>
|
183
|
-
<PATH_ELEMENT>
|
184
|
-
<option name="myItemId" value="nila" />
|
185
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
186
|
-
</PATH_ELEMENT>
|
187
|
-
<PATH_ELEMENT>
|
188
|
-
<option name="myItemId" value="nila" />
|
189
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
190
|
-
</PATH_ELEMENT>
|
191
|
-
</PATH>
|
192
|
-
<PATH>
|
193
|
-
<PATH_ELEMENT>
|
194
|
-
<option name="myItemId" value="nila" />
|
195
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
196
|
-
</PATH_ELEMENT>
|
197
|
-
<PATH_ELEMENT>
|
198
|
-
<option name="myItemId" value="nila" />
|
199
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
200
|
-
</PATH_ELEMENT>
|
201
|
-
<PATH_ELEMENT>
|
202
|
-
<option name="myItemId" value="src" />
|
203
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
204
|
-
</PATH_ELEMENT>
|
205
|
-
</PATH>
|
206
|
-
<PATH>
|
207
|
-
<PATH_ELEMENT>
|
208
|
-
<option name="myItemId" value="nila" />
|
209
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
210
|
-
</PATH_ELEMENT>
|
211
|
-
<PATH_ELEMENT>
|
212
|
-
<option name="myItemId" value="nila" />
|
213
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
214
|
-
</PATH_ELEMENT>
|
215
|
-
<PATH_ELEMENT>
|
216
|
-
<option name="myItemId" value="examples" />
|
217
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
218
|
-
</PATH_ELEMENT>
|
219
|
-
</PATH>
|
220
|
-
</subPane>
|
221
|
-
</pane>
|
222
|
-
<pane id="Scope" />
|
223
|
-
</panes>
|
224
|
-
</component>
|
225
|
-
<component name="PropertiesComponent">
|
226
|
-
<property name="options.splitter.main.proportions" value="0.3" />
|
227
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
228
|
-
<property name="recentsLimit" value="5" />
|
229
|
-
<property name="options.lastSelected" value="preferences.fileTypes" />
|
230
|
-
<property name="last_opened_file_path" value="$USER_HOME$/.rvm/gems/ruby-2.0.0-p247/gems/nilac-0.0.4.3.3/src/nilac.rb" />
|
231
|
-
<property name="FullScreen" value="false" />
|
232
|
-
<property name="options.searchVisible" value="true" />
|
233
|
-
<property name="options.splitter.details.proportions" value="0.2" />
|
234
|
-
</component>
|
235
|
-
<component name="RunManager" selected="Ruby.nilac">
|
236
|
-
<configuration default="false" name="nilac" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
237
|
-
<module name="nila" />
|
238
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
239
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$PROJECT_DIR$/src" />
|
240
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
241
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
242
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
243
|
-
<envs />
|
244
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
245
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
246
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
247
|
-
<COVERAGE_PATTERN ENABLED="true">
|
248
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
249
|
-
</COVERAGE_PATTERN>
|
250
|
-
</EXTENSION>
|
251
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
252
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$PROJECT_DIR$/src/nilac.rb" />
|
253
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
254
|
-
<RunnerSettings RunnerId="RubyDebugRunner" />
|
255
|
-
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
256
|
-
<method />
|
257
|
-
</configuration>
|
258
|
-
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
259
|
-
<module name="" />
|
260
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
261
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
262
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
263
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
264
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
265
|
-
<envs />
|
266
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
267
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
268
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
269
|
-
<COVERAGE_PATTERN ENABLED="true">
|
270
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
271
|
-
</COVERAGE_PATTERN>
|
272
|
-
</EXTENSION>
|
273
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
274
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
275
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
276
|
-
<method />
|
277
|
-
</configuration>
|
278
|
-
<list size="1">
|
279
|
-
<item index="0" class="java.lang.String" itemvalue="Ruby.nilac" />
|
280
|
-
</list>
|
281
|
-
<recent_temporary>
|
282
|
-
<list size="1">
|
283
|
-
<item index="0" class="java.lang.String" itemvalue="Ruby.nilac" />
|
284
|
-
</list>
|
285
|
-
</recent_temporary>
|
286
|
-
</component>
|
287
|
-
<component name="ShelveChangesManager" show_recycled="false" />
|
288
|
-
<component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false" SSL_PROTOCOLS="sslv3">
|
289
|
-
<option name="USER" value="" />
|
290
|
-
<option name="PASSWORD" value="" />
|
291
|
-
<option name="mySSHConnectionTimeout" value="30000" />
|
292
|
-
<option name="mySSHReadTimeout" value="30000" />
|
293
|
-
<option name="LAST_MERGED_REVISION" />
|
294
|
-
<option name="MERGE_DRY_RUN" value="false" />
|
295
|
-
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
296
|
-
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
297
|
-
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
298
|
-
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
299
|
-
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
300
|
-
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
301
|
-
<option name="FORCE_UPDATE" value="false" />
|
302
|
-
<option name="IGNORE_EXTERNALS" value="false" />
|
303
|
-
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
304
|
-
</component>
|
305
|
-
<component name="TaskManager">
|
306
|
-
<task active="true" id="Default" summary="Default task">
|
307
|
-
<changelist id="47970aca-c3a0-4f0a-9cd3-fbc50cd673bf" name="Default" comment="" />
|
308
|
-
<created>1377743804064</created>
|
309
|
-
<updated>1377743804064</updated>
|
310
|
-
</task>
|
311
|
-
<servers />
|
312
|
-
</component>
|
313
|
-
<component name="ToolWindowManager">
|
314
|
-
<frame x="78" y="23" width="1303" height="752" extended-state="0" />
|
315
|
-
<editor active="true" />
|
316
|
-
<layout>
|
317
|
-
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3290938" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
318
|
-
<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" />
|
319
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32876712" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
320
|
-
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32990575" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
321
|
-
<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" />
|
322
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.097056486" sideWeight="0.6712329" order="0" side_tool="false" content_ui="combo" />
|
323
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39878234" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
324
|
-
<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" />
|
325
|
-
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33014354" sideWeight="0.50042844" order="7" side_tool="true" content_ui="tabs" />
|
326
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33014354" sideWeight="0.49957156" order="2" side_tool="false" content_ui="tabs" />
|
327
|
-
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32876712" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
328
|
-
<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" />
|
329
|
-
<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" />
|
330
|
-
<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" />
|
331
|
-
<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" />
|
332
|
-
<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" />
|
333
|
-
<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" />
|
334
|
-
</layout>
|
335
|
-
</component>
|
336
|
-
<component name="VcsContentAnnotationSettings">
|
337
|
-
<option name="myLimit" value="2678400000" />
|
338
|
-
</component>
|
339
|
-
<component name="VcsManagerConfiguration">
|
340
|
-
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
|
341
|
-
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
342
|
-
<option name="CHECK_NEW_TODO" value="true" />
|
343
|
-
<option name="myTodoPanelSettings">
|
344
|
-
<value>
|
345
|
-
<are-packages-shown value="false" />
|
346
|
-
<are-modules-shown value="false" />
|
347
|
-
<flatten-packages value="false" />
|
348
|
-
<is-autoscroll-to-source value="false" />
|
349
|
-
</value>
|
350
|
-
</option>
|
351
|
-
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
|
352
|
-
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
|
353
|
-
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
|
354
|
-
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
|
355
|
-
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
356
|
-
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
357
|
-
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
|
358
|
-
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
359
|
-
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
|
360
|
-
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
|
361
|
-
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
|
362
|
-
<option name="SHORT_DIFF_HORIZONTALLY" value="true" />
|
363
|
-
<option name="SHORT_DIFF_EXTRA_LINES" value="2" />
|
364
|
-
<option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
|
365
|
-
<option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
|
366
|
-
<option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
|
367
|
-
<option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
|
368
|
-
<option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
|
369
|
-
<option name="SHOW_DIRTY_RECURSIVELY" value="false" />
|
370
|
-
<option name="LIMIT_HISTORY" value="true" />
|
371
|
-
<option name="MAXIMUM_HISTORY_ROWS" value="1000" />
|
372
|
-
<option name="UPDATE_FILTER_SCOPE_NAME" />
|
373
|
-
<option name="USE_COMMIT_MESSAGE_MARGIN" value="false" />
|
374
|
-
<option name="COMMIT_MESSAGE_MARGIN_SIZE" value="72" />
|
375
|
-
<option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="false" />
|
376
|
-
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
377
|
-
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
|
378
|
-
<option name="LAST_COMMIT_MESSAGE" />
|
379
|
-
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
|
380
|
-
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
381
|
-
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
|
382
|
-
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
|
383
|
-
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
|
384
|
-
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
|
385
|
-
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
|
386
|
-
<option name="ACTIVE_VCS_NAME" />
|
387
|
-
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
|
388
|
-
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
|
389
|
-
<option name="UPDATE_FILTER_BY_SCOPE" value="false" />
|
390
|
-
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
|
391
|
-
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
392
|
-
</component>
|
393
|
-
<component name="XDebuggerManager">
|
394
|
-
<breakpoint-manager>
|
395
|
-
<option name="time" value="1" />
|
396
|
-
</breakpoint-manager>
|
397
|
-
</component>
|
398
|
-
<component name="editorHistoryManager">
|
399
|
-
<entry file="file://$PROJECT_DIR$/src/nilac.rb">
|
400
|
-
<provider selected="true" editor-type-id="text-editor">
|
401
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
402
|
-
<folding>
|
403
|
-
<element signature="e#56162#56510#0" expanded="false" />
|
404
|
-
<element signature="e#112581#112852#0" expanded="false" />
|
405
|
-
<element signature="e#112858#113146#0" expanded="false" />
|
406
|
-
<element signature="e#113152#116333#0" expanded="false" />
|
407
|
-
<element signature="e#118867#119258#0" expanded="false" />
|
408
|
-
</folding>
|
409
|
-
</state>
|
410
|
-
</provider>
|
411
|
-
</entry>
|
412
|
-
<entry file="file://$PROJECT_DIR$/src/nilac.rb">
|
413
|
-
<provider selected="true" editor-type-id="text-editor">
|
414
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
415
|
-
<folding>
|
416
|
-
<element signature="e#56162#56510#0" expanded="false" />
|
417
|
-
<element signature="e#112581#112852#0" expanded="false" />
|
418
|
-
<element signature="e#112858#113146#0" expanded="false" />
|
419
|
-
<element signature="e#113152#116333#0" expanded="false" />
|
420
|
-
<element signature="e#118867#119258#0" expanded="false" />
|
421
|
-
</folding>
|
422
|
-
</state>
|
423
|
-
</provider>
|
424
|
-
</entry>
|
425
|
-
<entry file="file://$PROJECT_DIR$/src/nilac.rb">
|
426
|
-
<provider selected="true" editor-type-id="text-editor">
|
427
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
428
|
-
<folding>
|
429
|
-
<element signature="e#56162#56510#0" expanded="false" />
|
430
|
-
<element signature="e#112581#112852#0" expanded="false" />
|
431
|
-
<element signature="e#112858#113146#0" expanded="false" />
|
432
|
-
<element signature="e#113152#116333#0" expanded="false" />
|
433
|
-
<element signature="e#118867#119258#0" expanded="false" />
|
434
|
-
</folding>
|
435
|
-
</state>
|
436
|
-
</provider>
|
437
|
-
</entry>
|
438
|
-
<entry file="file://$PROJECT_DIR$/src/nilac.rb">
|
439
|
-
<provider selected="true" editor-type-id="text-editor">
|
440
|
-
<state line="2031" column="45" selection-start="51603" selection-end="51625" vertical-scroll-proportion="0.0">
|
441
|
-
<folding>
|
442
|
-
<element signature="e#56162#56510#0" expanded="false" />
|
443
|
-
<element signature="e#112581#112852#0" expanded="false" />
|
444
|
-
<element signature="e#112858#113146#0" expanded="false" />
|
445
|
-
<element signature="e#113152#116333#0" expanded="false" />
|
446
|
-
<element signature="e#118867#119258#0" expanded="false" />
|
447
|
-
</folding>
|
448
|
-
</state>
|
449
|
-
</provider>
|
450
|
-
</entry>
|
451
|
-
<entry file="file://$USER_HOME$/Documents/nila.tmbundle/info.plist">
|
452
|
-
<provider selected="true" editor-type-id="text-editor">
|
453
|
-
<state line="29" column="10" selection-start="1285" selection-end="1285" vertical-scroll-proportion="0.3959854" />
|
454
|
-
</provider>
|
455
|
-
</entry>
|
456
|
-
<entry file="file:///System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb">
|
457
|
-
<provider selected="true" editor-type-id="text-editor">
|
458
|
-
<state line="210" column="0" selection-start="6438" selection-end="6438" vertical-scroll-proportion="9.642858" />
|
459
|
-
</provider>
|
460
|
-
</entry>
|
461
|
-
<entry file="file://$USER_HOME$/guard-nila/lib/guard/nila.rb">
|
462
|
-
<provider selected="true" editor-type-id="text-editor">
|
463
|
-
<state line="2" column="23" selection-start="61" selection-end="61" vertical-scroll-proportion="0.061433446" />
|
464
|
-
</provider>
|
465
|
-
</entry>
|
466
|
-
<entry file="file://$PROJECT_DIR$/examples/decBin.nila">
|
467
|
-
<provider selected="true" editor-type-id="text-editor">
|
468
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
469
|
-
<folding />
|
470
|
-
</state>
|
471
|
-
</provider>
|
472
|
-
</entry>
|
473
|
-
<entry file="file://$PROJECT_DIR$/examples/decBin.js">
|
474
|
-
<provider selected="true" editor-type-id="text-editor">
|
475
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
476
|
-
<folding />
|
477
|
-
</state>
|
478
|
-
</provider>
|
479
|
-
</entry>
|
480
|
-
<entry file="file://$PROJECT_DIR$/src/nilac.rb">
|
481
|
-
<provider selected="true" editor-type-id="text-editor">
|
482
|
-
<state line="2356" column="30" selection-start="61368" selection-end="61368" vertical-scroll-proportion="0.42131978">
|
483
|
-
<folding>
|
484
|
-
<element signature="e#56162#56510#0" expanded="false" />
|
485
|
-
<element signature="e#112581#112852#0" expanded="false" />
|
486
|
-
<element signature="e#112858#113146#0" expanded="false" />
|
487
|
-
<element signature="e#113152#116333#0" expanded="false" />
|
488
|
-
<element signature="e#118867#119258#0" expanded="false" />
|
489
|
-
</folding>
|
490
|
-
</state>
|
491
|
-
</provider>
|
492
|
-
</entry>
|
493
|
-
</component>
|
494
|
-
</project>
|
495
|
-
|