mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
icons.md: Fix expui directory name
This commit is contained in:
parent
89cb6cd9aa
commit
41e57b23b9
@ -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. -->
|
||||
|
||||
# Working with Icons
|
||||
|
||||
@ -226,7 +226,7 @@ This allows supporting both UI variants at the same time, depending on what the
|
||||
|
||||
<procedure title="Setup">
|
||||
|
||||
1. Create a new <path>expUi</path> folder in your icon root folder ([Reference](#organizing-icons)).
|
||||
1. Create a new <path>expui</path> folder in your icon root folder ([Reference](#organizing-icons)).
|
||||
2. Copy all icons for the New UI into this folder.
|
||||
3. Create an empty <path>$PluginName$IconMappings.json</path> mapping file in the resources root folder.
|
||||
4. Register <path>$PluginName$IconMappings.json</path> in <path>plugin.xml</path> via the `com.intellij.iconMapper` extension point.
|
||||
|
Loading…
x
Reference in New Issue
Block a user