this.documentManager = documentManager;
this.participantModel = participantModel;
this.docOpReceiver = docOpReceiver;
this.workspacePlace = workspacePlace;
awesomeBoxCodeContext = new AwesomeBoxContext(new AwesomeBoxContext.Builder().setWaterMarkText(
"Type to find files and use actions").setPlaceholderText("Actions"));
fileNavSection = new FileNameNavigationSection(appContext.getResources(), searchIndex);
primaryWorkspaceActionsSection = new PrimaryWorkspaceActionSection(appContext.getResources());
gotoActionSection = new GotoActionSection(appContext.getResources());
outlineViewAwesomeBoxSection = new OutlineViewAwesomeBoxSection(appContext.getResources());