Next hack

This commit is contained in:
BoykoAlex
2021-03-10 16:23:12 -05:00
parent adcb04c5af
commit 11bb60f088

View File

@@ -271,6 +271,8 @@ public class STS4LanguageClientImpl extends LanguageClientImpl implements STS4La
Point currentSelection = sourceViewer.getSelectedRange();
sourceViewer.setSelectedRange(0, 0);
sourceViewer.setSelectedRange(currentSelection.x, currentSelection.y);
textWidget.forceFocus();
}
});
}