|
63 | 63 | "category": "IBM Streams" |
64 | 64 | }, |
65 | 65 | { |
66 | | - "command": "ibm-streams.build", |
67 | | - "title": "SPL Build", |
| 66 | + "command": "ibm-streams.buildDownload", |
| 67 | + "title": "Build", |
68 | 68 | "category": "IBM Streams" |
69 | 69 | }, |
70 | 70 | { |
71 | | - "command": "ibm-streams.buildDownload", |
72 | | - "title": "SPL Build and Download Bundle", |
| 71 | + "command": "ibm-streams.buildSubmit", |
| 72 | + "title": "Build and Submit Job", |
73 | 73 | "category": "IBM Streams" |
74 | 74 | }, |
75 | 75 | { |
76 | | - "command": "ibm-streams.buildSubmit", |
77 | | - "title": "SPL Build and Submit Job", |
| 76 | + "command": "ibm-streams.buildMakeDownload", |
| 77 | + "title": "Build", |
| 78 | + "category": "IBM Streams" |
| 79 | + }, |
| 80 | + { |
| 81 | + "command": "ibm-streams.buildMakeSubmit", |
| 82 | + "title": "Build and Submit Job(s)", |
| 83 | + "category": "IBM Streams" |
| 84 | + }, |
| 85 | + { |
| 86 | + "command": "ibm-streams.submit", |
| 87 | + "title": "Submit Job", |
78 | 88 | "category": "IBM Streams" |
79 | 89 | }, |
80 | 90 | { |
81 | 91 | "command": "ibm-streams.createApplication", |
82 | | - "title": "Create a SPL Application From Template", |
| 92 | + "title": "Create an IBM Streams Application from Template", |
83 | 93 | "category": "IBM Streams" |
84 | 94 | } |
85 | 95 | ], |
|
122 | 132 | { |
123 | 133 | "command": "ibm-streams.setToolkitsPath" |
124 | 134 | }, |
125 | | - { |
126 | | - "command": "ibm-streams.build", |
127 | | - "when": "resourceLangId == spl" |
128 | | - }, |
129 | 135 | { |
130 | 136 | "command": "ibm-streams.buildDownload", |
131 | 137 | "when": "resourceLangId == spl" |
|
134 | 140 | "command": "ibm-streams.buildSubmit", |
135 | 141 | "when": "resourceLangId == spl" |
136 | 142 | }, |
| 143 | + { |
| 144 | + "command": "ibm-streams.buildMakeDownload", |
| 145 | + "when": "resourceLangId == makefile" |
| 146 | + }, |
| 147 | + { |
| 148 | + "command": "ibm-streams.buildMakeSubmit", |
| 149 | + "when": "resourceLangId == makefile" |
| 150 | + }, |
| 151 | + { |
| 152 | + "command": "ibm-streams.submit", |
| 153 | + "when": "resourceFilename =~ /.*\\.sab/" |
| 154 | + }, |
137 | 155 | { |
138 | 156 | "command": "ibm-streams.createApplication" |
139 | 157 | } |
140 | 158 | ], |
141 | 159 | "explorer/context": [ |
142 | | - { |
143 | | - "command": "ibm-streams.build", |
144 | | - "when": "resourceLangId == spl", |
145 | | - "group": "SPL_BUILD@1" |
146 | | - }, |
147 | 160 | { |
148 | 161 | "command": "ibm-streams.buildDownload", |
149 | 162 | "when": "resourceLangId == spl", |
150 | | - "group": "SPL_BUILD@2" |
| 163 | + "group": "STREAMS@1" |
151 | 164 | }, |
152 | 165 | { |
153 | 166 | "command": "ibm-streams.buildSubmit", |
154 | 167 | "when": "resourceLangId == spl", |
155 | | - "group": "SPL_BUILD@3" |
| 168 | + "group": "STREAMS@2" |
| 169 | + }, |
| 170 | + { |
| 171 | + "command": "ibm-streams.buildMakeDownload", |
| 172 | + "when": "resourceLangId == makefile", |
| 173 | + "group": "STREAMS@1" |
| 174 | + }, |
| 175 | + { |
| 176 | + "command": "ibm-streams.buildMakeSubmit", |
| 177 | + "when": "resourceLangId == makefile", |
| 178 | + "group": "STREAMS@2" |
| 179 | + }, |
| 180 | + { |
| 181 | + "command": "ibm-streams.submit", |
| 182 | + "when": "resourceFilename =~ /.*\\.sab/", |
| 183 | + "group": "STREAMS@3" |
156 | 184 | }, |
157 | 185 | { |
158 | 186 | "command": "ibm-streams.createApplication", |
159 | | - "group": "SPL_GENERAL@4" |
| 187 | + "group": "STREAMS@4" |
160 | 188 | } |
161 | 189 | ], |
162 | 190 | "editor/context": [ |
163 | | - { |
164 | | - "command": "ibm-streams.build", |
165 | | - "when": "resourceLangId == spl", |
166 | | - "group": "SPL_BUILD@1" |
167 | | - }, |
168 | 191 | { |
169 | 192 | "command": "ibm-streams.buildDownload", |
170 | 193 | "when": "resourceLangId == spl", |
171 | | - "group": "SPL_BUILD@2" |
| 194 | + "group": "STREAMS@1" |
172 | 195 | }, |
173 | 196 | { |
174 | 197 | "command": "ibm-streams.buildSubmit", |
175 | 198 | "when": "resourceLangId == spl", |
176 | | - "group": "SPL_BUILD@3" |
| 199 | + "group": "STREAMS@2" |
| 200 | + }, |
| 201 | + { |
| 202 | + "command": "ibm-streams.buildMakeDownload", |
| 203 | + "when": "resourceLangId == makefile", |
| 204 | + "group": "STREAMS@1" |
| 205 | + }, |
| 206 | + { |
| 207 | + "command": "ibm-streams.buildMakeSubmit", |
| 208 | + "when": "resourceLangId == makefile", |
| 209 | + "group": "STREAMS@2" |
| 210 | + }, |
| 211 | + { |
| 212 | + "command": "ibm-streams.submit", |
| 213 | + "when": "resourceFilename =~ /.*\\.sab/", |
| 214 | + "group": "STREAMS@3" |
177 | 215 | }, |
178 | 216 | { |
179 | 217 | "command": "ibm-streams.createApplication", |
180 | | - "group": "SPL_GENERAL@4" |
| 218 | + "group": "STREAMS@4" |
181 | 219 | } |
182 | 220 | ], |
183 | 221 | "editor/title/context": [ |
184 | | - { |
185 | | - "command": "ibm-streams.build", |
186 | | - "when": "resourceLangId == spl", |
187 | | - "group": "SPL_BUILD@1" |
188 | | - }, |
189 | 222 | { |
190 | 223 | "command": "ibm-streams.buildDownload", |
191 | 224 | "when": "resourceLangId == spl", |
192 | | - "group": "SPL_BUILD@2" |
| 225 | + "group": "STREAMS@1" |
193 | 226 | }, |
194 | 227 | { |
195 | 228 | "command": "ibm-streams.buildSubmit", |
196 | 229 | "when": "resourceLangId == spl", |
197 | | - "group": "SPL_BUILD@3" |
| 230 | + "group": "STREAMS@2" |
| 231 | + }, |
| 232 | + { |
| 233 | + "command": "ibm-streams.buildMakeDownload", |
| 234 | + "when": "resourceLangId == makefile", |
| 235 | + "group": "STREAMS@1" |
| 236 | + }, |
| 237 | + { |
| 238 | + "command": "ibm-streams.buildMakeSubmit", |
| 239 | + "when": "resourceLangId == makefile", |
| 240 | + "group": "STREAMS@2" |
| 241 | + }, |
| 242 | + { |
| 243 | + "command": "ibm-streams.submit", |
| 244 | + "when": "resourceFilename =~ /.*\\.sab/", |
| 245 | + "group": "STREAMS@3" |
198 | 246 | }, |
199 | 247 | { |
200 | 248 | "command": "ibm-streams.createApplication", |
201 | | - "group": "SPL_GENERAL@4" |
| 249 | + "group": "STREAMS@4" |
202 | 250 | } |
203 | 251 | ] |
204 | 252 | }, |
|
0 commit comments