mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[devkit] 'editorOptionsProvider' EP support I18N
GitOrigin-RevId: c440155bb5a42a15116eb1ff502e4e653eff3111
This commit is contained in:
committed by
intellij-monorepo-bot
parent
86847abcec
commit
ccaf45086b
@@ -31,7 +31,7 @@ public class I18nReferenceContributor extends PsiReferenceContributor {
|
||||
private static final String[] EXTENSION_TAG_NAMES = new String[]{
|
||||
"localInspection", "globalInspection",
|
||||
"configurable", "applicationConfigurable", "projectConfigurable",
|
||||
"editorSmartKeysConfigurable"
|
||||
"editorSmartKeysConfigurable", "editorOptionsProvider"
|
||||
};
|
||||
|
||||
private static final String[] TYPE_NAME_TAG = new String[]{"typeName"};
|
||||
|
||||
Reference in New Issue
Block a user