/* TODO: hook this up to a button
* Check the preferences, and add a toolbar */
if(getPreferenceStore().getBoolean(EditorPreferenceConstants.P_SHOW_EDITOR_TOOLBAR)){
CFMLEditorToolbar editorWithToolbar = new CFMLEditorToolbar();
parent = editorWithToolbar.getTabs(parent);
}
super.createPartControl(parent);
IKeyBindingService service = this.getSite().getKeyBindingService();
service.setScopes(new String[]{EDITOR_CONTEXT});