public BackgroundCompiler(SourceEditor editor) {
			this.editor = editor;
			Environment.addProjectBuildListener(this);
		}
Beispiel #2
0
 public BackgroundCompiler(SourceEditor editor)
 {
     this.editor = editor;
     Environment.addProjectBuildListener(this);
 }