提交 a4ed7259 编写于 作者: S serge-rider

SQL editor: Disable overview ruler


Former-commit-id: adefa998
上级 e93c02ef
......@@ -312,6 +312,11 @@ public abstract class SQLEditorBase extends BaseTextEditor implements IErrorVisu
return sourceViewer;
}
@Override
protected IOverviewRuler createOverviewRuler(ISharedTextColors sharedColors) {
return new OverviewRuler(getAnnotationAccess(), 0, sharedColors);
}
protected void configureSourceViewerDecorationSupport(SourceViewerDecorationSupport support) {
char[] matchChars = {'(', ')', '[', ']', '{', '}'}; //which brackets to match
ICharacterPairMatcher matcher;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册