|
|
@ -121,7 +121,7 @@ export class CompileTabLogic { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// TODO readd saving current file
|
|
|
|
// TODO readd saving current file
|
|
|
|
// this.api.saveCurrentFile()
|
|
|
|
this.api.saveCurrentFile() |
|
|
|
this.event.emit('removeAnnotations') |
|
|
|
this.event.emit('removeAnnotations') |
|
|
|
var currentFile = this.api.getAppParameter('currentFile') |
|
|
|
var currentFile = this.api.getAppParameter('currentFile') |
|
|
|
return this.compileFile(currentFile) |
|
|
|
return this.compileFile(currentFile) |
|
|
|