提交 bf21a25c 编写于 作者: S Serge Rider

Advanced copy dialog fix (context menu)

上级 3cb1f89d
......@@ -175,6 +175,7 @@ public class CopySourceCodeHandler extends AbstractHandler {
targetText = new StyledText(targetGroup, SWT.BORDER | SWT.READ_ONLY | SWT.V_SCROLL | SWT.WRAP);
targetText.setLayoutData(new GridData(GridData.FILL_BOTH));
targetText.setFont(JFaceResources.getFont(JFaceResources.TEXT_FONT));
UIUtils.fillDefaultStyledTextContextMenu(targetText);
}
loadOptions();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册