private void createSourcePage(int index) {
try {
sourceEditor = new StructuredTextEditor();
IEditorInput editorInput = getEditorInput();
if (editorInput instanceof ICamelEditorInput) {
ICamelEditorInput camelEditorInput = (ICamelEditorInput) editorInput;
editorInput = camelEditorInput.getFileEditorInput();
}
addPage(index, sourceEditor, editorInput);
setPageText(index, Messages.editorSourcePageTitle);
} catch (PartInitException e) {
ErrorDialog.openError(getSite().getShell(),