(editorId: number | boolean, treeId: number | boolean)
| 1070 | } |
| 1071 | |
| 1072 | onRequestCompilation(editorId: number | boolean, treeId: number | boolean): void { |
| 1073 | if (editorId === this.sourceEditorId || (treeId && treeId === this.sourceTreeId)) { |
| 1074 | this.compile(); |
| 1075 | } |
| 1076 | } |
| 1077 | |
| 1078 | updateCompilerInfo(): void { |
| 1079 | this.updateCompilerName(); |