}
private Control createPreviewer(Composite parent) {
fPreviewViewer = new SourceViewer(parent, null, null, false, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);
fEditor = new CFMLEditor();
ColorManager colorMan = new ColorManager();
CFConfiguration configuration = new CFConfiguration(colorMan,fEditor);
fPreviewViewer.configure(configuration);
fPreviewViewer.setEditable(false);
Font font= JFaceResources.getFont(JFaceResources.TEXT_FONT);