mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
plugin_configuration_file.md: clarify <resource-bundle>
This commit is contained in:
parent
0560fa3f15
commit
40a3736d27
@ -51,8 +51,9 @@ The following is a sample plugin configuration file. This sample showcases and d
|
||||
<!-- Minimum and maximum build of IDE compatible with the plugin -->
|
||||
<idea-version since-build="183" until-build="183.*"/>
|
||||
|
||||
<!-- Resource bundle from which the text of plugin descriptions,
|
||||
action names and etc. will be loaded -->
|
||||
<!-- Resource bundle (/messages/MyPluginBundle.properties) to be used
|
||||
with `key` attributes in extension points and implicit keys like
|
||||
`action.[pluginID].[ActionID].text` -->
|
||||
<resource-bundle>messages.MyPluginBundle</resource-bundle>
|
||||
|
||||
<!-- Plugin's application components -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user