mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
inspections i18n: provide groupPathKey so the structure can be preserved (IDEA-248175)
GitOrigin-RevId: 747d89e9f7ada98a2c427e3aa76dcfc59bd69b6a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1d899092b1
commit
cb586d0cf0
@@ -60,6 +60,9 @@ public class I18nReferenceContributor extends PsiReferenceContributor {
|
||||
Holder.CONFIGURABLE_EP, Holder.INSPECTION_EP),
|
||||
new PropertyKeyReferenceProvider(false, "groupKey", "groupBundle"));
|
||||
|
||||
registrar.registerReferenceProvider(extensionAttributePattern(new String[]{"groupPathKey"}, Holder.INSPECTION_EP),
|
||||
new PropertyKeyReferenceProvider(false, "groupPathKey", "groupBundle"));
|
||||
|
||||
registrar.registerReferenceProvider(extensionAttributePattern(new String[]{"resourceKey"},
|
||||
Holder.TYPE_NAME_EP),
|
||||
new PropertyKeyReferenceProvider(false, "resourceKey", "resourceBundle"));
|
||||
|
||||
Reference in New Issue
Block a user