salish 0.0.2.dev
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.
- data/.gitignore +17 -0
- data/.idea/.name +1 -0
- data/.idea/encodings.xml +6 -0
- data/.idea/misc.xml +14 -0
- data/.idea/modules.xml +8 -0
- data/.idea/salish.iml +110 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +848 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +77 -0
- data/Rakefile +1 -0
- data/lib/salish.rb +17 -0
- data/lib/salish/command.rb +151 -0
- data/lib/salish/help.rb +60 -0
- data/lib/salish/version.rb +4 -0
- data/salish.gemspec +24 -0
- data/test/cmd_test.rb +36 -0
- metadata +97 -0
data/.gitignore
ADDED
data/.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
salish
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
4
|
+
<OptionsSetting value="true" id="Add" />
|
|
5
|
+
<OptionsSetting value="true" id="Remove" />
|
|
6
|
+
<OptionsSetting value="true" id="Checkout" />
|
|
7
|
+
<OptionsSetting value="true" id="Update" />
|
|
8
|
+
<OptionsSetting value="true" id="Status" />
|
|
9
|
+
<OptionsSetting value="true" id="Edit" />
|
|
10
|
+
<ConfirmationsSetting value="0" id="Add" />
|
|
11
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
|
12
|
+
</component>
|
|
13
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="ruby-1.9.3-p484" project-jdk-type="RUBY_SDK" />
|
|
14
|
+
</project>
|
data/.idea/modules.xml
ADDED
data/.idea/salish.iml
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="FacetManager">
|
|
4
|
+
<facet type="gem" name="Ruby Gem">
|
|
5
|
+
<configuration>
|
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="$MODULE_DIR$/test" />
|
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
|
9
|
+
</configuration>
|
|
10
|
+
</facet>
|
|
11
|
+
</component>
|
|
12
|
+
<component name="ModuleRunConfigurationManager">
|
|
13
|
+
<configuration default="false" name="test" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
14
|
+
<module name="salish" />
|
|
15
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
16
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
17
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
18
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
19
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
20
|
+
<envs />
|
|
21
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
22
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
23
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
24
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
25
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
26
|
+
</COVERAGE_PATTERN>
|
|
27
|
+
</EXTENSION>
|
|
28
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/test.rb" />
|
|
29
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
30
|
+
<method />
|
|
31
|
+
</configuration>
|
|
32
|
+
<configuration default="false" name="salish" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
33
|
+
<module name="salish" />
|
|
34
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
35
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
|
36
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
37
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
38
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
39
|
+
<envs />
|
|
40
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
41
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
42
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
43
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
44
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
45
|
+
</COVERAGE_PATTERN>
|
|
46
|
+
</EXTENSION>
|
|
47
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/salish.rb" />
|
|
48
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
49
|
+
<method />
|
|
50
|
+
</configuration>
|
|
51
|
+
<configuration default="false" name="Run test 'CMDTest': salish" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest" temporary="true">
|
|
52
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
53
|
+
<module name="salish" />
|
|
54
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
55
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
|
|
56
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
57
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
58
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
59
|
+
<envs>
|
|
60
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
|
61
|
+
</envs>
|
|
62
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
63
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
64
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
65
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
66
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
67
|
+
</COVERAGE_PATTERN>
|
|
68
|
+
</EXTENSION>
|
|
69
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
70
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/cmd_test.rb" />
|
|
71
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
72
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
73
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
74
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
75
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
76
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
77
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
78
|
+
<method />
|
|
79
|
+
</configuration>
|
|
80
|
+
<configuration default="false" name="cmd_test" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
81
|
+
<module name="salish" />
|
|
82
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
83
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
|
|
84
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
85
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
86
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
87
|
+
<envs />
|
|
88
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
89
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
90
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
91
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
92
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
93
|
+
</COVERAGE_PATTERN>
|
|
94
|
+
</EXTENSION>
|
|
95
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/test/cmd_test.rb" />
|
|
96
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
97
|
+
<method />
|
|
98
|
+
</configuration>
|
|
99
|
+
</component>
|
|
100
|
+
<component name="NewModuleRootManager">
|
|
101
|
+
<content url="file://$MODULE_DIR$">
|
|
102
|
+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
103
|
+
<excludeFolder url="file://$MODULE_DIR$/.bundle" />
|
|
104
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
|
|
105
|
+
</content>
|
|
106
|
+
<orderEntry type="inheritedJdk" />
|
|
107
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
108
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, ruby-1.9.3-p484) [gem]" level="application" />
|
|
109
|
+
</component>
|
|
110
|
+
</module>
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,848 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="8764cc0d-8428-4b44-a2c1-8e1a0d9c7b69" name="Default" comment="">
|
|
5
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/salish/help.rb" />
|
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/salish.iml" afterPath="$PROJECT_DIR$/.idea/salish.iml" />
|
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/salish.rb" afterPath="$PROJECT_DIR$/lib/salish.rb" />
|
|
9
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/salish/command.rb" afterPath="$PROJECT_DIR$/lib/salish/command.rb" />
|
|
10
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/salish/version.rb" afterPath="$PROJECT_DIR$/lib/salish/version.rb" />
|
|
11
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/test/cmd_test.rb" afterPath="$PROJECT_DIR$/test/cmd_test.rb" />
|
|
12
|
+
</list>
|
|
13
|
+
<ignored path="salish.iws" />
|
|
14
|
+
<ignored path=".idea/workspace.xml" />
|
|
15
|
+
<ignored path=".idea/dataSources.local.xml" />
|
|
16
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
17
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
18
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
19
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
20
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
21
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
22
|
+
</component>
|
|
23
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
|
24
|
+
<component name="CoverageDataManager">
|
|
25
|
+
<SUITE FILE_PATH="coverage/salish@Run_test__CMDTest___salish.coverage" NAME="Run test 'CMDTest': salish Coverage Results" MODIFIED="1459016260229" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/test" MODULE_NAME="salish" />
|
|
26
|
+
<SUITE FILE_PATH="coverage/salish@salish.coverage" NAME="salish Coverage Results" MODIFIED="1459016838023" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="salish" />
|
|
27
|
+
<SUITE FILE_PATH="coverage/salish@cmd_test.coverage" NAME="cmd_test Coverage Results" MODIFIED="1459021403943" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/test" MODULE_NAME="salish" />
|
|
28
|
+
<SUITE FILE_PATH="coverage/salish@test.coverage" NAME="test Coverage Results" MODIFIED="1458985013049" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="salish" />
|
|
29
|
+
</component>
|
|
30
|
+
<component name="CreatePatchCommitExecutor">
|
|
31
|
+
<option name="PATCH_PATH" value="" />
|
|
32
|
+
</component>
|
|
33
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
34
|
+
<component name="FavoritesManager">
|
|
35
|
+
<favorites_list name="salish" />
|
|
36
|
+
</component>
|
|
37
|
+
<component name="FileEditorManager">
|
|
38
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
39
|
+
<file leaf-file-name="salish.rb" pinned="false" current-in-tab="false">
|
|
40
|
+
<entry file="file://$PROJECT_DIR$/lib/salish.rb">
|
|
41
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
42
|
+
<state vertical-scroll-proportion="0.0">
|
|
43
|
+
<caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
|
|
44
|
+
<folding />
|
|
45
|
+
</state>
|
|
46
|
+
</provider>
|
|
47
|
+
</entry>
|
|
48
|
+
</file>
|
|
49
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
|
|
50
|
+
<entry file="file://$PROJECT_DIR$/lib/salish/version.rb">
|
|
51
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
52
|
+
<state vertical-scroll-proportion="0.0">
|
|
53
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
54
|
+
<folding />
|
|
55
|
+
</state>
|
|
56
|
+
</provider>
|
|
57
|
+
</entry>
|
|
58
|
+
</file>
|
|
59
|
+
<file leaf-file-name="salish.gemspec" pinned="false" current-in-tab="true">
|
|
60
|
+
<entry file="file://$PROJECT_DIR$/salish.gemspec">
|
|
61
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
62
|
+
<state vertical-scroll-proportion="0.6458333">
|
|
63
|
+
<caret line="13" column="14" selection-start-line="13" selection-start-column="7" selection-end-line="13" selection-end-column="14" />
|
|
64
|
+
<folding />
|
|
65
|
+
</state>
|
|
66
|
+
</provider>
|
|
67
|
+
</entry>
|
|
68
|
+
</file>
|
|
69
|
+
<file leaf-file-name="help.rb" pinned="false" current-in-tab="false">
|
|
70
|
+
<entry file="file://$PROJECT_DIR$/lib/salish/help.rb">
|
|
71
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
72
|
+
<state vertical-scroll-proportion="0.0">
|
|
73
|
+
<caret line="5" column="0" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" />
|
|
74
|
+
<folding />
|
|
75
|
+
</state>
|
|
76
|
+
</provider>
|
|
77
|
+
</entry>
|
|
78
|
+
</file>
|
|
79
|
+
<file leaf-file-name="cmd_test.rb" pinned="false" current-in-tab="false">
|
|
80
|
+
<entry file="file://$PROJECT_DIR$/test/cmd_test.rb">
|
|
81
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
82
|
+
<state vertical-scroll-proportion="0.0">
|
|
83
|
+
<caret line="4" column="25" selection-start-line="4" selection-start-column="9" selection-end-line="4" selection-end-column="25" />
|
|
84
|
+
<folding />
|
|
85
|
+
</state>
|
|
86
|
+
</provider>
|
|
87
|
+
</entry>
|
|
88
|
+
</file>
|
|
89
|
+
</leaf>
|
|
90
|
+
</component>
|
|
91
|
+
<component name="FileTemplateManagerImpl">
|
|
92
|
+
<option name="RECENT_TEMPLATES">
|
|
93
|
+
<list>
|
|
94
|
+
<option value="RSpec Test Template" />
|
|
95
|
+
<option value="TestUnit Test Template" />
|
|
96
|
+
<option value="Ruby Class Template" />
|
|
97
|
+
</list>
|
|
98
|
+
</option>
|
|
99
|
+
</component>
|
|
100
|
+
<component name="Git.Settings">
|
|
101
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
102
|
+
</component>
|
|
103
|
+
<component name="IdeDocumentHistory">
|
|
104
|
+
<option name="CHANGED_PATHS">
|
|
105
|
+
<list>
|
|
106
|
+
<option value="$PROJECT_DIR$/test.rb" />
|
|
107
|
+
<option value="$PROJECT_DIR$/lib/salish/error.rb" />
|
|
108
|
+
<option value="$PROJECT_DIR$/README.md" />
|
|
109
|
+
<option value="$PROJECT_DIR$/salish.gemspec" />
|
|
110
|
+
<option value="$PROJECT_DIR$/lib/salish/help_info.rb" />
|
|
111
|
+
<option value="$PROJECT_DIR$/lib/salish/help.rb" />
|
|
112
|
+
<option value="$PROJECT_DIR$/lib/salish/command.rb" />
|
|
113
|
+
<option value="$PROJECT_DIR$/test/cmd_test.rb" />
|
|
114
|
+
<option value="$PROJECT_DIR$/lib/salish.rb" />
|
|
115
|
+
<option value="$PROJECT_DIR$/lib/salish/version.rb" />
|
|
116
|
+
</list>
|
|
117
|
+
</option>
|
|
118
|
+
</component>
|
|
119
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
|
120
|
+
<component name="JsBuildToolPackageJson" detection-done="true" />
|
|
121
|
+
<component name="JsGulpfileManager">
|
|
122
|
+
<detection-done>true</detection-done>
|
|
123
|
+
</component>
|
|
124
|
+
<component name="ProjectFrameBounds">
|
|
125
|
+
<option name="y" value="-4" />
|
|
126
|
+
<option name="width" value="1366" />
|
|
127
|
+
<option name="height" value="772" />
|
|
128
|
+
</component>
|
|
129
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
130
|
+
<OptionsSetting value="true" id="Add" />
|
|
131
|
+
<OptionsSetting value="true" id="Remove" />
|
|
132
|
+
<OptionsSetting value="true" id="Checkout" />
|
|
133
|
+
<OptionsSetting value="true" id="Update" />
|
|
134
|
+
<OptionsSetting value="true" id="Status" />
|
|
135
|
+
<OptionsSetting value="true" id="Edit" />
|
|
136
|
+
<ConfirmationsSetting value="0" id="Add" />
|
|
137
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
|
138
|
+
</component>
|
|
139
|
+
<component name="ProjectView">
|
|
140
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
141
|
+
<flattenPackages />
|
|
142
|
+
<showMembers />
|
|
143
|
+
<showModules />
|
|
144
|
+
<showLibraryContents />
|
|
145
|
+
<hideEmptyPackages />
|
|
146
|
+
<abbreviatePackageNames />
|
|
147
|
+
<autoscrollToSource />
|
|
148
|
+
<autoscrollFromSource />
|
|
149
|
+
<sortByType />
|
|
150
|
+
<manualOrder />
|
|
151
|
+
<foldersAlwaysOnTop value="true" />
|
|
152
|
+
</navigator>
|
|
153
|
+
<panes>
|
|
154
|
+
<pane id="Scope" />
|
|
155
|
+
<pane id="Scratches" />
|
|
156
|
+
<pane id="ProjectPane">
|
|
157
|
+
<subPane>
|
|
158
|
+
<PATH>
|
|
159
|
+
<PATH_ELEMENT>
|
|
160
|
+
<option name="myItemId" value="salish" />
|
|
161
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
162
|
+
</PATH_ELEMENT>
|
|
163
|
+
</PATH>
|
|
164
|
+
<PATH>
|
|
165
|
+
<PATH_ELEMENT>
|
|
166
|
+
<option name="myItemId" value="salish" />
|
|
167
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
168
|
+
</PATH_ELEMENT>
|
|
169
|
+
<PATH_ELEMENT>
|
|
170
|
+
<option name="myItemId" value="salish" />
|
|
171
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
172
|
+
</PATH_ELEMENT>
|
|
173
|
+
</PATH>
|
|
174
|
+
<PATH>
|
|
175
|
+
<PATH_ELEMENT>
|
|
176
|
+
<option name="myItemId" value="salish" />
|
|
177
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
178
|
+
</PATH_ELEMENT>
|
|
179
|
+
<PATH_ELEMENT>
|
|
180
|
+
<option name="myItemId" value="salish" />
|
|
181
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
182
|
+
</PATH_ELEMENT>
|
|
183
|
+
<PATH_ELEMENT>
|
|
184
|
+
<option name="myItemId" value="test" />
|
|
185
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
186
|
+
</PATH_ELEMENT>
|
|
187
|
+
</PATH>
|
|
188
|
+
<PATH>
|
|
189
|
+
<PATH_ELEMENT>
|
|
190
|
+
<option name="myItemId" value="salish" />
|
|
191
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
192
|
+
</PATH_ELEMENT>
|
|
193
|
+
<PATH_ELEMENT>
|
|
194
|
+
<option name="myItemId" value="salish" />
|
|
195
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
196
|
+
</PATH_ELEMENT>
|
|
197
|
+
<PATH_ELEMENT>
|
|
198
|
+
<option name="myItemId" value="lib" />
|
|
199
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
200
|
+
</PATH_ELEMENT>
|
|
201
|
+
</PATH>
|
|
202
|
+
<PATH>
|
|
203
|
+
<PATH_ELEMENT>
|
|
204
|
+
<option name="myItemId" value="salish" />
|
|
205
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
206
|
+
</PATH_ELEMENT>
|
|
207
|
+
<PATH_ELEMENT>
|
|
208
|
+
<option name="myItemId" value="salish" />
|
|
209
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
210
|
+
</PATH_ELEMENT>
|
|
211
|
+
<PATH_ELEMENT>
|
|
212
|
+
<option name="myItemId" value="lib" />
|
|
213
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
214
|
+
</PATH_ELEMENT>
|
|
215
|
+
<PATH_ELEMENT>
|
|
216
|
+
<option name="myItemId" value="salish" />
|
|
217
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
218
|
+
</PATH_ELEMENT>
|
|
219
|
+
</PATH>
|
|
220
|
+
</subPane>
|
|
221
|
+
</pane>
|
|
222
|
+
</panes>
|
|
223
|
+
</component>
|
|
224
|
+
<component name="PropertiesComponent">
|
|
225
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
226
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$/../RMVA+" />
|
|
227
|
+
<property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
|
|
228
|
+
<property name="settings.editor.splitter.proportion" value="0.2" />
|
|
229
|
+
</component>
|
|
230
|
+
<component name="RunManager" selected="Ruby.cmd_test">
|
|
231
|
+
<configuration default="false" name="test" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
232
|
+
<module name="salish" />
|
|
233
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
234
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
235
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
236
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
237
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
238
|
+
<envs />
|
|
239
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
240
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
241
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
242
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
243
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
244
|
+
</COVERAGE_PATTERN>
|
|
245
|
+
</EXTENSION>
|
|
246
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/test.rb" />
|
|
247
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
248
|
+
<method />
|
|
249
|
+
</configuration>
|
|
250
|
+
<configuration default="false" name="salish" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
251
|
+
<module name="salish" />
|
|
252
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
253
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
|
254
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
255
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
256
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
257
|
+
<envs />
|
|
258
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
259
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
260
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
261
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
262
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
263
|
+
</COVERAGE_PATTERN>
|
|
264
|
+
</EXTENSION>
|
|
265
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/salish.rb" />
|
|
266
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
267
|
+
<method />
|
|
268
|
+
</configuration>
|
|
269
|
+
<configuration default="false" name="Run test 'CMDTest': salish" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest" temporary="true">
|
|
270
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
271
|
+
<module name="salish" />
|
|
272
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
273
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
|
|
274
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
275
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
276
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
277
|
+
<envs>
|
|
278
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
|
279
|
+
</envs>
|
|
280
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
281
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
282
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
283
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
284
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
285
|
+
</COVERAGE_PATTERN>
|
|
286
|
+
</EXTENSION>
|
|
287
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
288
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/cmd_test.rb" />
|
|
289
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
290
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
291
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
292
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
293
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
294
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
295
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
296
|
+
<method />
|
|
297
|
+
</configuration>
|
|
298
|
+
<configuration default="false" name="cmd_test" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
299
|
+
<module name="salish" />
|
|
300
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
301
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
|
|
302
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
303
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
304
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
305
|
+
<envs />
|
|
306
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
307
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
308
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
309
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
310
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
311
|
+
</COVERAGE_PATTERN>
|
|
312
|
+
</EXTENSION>
|
|
313
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/test/cmd_test.rb" />
|
|
314
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
315
|
+
<method />
|
|
316
|
+
</configuration>
|
|
317
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
|
318
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
|
319
|
+
<module name="" />
|
|
320
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
321
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
322
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
323
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
324
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
325
|
+
<envs />
|
|
326
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
327
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
328
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
329
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
330
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
331
|
+
</COVERAGE_PATTERN>
|
|
332
|
+
</EXTENSION>
|
|
333
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
|
334
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
335
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
336
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
337
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
|
338
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
|
339
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
|
340
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
341
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
342
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
|
343
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
344
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
345
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
346
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
|
347
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
|
348
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
|
349
|
+
<method />
|
|
350
|
+
</configuration>
|
|
351
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
|
352
|
+
<method />
|
|
353
|
+
</configuration>
|
|
354
|
+
<configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" working-dir="">
|
|
355
|
+
<method />
|
|
356
|
+
</configuration>
|
|
357
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
|
358
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
359
|
+
<module name="" />
|
|
360
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
361
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
362
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
363
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
364
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
365
|
+
<envs />
|
|
366
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
367
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
368
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
369
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
370
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
371
|
+
</COVERAGE_PATTERN>
|
|
372
|
+
</EXTENSION>
|
|
373
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
374
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
375
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
376
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
377
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
378
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
379
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
380
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
381
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
382
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
383
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
384
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
385
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
386
|
+
<method />
|
|
387
|
+
</configuration>
|
|
388
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
|
389
|
+
<module name="" />
|
|
390
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
391
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
|
392
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
393
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
394
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
395
|
+
<envs />
|
|
396
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
397
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
398
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
399
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
400
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
401
|
+
</COVERAGE_PATTERN>
|
|
402
|
+
</EXTENSION>
|
|
403
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
|
404
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
405
|
+
<method />
|
|
406
|
+
</configuration>
|
|
407
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
408
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
409
|
+
<module name="" />
|
|
410
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
411
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
412
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
413
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
414
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
415
|
+
<envs />
|
|
416
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
417
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
418
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
419
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
420
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
421
|
+
</COVERAGE_PATTERN>
|
|
422
|
+
</EXTENSION>
|
|
423
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
424
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
425
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
426
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
427
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
428
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
429
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
430
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
431
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
432
|
+
<method />
|
|
433
|
+
</configuration>
|
|
434
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
|
435
|
+
<node-options />
|
|
436
|
+
<gulpfile />
|
|
437
|
+
<tasks />
|
|
438
|
+
<arguments />
|
|
439
|
+
<envs />
|
|
440
|
+
<method />
|
|
441
|
+
</configuration>
|
|
442
|
+
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
|
443
|
+
<command value="run-script" />
|
|
444
|
+
<scripts />
|
|
445
|
+
<envs />
|
|
446
|
+
<method />
|
|
447
|
+
</configuration>
|
|
448
|
+
<configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
|
|
449
|
+
<node-options />
|
|
450
|
+
<working-directory>$PROJECT_DIR$</working-directory>
|
|
451
|
+
<pass-parent-env>true</pass-parent-env>
|
|
452
|
+
<envs />
|
|
453
|
+
<ui>bdd</ui>
|
|
454
|
+
<extra-mocha-options />
|
|
455
|
+
<test-kind>DIRECTORY</test-kind>
|
|
456
|
+
<test-directory />
|
|
457
|
+
<recursive>false</recursive>
|
|
458
|
+
<method />
|
|
459
|
+
</configuration>
|
|
460
|
+
<list size="4">
|
|
461
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.test" />
|
|
462
|
+
<item index="1" class="java.lang.String" itemvalue="Ruby.salish" />
|
|
463
|
+
<item index="2" class="java.lang.String" itemvalue="Test::Unit/Shoulda/Minitest.Run test 'CMDTest': salish" />
|
|
464
|
+
<item index="3" class="java.lang.String" itemvalue="Ruby.cmd_test" />
|
|
465
|
+
</list>
|
|
466
|
+
<recent_temporary>
|
|
467
|
+
<list size="4">
|
|
468
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.cmd_test" />
|
|
469
|
+
<item index="1" class="java.lang.String" itemvalue="Test::Unit/Shoulda/Minitest.Run test 'CMDTest': salish" />
|
|
470
|
+
<item index="2" class="java.lang.String" itemvalue="Ruby.salish" />
|
|
471
|
+
<item index="3" class="java.lang.String" itemvalue="Ruby.test" />
|
|
472
|
+
</list>
|
|
473
|
+
</recent_temporary>
|
|
474
|
+
</component>
|
|
475
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
|
476
|
+
<component name="SvnConfiguration">
|
|
477
|
+
<configuration />
|
|
478
|
+
</component>
|
|
479
|
+
<component name="TaskManager">
|
|
480
|
+
<task active="true" id="Default" summary="Default task">
|
|
481
|
+
<changelist id="8764cc0d-8428-4b44-a2c1-8e1a0d9c7b69" name="Default" comment="" />
|
|
482
|
+
<created>1458919061193</created>
|
|
483
|
+
<option name="number" value="Default" />
|
|
484
|
+
<updated>1458919061193</updated>
|
|
485
|
+
</task>
|
|
486
|
+
<task id="LOCAL-00001" summary="init">
|
|
487
|
+
<created>1458986368792</created>
|
|
488
|
+
<option name="number" value="00001" />
|
|
489
|
+
<option name="project" value="LOCAL" />
|
|
490
|
+
<updated>1458986368792</updated>
|
|
491
|
+
</task>
|
|
492
|
+
<task id="LOCAL-00002" summary="add error.rb 增加了错误处理类。通过接受一个error code 然后生成相应的错误信息。一个命令只拥有一个错误处理类。 ">
|
|
493
|
+
<created>1459003217951</created>
|
|
494
|
+
<option name="number" value="00002" />
|
|
495
|
+
<option name="project" value="LOCAL" />
|
|
496
|
+
<updated>1459003217951</updated>
|
|
497
|
+
</task>
|
|
498
|
+
<task id="LOCAL-00003" summary="update readme.md ">
|
|
499
|
+
<created>1459013306021</created>
|
|
500
|
+
<option name="number" value="00003" />
|
|
501
|
+
<option name="project" value="LOCAL" />
|
|
502
|
+
<updated>1459013306021</updated>
|
|
503
|
+
</task>
|
|
504
|
+
<task id="LOCAL-00004" summary="update cmd_test.rb ">
|
|
505
|
+
<created>1459013609852</created>
|
|
506
|
+
<option name="number" value="00004" />
|
|
507
|
+
<option name="project" value="LOCAL" />
|
|
508
|
+
<updated>1459013609852</updated>
|
|
509
|
+
</task>
|
|
510
|
+
<task id="LOCAL-00005" summary="update error.rb and help.rb">
|
|
511
|
+
<created>1459013952082</created>
|
|
512
|
+
<option name="number" value="00005" />
|
|
513
|
+
<option name="project" value="LOCAL" />
|
|
514
|
+
<updated>1459013952082</updated>
|
|
515
|
+
</task>
|
|
516
|
+
<option name="localTasksCounter" value="6" />
|
|
517
|
+
<servers />
|
|
518
|
+
</component>
|
|
519
|
+
<component name="TestHistory">
|
|
520
|
+
<history-entry file="Run_test__CMDTest___salish - 2016.03.27 at 02h 06m 59s.xml">
|
|
521
|
+
<configuration name="Run test 'CMDTest': salish" configurationId="TestUnitRunConfigurationType" />
|
|
522
|
+
</history-entry>
|
|
523
|
+
<history-entry file="Run_test__CMDTest___salish - 2016.03.27 at 02h 07m 11s.xml">
|
|
524
|
+
<configuration name="Run test 'CMDTest': salish" configurationId="TestUnitRunConfigurationType" />
|
|
525
|
+
</history-entry>
|
|
526
|
+
<history-entry file="Run_test__CMDTest___salish - 2016.03.27 at 02h 07m 47s.xml">
|
|
527
|
+
<configuration name="Run test 'CMDTest': salish" configurationId="TestUnitRunConfigurationType" />
|
|
528
|
+
</history-entry>
|
|
529
|
+
<history-entry file="Run_test__CMDTest___salish - 2016.03.27 at 02h 10m 36s.xml">
|
|
530
|
+
<configuration name="Run test 'CMDTest': salish" configurationId="TestUnitRunConfigurationType" />
|
|
531
|
+
</history-entry>
|
|
532
|
+
<history-entry file="Run_test__CMDTest___salish - 2016.03.27 at 02h 10m 52s.xml">
|
|
533
|
+
<configuration name="Run test 'CMDTest': salish" configurationId="TestUnitRunConfigurationType" />
|
|
534
|
+
</history-entry>
|
|
535
|
+
<history-entry file="Run_test__CMDTest___salish - 2016.03.27 at 02h 12m 44s.xml">
|
|
536
|
+
<configuration name="Run test 'CMDTest': salish" configurationId="TestUnitRunConfigurationType" />
|
|
537
|
+
</history-entry>
|
|
538
|
+
<history-entry file="Run_test__CMDTest___salish - 2016.03.27 at 02h 13m 43s.xml">
|
|
539
|
+
<configuration name="Run test 'CMDTest': salish" configurationId="TestUnitRunConfigurationType" />
|
|
540
|
+
</history-entry>
|
|
541
|
+
<history-entry file="Run_test__CMDTest___salish - 2016.03.27 at 02h 14m 32s.xml">
|
|
542
|
+
<configuration name="Run test 'CMDTest': salish" configurationId="TestUnitRunConfigurationType" />
|
|
543
|
+
</history-entry>
|
|
544
|
+
<history-entry file="Run_test__CMDTest___salish - 2016.03.27 at 02h 17m 21s.xml">
|
|
545
|
+
<configuration name="Run test 'CMDTest': salish" configurationId="TestUnitRunConfigurationType" />
|
|
546
|
+
</history-entry>
|
|
547
|
+
<history-entry file="Run_test__CMDTest___salish - 2016.03.27 at 02h 17m 40s.xml">
|
|
548
|
+
<configuration name="Run test 'CMDTest': salish" configurationId="TestUnitRunConfigurationType" />
|
|
549
|
+
</history-entry>
|
|
550
|
+
</component>
|
|
551
|
+
<component name="ToolWindowManager">
|
|
552
|
+
<frame x="0" y="-4" width="1366" height="772" extended-state="6" />
|
|
553
|
+
<editor active="true" />
|
|
554
|
+
<layout>
|
|
555
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32905295" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
556
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
557
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
558
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.24944155" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
559
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25757575" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
560
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
561
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32956383" sideWeight="0.4969697" order="2" side_tool="false" content_ui="tabs" />
|
|
562
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
|
563
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32956383" sideWeight="0.5030303" order="7" side_tool="true" content_ui="tabs" />
|
|
564
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3279483" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
565
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
|
566
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
567
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
568
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32956383" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
569
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
570
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
571
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
|
572
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
573
|
+
</layout>
|
|
574
|
+
<layout-to-restore>
|
|
575
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
|
576
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32905295" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
577
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
578
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
579
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
580
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
581
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
582
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
|
583
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32956383" sideWeight="0.5030303" order="8" side_tool="true" content_ui="tabs" />
|
|
584
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3279483" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
|
585
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
|
586
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
587
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
588
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
589
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25757575" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
590
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32956383" sideWeight="0.4969697" order="2" side_tool="false" content_ui="tabs" />
|
|
591
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
592
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
|
593
|
+
</layout-to-restore>
|
|
594
|
+
</component>
|
|
595
|
+
<component name="Vcs.Log.UiProperties">
|
|
596
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
|
597
|
+
<collection />
|
|
598
|
+
</option>
|
|
599
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
600
|
+
<collection />
|
|
601
|
+
</option>
|
|
602
|
+
</component>
|
|
603
|
+
<component name="VcsContentAnnotationSettings">
|
|
604
|
+
<option name="myLimit" value="2678400000" />
|
|
605
|
+
</component>
|
|
606
|
+
<component name="VcsManagerConfiguration">
|
|
607
|
+
<MESSAGE value="init" />
|
|
608
|
+
<MESSAGE value="add error.rb 增加了错误处理类。通过接受一个error code 然后生成相应的错误信息。一个命令只拥有一个错误处理类。 " />
|
|
609
|
+
<MESSAGE value="update readme.md " />
|
|
610
|
+
<MESSAGE value="update cmd_test.rb " />
|
|
611
|
+
<MESSAGE value="update error.rb and help.rb" />
|
|
612
|
+
<option name="LAST_COMMIT_MESSAGE" value="update error.rb and help.rb" />
|
|
613
|
+
</component>
|
|
614
|
+
<component name="XDebuggerManager">
|
|
615
|
+
<breakpoint-manager />
|
|
616
|
+
<watches-manager />
|
|
617
|
+
</component>
|
|
618
|
+
<component name="editorHistoryManager">
|
|
619
|
+
<entry file="file://$PROJECT_DIR$/lib/salish.rb">
|
|
620
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
621
|
+
<state vertical-scroll-proportion="0.0">
|
|
622
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
623
|
+
<folding />
|
|
624
|
+
</state>
|
|
625
|
+
</provider>
|
|
626
|
+
</entry>
|
|
627
|
+
<entry file="file://$PROJECT_DIR$/lib/salish/help.rb">
|
|
628
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
629
|
+
<state vertical-scroll-proportion="0.0">
|
|
630
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
|
631
|
+
<folding />
|
|
632
|
+
</state>
|
|
633
|
+
</provider>
|
|
634
|
+
</entry>
|
|
635
|
+
<entry file="file://$PROJECT_DIR$/lib/salish/command.rb">
|
|
636
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
637
|
+
<state vertical-scroll-proportion="0.0">
|
|
638
|
+
<caret line="17" column="24" selection-start-line="17" selection-start-column="24" selection-end-line="17" selection-end-column="24" />
|
|
639
|
+
<folding />
|
|
640
|
+
</state>
|
|
641
|
+
</provider>
|
|
642
|
+
</entry>
|
|
643
|
+
<entry file="file://$PROJECT_DIR$/lib/salish.rb">
|
|
644
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
645
|
+
<state vertical-scroll-proportion="0.0">
|
|
646
|
+
<caret line="13" column="7" selection-start-line="13" selection-start-column="7" selection-end-line="13" selection-end-column="7" />
|
|
647
|
+
<folding />
|
|
648
|
+
</state>
|
|
649
|
+
</provider>
|
|
650
|
+
</entry>
|
|
651
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
652
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
|
653
|
+
<state split_layout="FIRST">
|
|
654
|
+
<first_editor vertical-scroll-proportion="0.0">
|
|
655
|
+
<caret line="59" column="27" selection-start-line="59" selection-start-column="27" selection-end-line="59" selection-end-column="27" />
|
|
656
|
+
</first_editor>
|
|
657
|
+
<second_editor />
|
|
658
|
+
</state>
|
|
659
|
+
</provider>
|
|
660
|
+
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
|
661
|
+
<state />
|
|
662
|
+
</provider>
|
|
663
|
+
</entry>
|
|
664
|
+
<entry file="file://$PROJECT_DIR$/lib/salish/command.rb">
|
|
665
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
666
|
+
<state vertical-scroll-proportion="0.0">
|
|
667
|
+
<caret line="146" column="89" selection-start-line="146" selection-start-column="89" selection-end-line="146" selection-end-column="89" />
|
|
668
|
+
<folding />
|
|
669
|
+
</state>
|
|
670
|
+
</provider>
|
|
671
|
+
</entry>
|
|
672
|
+
<entry file="file://$PROJECT_DIR$/lib/salish/version.rb">
|
|
673
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
674
|
+
<state vertical-scroll-proportion="0.0">
|
|
675
|
+
<caret line="0" column="7" selection-start-line="0" selection-start-column="7" selection-end-line="0" selection-end-column="7" />
|
|
676
|
+
<folding />
|
|
677
|
+
</state>
|
|
678
|
+
</provider>
|
|
679
|
+
</entry>
|
|
680
|
+
<entry file="file://$PROJECT_DIR$/test/cmd_test.rb">
|
|
681
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
682
|
+
<state vertical-scroll-proportion="0.0">
|
|
683
|
+
<caret line="6" column="0" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
|
684
|
+
<folding />
|
|
685
|
+
</state>
|
|
686
|
+
</provider>
|
|
687
|
+
</entry>
|
|
688
|
+
<entry file="file://$PROJECT_DIR$/lib/salish.rb">
|
|
689
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
690
|
+
<state vertical-scroll-proportion="0.0">
|
|
691
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
692
|
+
<folding />
|
|
693
|
+
</state>
|
|
694
|
+
</provider>
|
|
695
|
+
</entry>
|
|
696
|
+
<entry file="file://$PROJECT_DIR$/lib/salish/version.rb">
|
|
697
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
698
|
+
<state vertical-scroll-proportion="0.0">
|
|
699
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
|
700
|
+
<folding />
|
|
701
|
+
</state>
|
|
702
|
+
</provider>
|
|
703
|
+
</entry>
|
|
704
|
+
<entry file="file://$PROJECT_DIR$/../RMVA+/framework/src/main.rb">
|
|
705
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
706
|
+
<state vertical-scroll-proportion="0.0">
|
|
707
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
708
|
+
</state>
|
|
709
|
+
</provider>
|
|
710
|
+
</entry>
|
|
711
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
712
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
713
|
+
<state vertical-scroll-proportion="-8.571428">
|
|
714
|
+
<caret line="12" column="4" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="4" />
|
|
715
|
+
</state>
|
|
716
|
+
</provider>
|
|
717
|
+
</entry>
|
|
718
|
+
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
|
719
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
720
|
+
<state vertical-scroll-proportion="0.0">
|
|
721
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
722
|
+
</state>
|
|
723
|
+
</provider>
|
|
724
|
+
</entry>
|
|
725
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
726
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
727
|
+
<state vertical-scroll-proportion="0.0">
|
|
728
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
|
729
|
+
<folding />
|
|
730
|
+
</state>
|
|
731
|
+
</provider>
|
|
732
|
+
</entry>
|
|
733
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
734
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
735
|
+
<state vertical-scroll-proportion="0.0">
|
|
736
|
+
<caret line="0" column="27" selection-start-line="0" selection-start-column="27" selection-end-line="0" selection-end-column="27" />
|
|
737
|
+
</state>
|
|
738
|
+
</provider>
|
|
739
|
+
</entry>
|
|
740
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
741
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
|
742
|
+
<state split_layout="FIRST">
|
|
743
|
+
<first_editor vertical-scroll-proportion="0.5504587">
|
|
744
|
+
<caret line="18" column="8" selection-start-line="18" selection-start-column="8" selection-end-line="18" selection-end-column="8" />
|
|
745
|
+
</first_editor>
|
|
746
|
+
<second_editor />
|
|
747
|
+
</state>
|
|
748
|
+
</provider>
|
|
749
|
+
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
|
750
|
+
<state />
|
|
751
|
+
</provider>
|
|
752
|
+
</entry>
|
|
753
|
+
<entry file="file://$USER_HOME$/rubybin/rm-data">
|
|
754
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
755
|
+
<state vertical-scroll-proportion="0.22077923">
|
|
756
|
+
<caret line="6" column="19" selection-start-line="6" selection-start-column="19" selection-end-line="6" selection-end-column="19" />
|
|
757
|
+
</state>
|
|
758
|
+
</provider>
|
|
759
|
+
</entry>
|
|
760
|
+
<entry file="file:///usr/lib/ruby/1.9.1/rubygems/custom_require.rb">
|
|
761
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
762
|
+
<state vertical-scroll-proportion="0.0">
|
|
763
|
+
<caret line="34" column="33" selection-start-line="34" selection-start-column="7" selection-end-line="34" selection-end-column="33" />
|
|
764
|
+
<folding />
|
|
765
|
+
</state>
|
|
766
|
+
</provider>
|
|
767
|
+
</entry>
|
|
768
|
+
<entry file="file:///usr/lib/ruby/1.9.1/json/version.rb">
|
|
769
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
770
|
+
<state vertical-scroll-proportion="0.0">
|
|
771
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
772
|
+
</state>
|
|
773
|
+
</provider>
|
|
774
|
+
</entry>
|
|
775
|
+
<entry file="file://$APPLICATION_HOME_DIR$/rubystubs193/kernel.rb">
|
|
776
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
777
|
+
<state vertical-scroll-proportion="0.33333334">
|
|
778
|
+
<caret line="575" column="8" selection-start-line="575" selection-start-column="8" selection-end-line="575" selection-end-column="8" />
|
|
779
|
+
<folding />
|
|
780
|
+
</state>
|
|
781
|
+
</provider>
|
|
782
|
+
</entry>
|
|
783
|
+
<entry file="file:///usr/lib/ruby/1.9.1/json.rb">
|
|
784
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
785
|
+
<state vertical-scroll-proportion="0.0">
|
|
786
|
+
<caret line="57" column="15" selection-start-line="57" selection-start-column="15" selection-end-line="57" selection-end-column="15" />
|
|
787
|
+
<folding />
|
|
788
|
+
</state>
|
|
789
|
+
</provider>
|
|
790
|
+
</entry>
|
|
791
|
+
<entry file="file:///usr/lib/ruby/1.9.1/json/ext.rb">
|
|
792
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
793
|
+
<state vertical-scroll-proportion="0.0">
|
|
794
|
+
<caret line="12" column="0" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
|
|
795
|
+
<folding />
|
|
796
|
+
</state>
|
|
797
|
+
</provider>
|
|
798
|
+
</entry>
|
|
799
|
+
<entry file="file://$PROJECT_DIR$/lib/salish/help.rb">
|
|
800
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
801
|
+
<state vertical-scroll-proportion="0.0">
|
|
802
|
+
<caret line="5" column="0" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" />
|
|
803
|
+
<folding />
|
|
804
|
+
</state>
|
|
805
|
+
</provider>
|
|
806
|
+
</entry>
|
|
807
|
+
<entry file="file://$PROJECT_DIR$/lib/salish/command.rb">
|
|
808
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
809
|
+
<state vertical-scroll-proportion="-2.03125">
|
|
810
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
|
811
|
+
<folding />
|
|
812
|
+
</state>
|
|
813
|
+
</provider>
|
|
814
|
+
</entry>
|
|
815
|
+
<entry file="file://$PROJECT_DIR$/test/cmd_test.rb">
|
|
816
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
817
|
+
<state vertical-scroll-proportion="0.0">
|
|
818
|
+
<caret line="4" column="25" selection-start-line="4" selection-start-column="9" selection-end-line="4" selection-end-column="25" />
|
|
819
|
+
<folding />
|
|
820
|
+
</state>
|
|
821
|
+
</provider>
|
|
822
|
+
</entry>
|
|
823
|
+
<entry file="file://$PROJECT_DIR$/lib/salish.rb">
|
|
824
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
825
|
+
<state vertical-scroll-proportion="0.0">
|
|
826
|
+
<caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
|
|
827
|
+
<folding />
|
|
828
|
+
</state>
|
|
829
|
+
</provider>
|
|
830
|
+
</entry>
|
|
831
|
+
<entry file="file://$PROJECT_DIR$/lib/salish/version.rb">
|
|
832
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
833
|
+
<state vertical-scroll-proportion="0.0">
|
|
834
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
835
|
+
<folding />
|
|
836
|
+
</state>
|
|
837
|
+
</provider>
|
|
838
|
+
</entry>
|
|
839
|
+
<entry file="file://$PROJECT_DIR$/salish.gemspec">
|
|
840
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
841
|
+
<state vertical-scroll-proportion="0.6458333">
|
|
842
|
+
<caret line="13" column="14" selection-start-line="13" selection-start-column="7" selection-end-line="13" selection-end-column="14" />
|
|
843
|
+
<folding />
|
|
844
|
+
</state>
|
|
845
|
+
</provider>
|
|
846
|
+
</entry>
|
|
847
|
+
</component>
|
|
848
|
+
</project>
|