ErrorReceiver errorReceiver) {
final Editor editor = Editor.create(appContext);
EditorErrorListener editorErrorListener = new EditorErrorListener(
editor, errorReceiver, new ErrorRenderer(appContext.getResources()));
EditorPopupController editorPopupController = EditorPopupController.create(
appContext.getResources(), editor);
// TODO: clean this up when things stabilize.