|
95 | 95 | ], |
96 | 96 | "menus": { |
97 | 97 | "commandPalette": [ |
98 | | - { |
99 | | - "command": "vscode-objectscript.touchBar.compile", |
100 | | - "when": "false" |
101 | | - }, |
102 | | - { |
103 | | - "command": "vscode-objectscript.touchBar.viewOthers", |
104 | | - "when": "false" |
105 | | - }, |
106 | 98 | { |
107 | 99 | "command": "vscode-objectscript.compile", |
108 | 100 | "when": "!(resourceScheme =~ /^isfs(-readonly)?$/) && editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive && !activeEditorIsDirty" |
|
111 | 103 | "command": "vscode-objectscript.refreshLocalFile", |
112 | 104 | "when": "!(resourceScheme =~ /^isfs(-readonly)?$/) && editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive && !activeEditorIsDirty" |
113 | 105 | }, |
114 | | - { |
115 | | - "command": "vscode-objectscript.compileWithFlags", |
116 | | - "when": "!(resourceScheme =~ /^isfs(-readonly)?$/) && editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive && !activeEditorIsDirty" |
117 | | - }, |
118 | 106 | { |
119 | 107 | "command": "vscode-objectscript.compileAll", |
120 | 108 | "when": "vscode-objectscript.connectActive" |
121 | 109 | }, |
122 | | - { |
123 | | - "command": "vscode-objectscript.compileAllWithFlags", |
124 | | - "when": "vscode-objectscript.connectActive" |
125 | | - }, |
126 | 110 | { |
127 | 111 | "command": "vscode-objectscript.viewOthers", |
128 | 112 | "when": "vscode-objectscript.connectActive" |
129 | 113 | }, |
130 | | - { |
131 | | - "command": "vscode-objectscript.subclass", |
132 | | - "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" |
133 | | - }, |
134 | | - { |
135 | | - "command": "vscode-objectscript.superclass", |
136 | | - "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" |
137 | | - }, |
138 | 114 | { |
139 | 115 | "command": "vscode-objectscript.previewXml", |
140 | 116 | "when": "vscode-objectscript.connectActive && resourceExtname =~ /^\\.xml$/i && !(resourceScheme =~ /^isfs(-readonly)?$/)" |
|
215 | 191 | "command": "vscode-objectscript.compileOnly", |
216 | 192 | "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive && !activeEditorIsDirty" |
217 | 193 | }, |
218 | | - { |
219 | | - "command": "vscode-objectscript.compileOnlyWithFlags", |
220 | | - "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive && !activeEditorIsDirty" |
221 | | - }, |
222 | 194 | { |
223 | 195 | "command": "vscode-objectscript.editOthers", |
224 | 196 | "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" |
|
243 | 215 | "command": "vscode-objectscript.exportProjectContents", |
244 | 216 | "when": "workspaceFolderCount != 0" |
245 | 217 | }, |
246 | | - { |
247 | | - "command": "vscode-objectscript.explorer.project.compileProjectContents", |
248 | | - "when": "false" |
249 | | - }, |
250 | 218 | { |
251 | 219 | "command": "vscode-objectscript.explorer.project.openOtherServerNs", |
252 | 220 | "when": "false" |
|
450 | 418 | "when": "view == ObjectScriptProjectsExplorer && viewItem == dataNode:projectNode", |
451 | 419 | "group": "5_objectscript_prj@4" |
452 | 420 | }, |
453 | | - { |
454 | | - "command": "vscode-objectscript.explorer.project.compileProjectContents", |
455 | | - "when": "view == ObjectScriptProjectsExplorer && viewItem == dataNode:projectNode", |
456 | | - "group": "5_objectscript_prj@6" |
457 | | - }, |
458 | 421 | { |
459 | 422 | "command": "vscode-objectscript.explorer.project.addWorkspaceFolderForProject", |
460 | 423 | "when": "view == ObjectScriptProjectsExplorer && viewItem == dataNode:projectNode", |
|
552 | 515 | "when": "resourceLangId =~ /^objectscript/ && vscode-objectscript.connectActive && activeCustomEditorId == ''" |
553 | 516 | } |
554 | 517 | ], |
555 | | - "touchBar": [ |
556 | | - { |
557 | | - "command": "vscode-objectscript.touchBar.compile", |
558 | | - "group": "objectscript.compile", |
559 | | - "when": "!(resourceScheme =~ /^isfs(-readonly)?$/) && editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive && !activeEditorIsDirty" |
560 | | - }, |
561 | | - { |
562 | | - "command": "vscode-objectscript.touchBar.viewOthers", |
563 | | - "group": "objectscript.viewOthers", |
564 | | - "when": "vscode-objectscript.connectActive" |
565 | | - } |
566 | | - ], |
567 | 518 | "explorer/context": [ |
568 | 519 | { |
569 | 520 | "command": "vscode-objectscript.addServerNamespaceToWorkspace", |
|
848 | 799 | "command": "vscode-objectscript.previewXml", |
849 | 800 | "title": "Preview XML as UDL" |
850 | 801 | }, |
851 | | - { |
852 | | - "category": "ObjectScript", |
853 | | - "command": "vscode-objectscript.compileWithFlags", |
854 | | - "title": "Import and Compile Current File with Specified Flags..." |
855 | | - }, |
856 | 802 | { |
857 | 803 | "category": "ObjectScript", |
858 | 804 | "command": "vscode-objectscript.compileAll", |
859 | 805 | "title": "Compile All Namespace Files" |
860 | 806 | }, |
861 | | - { |
862 | | - "category": "ObjectScript", |
863 | | - "command": "vscode-objectscript.compileAllWithFlags", |
864 | | - "title": "Compile All Namespace Files with Specified Flags..." |
865 | | - }, |
866 | 807 | { |
867 | 808 | "command": "vscode-objectscript.explorer.export", |
868 | 809 | "title": "Export", |
|
937 | 878 | "enablement": "vscode-objectscript.connectActive", |
938 | 879 | "title": "View Other" |
939 | 880 | }, |
940 | | - { |
941 | | - "category": "ObjectScript", |
942 | | - "command": "vscode-objectscript.subclass", |
943 | | - "enablement": "vscode-objectscript.connectActive", |
944 | | - "title": "Go to Subclass..." |
945 | | - }, |
946 | | - { |
947 | | - "category": "ObjectScript", |
948 | | - "command": "vscode-objectscript.superclass", |
949 | | - "enablement": "vscode-objectscript.connectActive", |
950 | | - "title": "Go to Superclass..." |
951 | | - }, |
952 | | - { |
953 | | - "command": "vscode-objectscript.touchBar.compile", |
954 | | - "title": "➾¹₀⁰₁¹₀" |
955 | | - }, |
956 | | - { |
957 | | - "command": "vscode-objectscript.touchBar.viewOthers", |
958 | | - "title": "↹" |
959 | | - }, |
960 | 881 | { |
961 | 882 | "category": "ObjectScript", |
962 | 883 | "command": "vscode-objectscript.serverActions", |
|
1014 | 935 | "command": "vscode-objectscript.compileOnly", |
1015 | 936 | "title": "Compile Current File" |
1016 | 937 | }, |
1017 | | - { |
1018 | | - "category": "ObjectScript", |
1019 | | - "command": "vscode-objectscript.compileOnlyWithFlags", |
1020 | | - "title": "Compile Current File with Specified Flags..." |
1021 | | - }, |
1022 | 938 | { |
1023 | 939 | "category": "ObjectScript", |
1024 | 940 | "command": "vscode-objectscript.editOthers", |
|
1070 | 986 | "command": "vscode-objectscript.exportProjectContents", |
1071 | 987 | "title": "Export Project Contents from Server..." |
1072 | 988 | }, |
1073 | | - { |
1074 | | - "category": "ObjectScript", |
1075 | | - "command": "vscode-objectscript.explorer.project.compileProjectContents", |
1076 | | - "title": "Compile Project Contents" |
1077 | | - }, |
1078 | 989 | { |
1079 | 990 | "category": "ObjectScript", |
1080 | 991 | "command": "vscode-objectscript.explorer.project.openOtherServerNs", |
|
0 commit comments