From afdcf219aa3f63a257ca10a9b7c514ba4e4f9a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 11 Jun 2019 16:36:53 +0200 Subject: [PATCH] [devkit] 'editorSmartKeysConfigurable' EP support I18N GitOrigin-RevId: 21be37e23d442d38cb4b12009c68c0a3bd7879b4 --- .../devkit-core/src/dom/impl/I18nReferenceContributor.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/devkit/devkit-core/src/dom/impl/I18nReferenceContributor.java b/plugins/devkit/devkit-core/src/dom/impl/I18nReferenceContributor.java index acae015663f3..18e5e2a00c52 100644 --- a/plugins/devkit/devkit-core/src/dom/impl/I18nReferenceContributor.java +++ b/plugins/devkit/devkit-core/src/dom/impl/I18nReferenceContributor.java @@ -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"};