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

#2647 Disable dummy tooltips

上级 8d910074
......@@ -635,7 +635,7 @@ class SQLCompletionAnalyzer
replaceString.length(), //cursorPosition the position of the cursor following the insert
// relative to replacementOffset
img, //image to display
new ContextInformation(img, displayString, displayString), //the context information associated with this proposal
null,//new ContextInformation(img, displayString, displayString), //the context information associated with this proposal
proposalType,
null,
object);
......@@ -654,7 +654,7 @@ class SQLCompletionAnalyzer
replaceString, // replacementString
replaceString.length(), //cursorPosition the position of the cursor following the insert
null, //image to display
new ContextInformation(null, displayString, displayString), //the context information associated with this proposal
null,//new ContextInformation(null, displayString, displayString), //the context information associated with this proposal
proposalType,
description,
null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册