mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
IDEA-241963 Devkit: support <separator> "key" in plugin.xml
use <actions> "resource-bundle" GitOrigin-RevId: 520a940167609da4e52881accfbcd169cf5621d2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
48896aad15
commit
24ed54bee0
@@ -83,4 +83,12 @@
|
||||
<separator key="<error descr="Cannot resolve property key">INVALID_KEY</error>"/>
|
||||
</group>
|
||||
</actions>
|
||||
|
||||
<actions resource-bundle="extensionI18nAnotherBundle">
|
||||
<group id="separatorGroupWithCustomResourceBundle">
|
||||
<separator key="another.key"/>
|
||||
|
||||
<separator key="<error descr="Cannot resolve property key">INVALID_KEY</error>"/>
|
||||
</group>
|
||||
</actions>
|
||||
</idea-plugin>
|
||||
@@ -0,0 +1 @@
|
||||
another.key=My Text
|
||||
@@ -124,7 +124,7 @@ class PluginXmlFunctionalTest extends JavaCodeInsightFixtureTestCase {
|
||||
|
||||
void testExtensionI18n() {
|
||||
doHighlightingTest("extensionI18n.xml",
|
||||
"extensionI18nBundle.properties")
|
||||
"extensionI18nBundle.properties", "extensionI18nAnotherBundle.properties")
|
||||
}
|
||||
|
||||
void testExtensionsHighlighting() {
|
||||
|
||||
Reference in New Issue
Block a user