mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
work_with_icons_and_images.md: note @Presentation, fix link
This commit is contained in:
parent
c8e05a47b2
commit
f2bffd564a
@ -51,7 +51,7 @@ object DemoPluginIcons {
|
||||
}
|
||||
```
|
||||
|
||||
Use these constants inside <path>plugin.xml</path> when specifying `icon` attribute for `<action>` or extension points, as well in [`@Presentation`](upsource:///platform/analysis-api/src/com/intellij/ide/presentation/Presentation.java) `icon` attribute.
|
||||
Use these constants inside <path>plugin.xml</path> when specifying `icon` attribute for `<action>` or extension points, as well in [`@Presentation`](upsource:///platform/platform-api/src/com/intellij/ide/presentation/Presentation.java) `icon` attribute.
|
||||
Note that the package name `icons` will be automatically prefixed and must not be specified.
|
||||
|
||||
```xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user