|
214 | 214 | { |
215 | 215 | "command": "vscode-objectscript.compileOnlyWithFlags", |
216 | 216 | "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" |
| 217 | + }, |
| 218 | + { |
| 219 | + "command": "vscode-objectscript.editOthers", |
| 220 | + "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" |
217 | 221 | } |
218 | 222 | ], |
219 | 223 | "view/title": [ |
|
285 | 289 | "when": "vscode-objectscript.connectActive", |
286 | 290 | "group": "objectscript@1" |
287 | 291 | }, |
| 292 | + { |
| 293 | + "command": "vscode-objectscript.editOthers", |
| 294 | + "when": "resourceScheme == file && editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive", |
| 295 | + "group": "objectscript@2" |
| 296 | + }, |
288 | 297 | { |
289 | 298 | "command": "vscode-objectscript.compile", |
290 | 299 | "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive", |
291 | | - "group": "objectscript@2" |
| 300 | + "group": "objectscript@3" |
292 | 301 | }, |
293 | 302 | { |
294 | 303 | "command": "vscode-objectscript.previewXml", |
295 | 304 | "when": "editorLangId =~ /^xml/", |
296 | | - "group": "objectscript@3" |
| 305 | + "group": "objectscript@4" |
297 | 306 | }, |
298 | 307 | { |
299 | 308 | "command": "vscode-objectscript.serverCommands.contextSourceControl", |
300 | 309 | "when": "resourceScheme == isfs && vscode-objectscript.connectActive", |
301 | | - "group": "objectscript@4" |
| 310 | + "group": "objectscript@5" |
302 | 311 | }, |
303 | 312 | { |
304 | 313 | "command": "vscode-objectscript.serverCommands.contextOther", |
305 | 314 | "when": "resourceScheme =~ /^isfs(-readonly)?$/ && vscode-objectscript.connectActive", |
306 | | - "group": "objectscript@5" |
| 315 | + "group": "objectscript@6" |
307 | 316 | }, |
308 | 317 | { |
309 | 318 | "command": "vscode-objectscript.compileOnly", |
310 | 319 | "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive", |
311 | | - "group": "objectscript@6" |
| 320 | + "group": "objectscript@7" |
312 | 321 | } |
313 | 322 | ], |
314 | 323 | "editor/title": [ |
|
637 | 646 | "category": "ObjectScript", |
638 | 647 | "command": "vscode-objectscript.compileOnlyWithFlags", |
639 | 648 | "title": "Compile Current File with Specified Flags..." |
| 649 | + }, |
| 650 | + { |
| 651 | + "category": "ObjectScript", |
| 652 | + "command": "vscode-objectscript.editOthers", |
| 653 | + "title": "Edit Other" |
640 | 654 | } |
641 | 655 | ], |
642 | 656 | "keybindings": [ |
|
0 commit comments