public void onSuccess(DocsAdvancedEditorView result) {
app = result;
clearStatus();
clsiService = new ClsiRemoteService();
clsiService.setTimeout(30);
settings = new DocsEditorSettings();
execute(new SystemApplyCompilerSettingsCommand());
settings.setHasCompilerSettings(false);
loadDocument();
scheduler = new Scheduler();
scheduler.addCommandHandler(DocsAdvancedEditorController.this);