public BackgroundCompiler(SourceEditor editor) { this.editor = editor; Environment.addProjectBuildListener(this); }