Community
Participate
Working Groups
setPreferenceStore(createChainedPreferenceStore(project));
}
if (fSourceViewer != null) {
Iterator iterator= fSourceViewer.iterator();
while (iterator.hasNext()) {
SourceViewer sourceViewer= (SourceViewer)iterator.next();
sourceViewer.unconfigure();
sourceViewer.configure(getSourceViewerConfiguration(sourceViewer, null));
super.setInput(input);
JavaTextTools tools= JavaCompareUtilities.getJavaTextTools();
if (tools != null) {
IEditorInput editorInput= getEditorInput(sourceViewer);
if (editorInput == null)
return;
if (editorInput == null) {
getSourceViewerConfiguration(sourceViewer, editorInput);