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());
// Special Components
findReplaceComponent =
new FindReplaceComponent(new FindReplaceComponent.View(appContext.getResources()));