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