mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
plugin_icon_file.md: note related inspections
This commit is contained in:
parent
8e65b2ec85
commit
a798cdcd48
@ -1,4 +1,4 @@
|
|||||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||||
|
|
||||||
# Plugin Logo
|
# Plugin Logo
|
||||||
|
|
||||||
@ -7,6 +7,11 @@
|
|||||||
Beginning in version 2019.1, the IntelliJ Platform supports representing a plugin with a logo.
|
Beginning in version 2019.1, the IntelliJ Platform supports representing a plugin with a logo.
|
||||||
A _Plugin Logo_ is intended to be a unique representation of a plugin's functionality, technology, or company.
|
A _Plugin Logo_ is intended to be a unique representation of a plugin's functionality, technology, or company.
|
||||||
|
|
||||||
|
When opening <path>plugin.xml</path> in editor, inspection
|
||||||
|
<control>Plugin DevKit | Plugin descriptor | Plugin Logo check</control> (2024.3+,
|
||||||
|
for earlier versions <control>Plugin DevKit | Plugin descriptor | Plugin.xml validity</control>)
|
||||||
|
will highlight a missing plugin icon.
|
||||||
|
|
||||||
**Note:** icons and images used within a plugin have different requirements.
|
**Note:** icons and images used within a plugin have different requirements.
|
||||||
See [](icons.md) for more information.
|
See [](icons.md) for more information.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user