fClassLoader = new CocoClassLoader(this);
//Initialize components for Syntax Highlighting
fSharedColors = EditorsPlugin.getDefault().getSharedTextColors();
fSyntaxManager = new SyntaxManager(fSharedColors, this);
//Initialize Source-viewer-configuration
fConfiguration = new CLNGEditorConfiguration(getPreferenceStore(), fSyntaxManager, this);
setSourceViewerConfiguration(fConfiguration);