From 48e506d14542b442eea155b5524f75f3bfc965ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 14 Feb 2019 15:45:25 +0100 Subject: [PATCH] work_with_icons_and_images.md: fix notes, AllIcons, link icon design guide --- reference_guide/work_with_icons_and_images.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference_guide/work_with_icons_and_images.md b/reference_guide/work_with_icons_and_images.md index a019f20c7..f3a27e37a 100644 --- a/reference_guide/work_with_icons_and_images.md +++ b/reference_guide/work_with_icons_and_images.md @@ -4,9 +4,11 @@ title: Working with Icons and Images Icons and images are used widely by IntelliJ Platform plugins. Plugins need icons mostly for actions, custom components renderers, tool windows and so on. -**Note:** Plugin Icons, which represent a plugin itself, have different requirements than icons and images used within a plugin. +> **NOTE** Plugin Icons, which represent a plugin itself, have different requirements than icons and images used within a plugin. For more information see the [Plugin Icon](/basics/plugin_structure/plugin_icon_file.md) page. - + +> **TIP** Plugins should reuse existing platform icons whenever possible, see [AllIcons](upsource:///platform/util/src/com/intellij/icons/AllIcons.java). A detailed [design guideline](https://jetbrains.github.io/ui/principles/icons/) is available for creating custom icons. + ## How to organize and how to use icons? The best way to deal with icons and other image resources is to put them to a dedicated source root, say *"icons"* or *"resources"*.