mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
per-position language level checking when suggesting completion keywords (EA-29624)
This commit is contained in:
@@ -333,6 +333,7 @@ public interface PsiElementFactory extends PsiJavaParserFacade, JVMElementFactor
|
||||
* @throws IncorrectOperationException if <code>text</code> is not a valid Java keyword.
|
||||
*/
|
||||
@NotNull PsiKeyword createKeyword(@NotNull @NonNls String keyword) throws IncorrectOperationException;
|
||||
@NotNull PsiKeyword createKeyword(@NotNull @NonNls String keyword, PsiElement context) throws IncorrectOperationException;
|
||||
|
||||
/**
|
||||
* Creates an import statement for importing the specified class.
|
||||
|
||||
Reference in New Issue
Block a user