We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d11746 commit 1d352bdCopy full SHA for 1d352bd
1 file changed
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java
@@ -622,6 +622,10 @@ protected void doSetInput(IEditorInput input) throws CoreException {
622
super.doSetInput(input);
623
// the editor input has been explicitly set
624
fInputSet = true;
625
+
626
+ if (getInputJavaElement() != null) {
627
+ installSemanticHighlighting();
628
+ }
629
}
630
// called by org.eclipse.ui.texteditor.TextEditorAction.canModifyEditor()
631
@Override
0 commit comments