mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
deprecate CompletionContributor#invokeAutoPopup (IDEA-CR-35240)
This commit is contained in:
+3
-1
@@ -189,8 +189,10 @@ public abstract class CompletionContributor {
|
||||
}
|
||||
|
||||
/**
|
||||
* Allow autoPopup to appear after custom symbol
|
||||
* Don't use this method, because {@code position} can come from uncommitted PSI and be totally unrelated to the code being currently in the document/editor.
|
||||
* Please consider using {@link com.intellij.codeInsight.editorActions.TypedHandlerDelegate#checkAutoPopup} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public boolean invokeAutoPopup(@NotNull PsiElement position, char typeChar) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user