4142434445464748
Session session) { super("Build"); commands_ = commands; session_ = session; compilePanel_ = new CompilePanel(new CompileOutputBufferWithHighlight()); ensureWidget(); }
3334353637383940
{ @Inject public SourceCppOutputPane() { super("Source Cpp"); compilePanel_ = new CompilePanel(new CompileOutputBufferWithHighlight()); ensureWidget(); }
414243444546474849
@Inject public CompileOutputPane(@Assisted("taskName") String taskName, @Assisted("logTitle") String logTitle) { super(taskName); compilePanel_ = new CompilePanel(new CompileOutputBufferWithHighlight()); ensureWidget(); logTitle_ = logTitle; }