mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[devkit] 'editorSmartKeysConfigurable' EP support I18N
GitOrigin-RevId: 21be37e23d442d38cb4b12009c68c0a3bd7879b4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e6668648a4
commit
afdcf219aa
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
* Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
*/
|
||||
package org.jetbrains.idea.devkit.dom.impl;
|
||||
|
||||
@@ -30,7 +30,8 @@ public class I18nReferenceContributor extends PsiReferenceContributor {
|
||||
|
||||
private static final String[] EXTENSION_TAG_NAMES = new String[]{
|
||||
"localInspection", "globalInspection",
|
||||
"configurable", "applicationConfigurable", "projectConfigurable"
|
||||
"configurable", "applicationConfigurable", "projectConfigurable",
|
||||
"editorSmartKeysConfigurable"
|
||||
};
|
||||
|
||||
private static final String[] TYPE_NAME_TAG = new String[]{"typeName"};
|
||||
|
||||
Reference in New Issue
Block a user