[icons] Eliminate CrossModuleIcons.json

All icons reside in the corresponding modules now

GitOrigin-RevId: c5fe0b11a37256d1cae4d2067f17c6802a7721b8
This commit is contained in:
Yuriy Artamonov
2024-08-02 22:02:38 +02:00
committed by intellij-monorepo-bot
parent c69d5b7c2c
commit 40ee9543ab
30 changed files with 32 additions and 98 deletions

View File

@@ -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.
package icons;
import com.intellij.ui.IconManager;
@@ -11,8 +11,8 @@ import javax.swing.*;
* DO NOT EDIT IT BY HAND, run "Generate icon classes" configuration instead
*/
public final class ExternalSystemIcons {
private static @NotNull Icon load(@NotNull String path, int cacheKey, int flags) {
return IconManager.getInstance().loadRasterizedIcon(path, ExternalSystemIcons.class.getClassLoader(), cacheKey, flags);
private static @NotNull Icon load(@NotNull String expUIPath, @NotNull String path, int cacheKey, int flags) {
return IconManager.getInstance().loadRasterizedIcon(path, expUIPath, ExternalSystemIcons.class.getClassLoader(), cacheKey, flags);
}
/** 16x16 */ public static final @NotNull Icon Task = load("icons/task.svg", -1107166924, 0);
/** 16x16 */ public static final @NotNull Icon Task = load("icons/newui/task.svg", "icons/task.svg", -1107166924, 0);
}

View File

@@ -27,6 +27,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />

View File

@@ -0,0 +1,7 @@
{
"icons": {
"newui": {
"task.svg": "icons/task.svg"
}
}
}

View File

@@ -0,0 +1 @@
merge

View File

@@ -1,4 +1,4 @@
<!-- Copyright 2000-2022 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. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.22655 4.36961C2.92233 4.76924 2.66735 5.20781 2.47037 5.67626L3.30992 7.0943C3.6406 7.65283 3.6406 8.34718 3.30992 8.9057L2.47037 10.3237C2.66736 10.7922 2.92233 11.2308 3.22656 11.6304L4.87261 11.6124C5.52165 11.6053 6.12297 11.9524 6.44133 12.5181L7.24899 13.953C7.49593 13.984 7.74792 14 8.00408 14C8.2602 14 8.51214 13.984 8.75904 13.9531L9.56671 12.5181C9.88507 11.9524 10.4864 11.6053 11.1354 11.6124L12.7816 11.6304C13.0858 11.2308 13.3408 10.7923 13.5377 10.3239L12.6981 8.9057C12.3674 8.34718 12.3674 7.65283 12.6981 7.0943L13.5377 5.67613C13.3408 5.20773 13.0858 4.76921 12.7816 4.36961L11.1354 4.38764C10.4864 4.39475 9.88507 4.04758 9.56671 3.48194L8.75904 2.04693C8.51214 2.01599 8.2602 2 8.00408 2C7.74792 2 7.49594 2.016 7.24899 2.04695L6.44133 3.48194C6.12297 4.04758 5.52165 4.39475 4.87261 4.38764L3.22655 4.36961ZM10.655 8.00001C10.655 9.46412 9.46811 10.651 8.004 10.651C6.5399 10.651 5.353 9.46412 5.353 8.00001C5.353 6.53591 6.5399 5.34902 8.004 5.34902C9.46811 5.34902 10.655 6.53591 10.655 8.00001ZM4.88356 3.3877C5.16752 3.39081 5.4306 3.23892 5.56988 2.99146L6.43817 1.44875C6.54914 1.25159 6.7401 1.1101 6.96387 1.07676C7.30327 1.0262 7.65062 1 8.00408 1C8.3575 1 8.7048 1.02619 9.04414 1.07674C9.26792 1.11007 9.45889 1.25157 9.56986 1.44873L10.4382 2.99146C10.5774 3.23892 10.8405 3.39081 11.1245 3.3877L12.8938 3.36832C13.1196 3.36585 13.3372 3.46012 13.4781 3.63661C13.9099 4.17766 14.2632 4.78416 14.5207 5.43884C14.6034 5.6491 14.5763 5.88489 14.4612 6.07931L13.5586 7.60376C13.4139 7.84811 13.4139 8.15189 13.5586 8.39625L14.4612 9.92069C14.5763 10.1151 14.6034 10.3509 14.5207 10.5612C14.2632 11.2158 13.9099 11.8223 13.4781 12.3634C13.3372 12.5399 13.1196 12.6342 12.8938 12.6317L11.1245 12.6123C10.8405 12.6092 10.5774 12.7611 10.4382 13.0085L9.56986 14.5513C9.45889 14.7484 9.26792 14.8899 9.04414 14.9233C8.7048 14.9738 8.3575 15 8.00408 15C7.65062 15 7.30327 14.9738 6.96387 14.9232C6.7401 14.8899 6.54914 14.7484 6.43817 14.5512L5.56988 13.0085C5.4306 12.7611 5.16752 12.6092 4.88356 12.6123L3.1144 12.6317C2.8886 12.6342 2.67096 12.5399 2.5301 12.3634C2.09822 11.8223 1.74489 11.2158 1.48738 10.561C1.40469 10.3508 1.43184 10.115 1.54695 9.92057L2.44942 8.39625C2.5941 8.15189 2.5941 7.84811 2.44942 7.60376L1.54695 6.07944C1.43184 5.88502 1.40469 5.64924 1.48738 5.43898C1.74489 4.78425 2.09822 4.1777 2.53009 3.63661C2.67096 3.46012 2.8886 3.36585 3.1144 3.36832L4.88356 3.3877ZM9.655 8.00001C9.655 8.91183 8.91582 9.65101 8.004 9.65101C7.09218 9.65101 6.353 8.91183 6.353 8.00001C6.353 7.08819 7.09218 6.34902 8.004 6.34902C8.91582 6.34902 9.655 7.08819 9.655 8.00001Z" fill="#6C707E"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -1,4 +1,4 @@
<!-- Copyright 2000-2022 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. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.22655 4.36961C2.92233 4.76924 2.66735 5.20781 2.47037 5.67626L3.30992 7.0943C3.6406 7.65283 3.6406 8.34718 3.30992 8.9057L2.47037 10.3237C2.66736 10.7922 2.92233 11.2308 3.22656 11.6304L4.87261 11.6124C5.52165 11.6053 6.12297 11.9524 6.44133 12.5181L7.24899 13.953C7.49593 13.984 7.74792 14 8.00408 14C8.2602 14 8.51214 13.984 8.75904 13.9531L9.56671 12.5181C9.88507 11.9524 10.4864 11.6053 11.1354 11.6124L12.7816 11.6304C13.0858 11.2308 13.3408 10.7923 13.5377 10.3239L12.6981 8.9057C12.3674 8.34718 12.3674 7.65283 12.6981 7.0943L13.5377 5.67613C13.3408 5.20773 13.0858 4.76921 12.7816 4.36961L11.1354 4.38764C10.4864 4.39475 9.88507 4.04758 9.56671 3.48194L8.75904 2.04693C8.51214 2.01599 8.2602 2 8.00408 2C7.74792 2 7.49594 2.016 7.24899 2.04695L6.44133 3.48194C6.12297 4.04758 5.52165 4.39475 4.87261 4.38764L3.22655 4.36961ZM10.655 8.00001C10.655 9.46412 9.46811 10.651 8.004 10.651C6.5399 10.651 5.353 9.46412 5.353 8.00001C5.353 6.53591 6.5399 5.34902 8.004 5.34902C9.46811 5.34902 10.655 6.53591 10.655 8.00001ZM4.88356 3.3877C5.16752 3.39081 5.4306 3.23892 5.56988 2.99146L6.43817 1.44875C6.54914 1.25159 6.7401 1.1101 6.96387 1.07676C7.30327 1.0262 7.65062 1 8.00408 1C8.3575 1 8.7048 1.02619 9.04414 1.07674C9.26792 1.11007 9.45889 1.25157 9.56986 1.44873L10.4382 2.99146C10.5774 3.23892 10.8405 3.39081 11.1245 3.3877L12.8938 3.36832C13.1196 3.36585 13.3372 3.46012 13.4781 3.63661C13.9099 4.17766 14.2632 4.78416 14.5207 5.43884C14.6034 5.6491 14.5763 5.88489 14.4612 6.07931L13.5586 7.60376C13.4139 7.84811 13.4139 8.15189 13.5586 8.39625L14.4612 9.92069C14.5763 10.1151 14.6034 10.3509 14.5207 10.5612C14.2632 11.2158 13.9099 11.8223 13.4781 12.3634C13.3372 12.5399 13.1196 12.6342 12.8938 12.6317L11.1245 12.6123C10.8405 12.6092 10.5774 12.7611 10.4382 13.0085L9.56986 14.5513C9.45889 14.7484 9.26792 14.8899 9.04414 14.9233C8.7048 14.9738 8.3575 15 8.00408 15C7.65062 15 7.30327 14.9738 6.96387 14.9232C6.7401 14.8899 6.54914 14.7484 6.43817 14.5512L5.56988 13.0085C5.4306 12.7611 5.16752 12.6092 4.88356 12.6123L3.1144 12.6317C2.8886 12.6342 2.67096 12.5399 2.5301 12.3634C2.09822 11.8223 1.74489 11.2158 1.48738 10.561C1.40469 10.3508 1.43184 10.115 1.54695 9.92057L2.44942 8.39625C2.5941 8.15189 2.5941 7.84811 2.44942 7.60376L1.54695 6.07944C1.43184 5.88502 1.40469 5.64924 1.48738 5.43898C1.74489 4.78425 2.09822 4.1777 2.53009 3.63661C2.67096 3.46012 2.8886 3.36585 3.1144 3.36832L4.88356 3.3877ZM9.655 8.00001C9.655 8.91183 8.91582 9.65101 8.004 9.65101C7.09218 9.65101 6.353 8.91183 6.353 8.00001C6.353 7.08819 7.09218 6.34902 8.004 6.34902C8.91582 6.34902 9.655 7.08819 9.655 8.00001Z" fill="#CED0D6"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -1,23 +0,0 @@
{
"expui": {
"build": {
"task.svg": "icons/task.svg"
},
"fileTypes": {
"cucumber.svg": "org/jetbrains/plugins/cucumber/icons/cucumber.svg",
"vueJs.svg": "icons/vue.svg",
"yarn.svg": "icons/nodejs/yarn.svg"
},
"run": {
"forceRunToCursor.svg": "icons/actions/force_run_to_cursor.svg",
"forceStepInto.svg": "icons/actions/force_step_into.svg",
"forceStepOver.svg": "icons/actions/force_step_over.svg"
},
"toolwindows": {
"dependencies.svg": [
"icons/artifact.svg",
"icons/artifactSmall.svg"
]
}
}
}

View File

@@ -101,7 +101,6 @@
"build.svg": "actions/compile.svg",
"dependencyAnalyzer.svg": "actions/dependencyAnalyzer.svg",
"rebuild.svg": "actions/rebuild.svg",
"task.svg": "icons/task.svg",
"taskGroup.svg": "nodes/configFolder.svg",
"toggleOfflineMode.svg": "actions/offlineMode.svg"
},
@@ -217,7 +216,6 @@
"contexts.svg": "fileTypes/contexts.svg",
"contextsModifier.svg": "fileTypes/contextsModifier.svg",
"css.svg": "fileTypes/css.svg",
"cucumber.svg": "org/jetbrains/plugins/cucumber/icons/cucumber.svg",
"eclipse.svg": "providers/eclipse.svg",
"editorConfig.svg": "nodes/editorconfig.svg",
"diagram.svg": "fileTypes/diagram.svg",
@@ -255,7 +253,6 @@
"uiForm.svg": "fileTypes/uiForm.svg",
"image.svg": "fileTypes/image.svg",
"unknown.svg": "fileTypes/unknown.svg",
"vueJs.svg": "icons/vue.svg",
"wsdl.svg": "fileTypes/wsdlFile.svg",
"xhtml.svg": "fileTypes/xhtml.svg",
"xml.svg": [
@@ -263,8 +260,7 @@
"fileTypes/xml.svg"
],
"xsd.svg": "fileTypes/xsdFile.svg",
"yaml.svg": "fileTypes/yaml.svg",
"yarn.svg": "icons/nodejs/yarn.svg"
"yaml.svg": "fileTypes/yaml.svg"
},
"general": {
"inspections": {
@@ -728,9 +724,9 @@
"debug.svg": "actions/startDebugger.svg",
"dumpThreads.svg": "actions/dump.svg",
"evaluateExpression.svg": "debugger/evaluateExpression.svg",
"forceRunToCursor.svg": "icons/actions/force_run_to_cursor.svg",
"forceStepInto.svg": "icons/actions/force_step_into.svg",
"forceStepOver.svg": "icons/actions/force_step_over.svg",
"forceRunToCursor.svg": "debugger/forceRunToCursor.svg",
"forceStepInto.svg": "debugger/forceStepInto.svg",
"forceStepOver.svg": "debugger/forceStepOver.svg",
"killProcess.svg": "debugger/killProcess.svg",
"muteBreakpoints.svg": "debugger/muteBreakpoints.svg",
"pause.svg": "actions/pause.svg",
@@ -834,10 +830,6 @@
"commit.svg": "toolwindows/toolWindowCommit.svg",
"coverage.svg": "toolwindows/toolWindowCoverage.svg",
"debug.svg": "toolwindows/toolWindowDebugger.svg",
"dependencies.svg": [
"icons/artifact.svg",
"icons/artifactSmall.svg"
],
"documentation.svg": "toolwindows/documentation.svg",
"find.svg": "toolwindows/toolWindowFind.svg",
"hierarchy.svg": "toolwindows/toolWindowHierarchy.svg",

View File

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 740 B

View File

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 740 B

View File

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 352 B

View File

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 352 B

View File

Before

Width:  |  Height:  |  Size: 499 B

After

Width:  |  Height:  |  Size: 499 B

View File

Before

Width:  |  Height:  |  Size: 499 B

After

Width:  |  Height:  |  Size: 499 B

View File

@@ -1,5 +0,0 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="8" cy="8" r="6.5" stroke="#6C707E"/>
<path d="M3.5 12.5L12.5 3.5" stroke="#6C707E"/>
</svg>

Before

Width:  |  Height:  |  Size: 327 B

View File

@@ -1,5 +0,0 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="8" cy="8" r="6.5" stroke="#CED0D6"/>
<path d="M3.5 12.5L12.5 3.5" stroke="#CED0D6"/>
</svg>

Before

Width:  |  Height:  |  Size: 327 B

View File

@@ -1,4 +0,0 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4178 9.16082C11.2188 9.16082 11.057 9.11436 10.858 9.03204C10.3007 8.78508 9.89516 8.29318 9.77596 7.75784C10.0743 7.55204 10.4437 7.44169 10.8083 7.44927C11.0269 7.45331 11.2462 7.49801 11.455 7.59068C11.6143 7.673 11.7685 7.75027 11.9279 7.87375C12.4852 8.2856 12.1344 9.20198 11.4178 9.16082ZM8.97977 10.8853C8.86008 10.7618 8.78567 10.5994 8.70588 10.4348C8.467 9.85827 8.54924 9.24036 8.86767 8.78735C9.42498 8.91108 9.93481 9.27925 10.1737 9.85574C10.2535 10.0204 10.2983 10.2315 10.2983 10.3964C10.3379 11.0138 9.41764 11.3794 8.97977 10.8853ZM8.63123 3.6782C8.71078 3.51356 8.78567 3.35397 8.90487 3.18933C9.0691 2.98858 9.30407 2.90828 9.5268 2.93202C9.89859 2.97116 10.2483 3.27948 10.2236 3.71684C10.2236 3.88173 10.1788 4.09283 10.099 4.25747C9.8604 4.83397 9.38753 5.20188 8.83046 5.32561C8.47214 4.8726 8.39235 4.25469 8.63123 3.6782ZM7.54916 10.3964C7.46961 10.561 7.39472 10.7206 7.27552 10.8853C6.8773 11.4206 5.95432 11.0448 5.99422 10.3446C5.99422 10.18 6.03901 9.98175 6.11855 9.81711C6.35744 9.24036 6.83006 8.87245 7.38738 8.74897C7.70581 9.24314 7.78804 9.86079 7.54916 10.3964ZM5.35981 9.07067C5.20047 9.15299 4.99903 9.1992 4.7998 9.1992C4.0834 9.24036 3.73511 8.37802 4.25252 7.92526C4.37197 7.80178 4.52616 7.71163 4.7254 7.62931C4.93442 7.53664 5.15348 7.4922 5.37204 7.48765C5.73477 7.48109 6.09065 7.58866 6.39219 7.79673C6.31265 8.33206 5.91712 8.82346 5.35981 9.07067ZM4.67571 4.9524C4.71756 4.95012 4.75526 4.94709 4.80005 4.9524C4.99903 4.9524 5.16082 4.99886 5.35981 5.08118C5.91712 5.32814 6.32268 5.82004 6.44188 6.35537C5.96436 6.68465 5.31991 6.7695 4.76284 6.52254C4.60351 6.44022 4.44906 6.35007 4.28997 6.22659C3.76742 5.80186 4.04791 4.98573 4.67571 4.9524ZM6.62863 2.9704C6.84671 2.94894 7.07384 3.02722 7.23807 3.22797C7.35752 3.35145 7.43217 3.51356 7.51171 3.6782C7.7506 4.25469 7.6686 4.87285 7.34993 5.32561C6.79286 5.20188 6.28279 4.83397 6.0439 4.25747C5.96411 4.09283 5.91957 3.88173 5.91957 3.71684C5.91957 3.30524 6.26516 3.00626 6.62863 2.9704ZM11.0834 1.82485C10.9736 1.75928 10.8625 1.69371 10.7478 1.63625C10.631 1.57786 10.511 1.52063 10.3889 1.47151C10.3504 1.45483 10.3123 1.44 10.2733 1.42424C10.1669 1.38439 10.0595 1.33921 9.9493 1.30654C9.35616 1.10728 8.72172 1 8.06333 1C4.71205 1 2 3.76209 2 7.17503C2 10.1799 4.11502 12.6767 6.90623 13.2321V15C10.5349 14.4428 13.748 11.5092 13.9877 7.65836C14.1319 5.34043 12.9972 2.97408 11.0834 1.82485Z" fill="#00A817"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,5 +0,0 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.73205 2.00001L8 5.00001L6.26796 2.00001H0.5L8 14.9905L15.5 2.00001H9.73205Z" fill="#41B883"/>
<path d="M9.73204 2L8 5L6.26795 2H3.5L8 9.79416L12.5 2H9.73204Z" fill="#34495E"/>
</svg>

Before

Width:  |  Height:  |  Size: 418 B

View File

@@ -1,4 +0,0 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.1031 12.2043C13.3868 12.3661 12.7124 12.6765 12.1236 13.1153C11.2152 13.6855 10.2337 14.1298 9.20598 14.4364C9.07997 14.5835 8.90575 14.681 8.71446 14.7114C7.64566 14.8634 6.56967 14.9597 5.49086 14.9999C4.90934 15.0044 4.55283 14.8499 4.45383 14.6119C4.41305 14.5155 4.39192 14.4119 4.39167 14.3073C4.39143 14.2026 4.41207 14.099 4.4524 14.0024C4.49273 13.9058 4.55192 13.8182 4.62652 13.7448C4.70113 13.6714 4.78963 13.6136 4.88684 13.5749C4.79595 13.5191 4.70997 13.4557 4.62984 13.3854C4.54433 13.2999 4.45383 13.1283 4.42683 13.1913C4.31433 13.4664 4.25532 14.1384 3.95331 14.4414C3.5383 14.8609 2.75328 14.7209 2.28926 14.4774C1.77975 14.2069 2.32526 13.5709 2.32526 13.5709C2.28159 13.593 2.2339 13.6061 2.18505 13.6095C2.13619 13.6128 2.08717 13.6063 2.04089 13.5903C1.9946 13.5743 1.95202 13.5491 1.91566 13.5163C1.8793 13.4835 1.84991 13.4437 1.82925 13.3994C1.5637 12.956 1.44684 12.4393 1.49574 11.9248C1.62385 11.3607 1.93055 10.8531 2.37026 10.4773C2.301 9.72811 2.41388 8.97331 2.69927 8.27719C3.07621 7.55153 3.61828 6.92451 4.28182 6.44663C4.28182 6.44663 3.31279 5.3731 3.6738 4.40807C3.90831 3.77705 4.00282 3.78155 4.07982 3.75405C4.35208 3.67012 4.60079 3.52333 4.80584 3.32554C5.08172 3.02181 5.42478 2.78677 5.80763 2.63919C6.19049 2.4916 6.60254 2.43555 7.01091 2.47551C7.01091 2.47551 7.59893 0.699453 8.13745 1.04446C8.43536 1.50172 8.69189 1.98465 8.90397 2.48751C8.90397 2.48751 9.54449 2.1135 9.61649 2.253C9.98478 3.23135 10.0753 4.29251 9.878 5.3191C9.64524 6.3043 9.20171 7.22735 8.57796 8.02468C8.51046 8.13719 9.35349 8.4937 9.8855 9.96825C10.377 11.3183 9.9395 12.4483 10.0165 12.5743C10.03 12.5968 10.0345 12.6058 10.0345 12.6058C10.0345 12.6058 10.598 12.6508 11.7301 11.9518C12.3564 11.4943 13.0959 11.217 13.8686 11.1498C14.0072 11.1221 14.1511 11.1498 14.2696 11.227C14.388 11.3041 14.4715 11.4246 14.5021 11.5626C14.5328 11.7005 14.5082 11.845 14.4336 11.9651C14.359 12.0851 14.2404 12.1712 14.1031 12.2048V12.2043Z" fill="#498DB7"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -659,8 +659,6 @@
<themeProvider id="JetBrainsHighContrastTheme" path="/themes/HighContrast.theme.json"/>
<bundledColorScheme id="High contrast" path="themes/highContrastScheme.xml"/>
<iconMapper mappingFile="CrossModuleIcons.json"/>
<themeMetadataProvider path="/themes/metadata/IntelliJPlatform.themeMetadata.json"/>
<themeMetadataProvider path="/themes/metadata/JDK.themeMetadata.json"/>

View File

@@ -1171,13 +1171,13 @@
<group id="DebugReloadGroup"/>
<separator/>
<action id="StepOver" class="com.intellij.xdebugger.impl.actions.StepOverAction" icon="AllIcons.Actions.TraceOver"/>
<action id="ForceStepOver" class="com.intellij.xdebugger.impl.actions.ForceStepOverAction" icon="PlatformDebuggerImplIcons.Actions.Force_step_over"/>
<action id="ForceStepOver" class="com.intellij.xdebugger.impl.actions.ForceStepOverAction" icon="AllIcons.Debugger.ForceStepOver"/>
<action id="StepInto" class="com.intellij.xdebugger.impl.actions.StepIntoAction" icon="AllIcons.Actions.TraceInto"/>
<action id="ForceStepInto" class="com.intellij.xdebugger.impl.actions.ForceStepIntoAction" icon="PlatformDebuggerImplIcons.Actions.Force_step_into"/>
<action id="ForceStepInto" class="com.intellij.xdebugger.impl.actions.ForceStepIntoAction" icon="AllIcons.Debugger.ForceStepInto"/>
<action id="SmartStepInto" class="com.intellij.xdebugger.impl.actions.SmartStepIntoAction" icon="AllIcons.Debugger.SmartStepInto"/>
<action id="StepOut" class="com.intellij.xdebugger.impl.actions.StepOutAction" icon="AllIcons.Actions.StepOut"/>
<action id="RunToCursor" class="com.intellij.xdebugger.impl.actions.RunToCursorAction" icon="AllIcons.Actions.RunToCursor"/>
<action id="ForceRunToCursor" class="com.intellij.xdebugger.impl.actions.ForceRunToCursorAction" icon="PlatformDebuggerImplIcons.Actions.Force_run_to_cursor"/>
<action id="ForceRunToCursor" class="com.intellij.xdebugger.impl.actions.ForceRunToCursorAction" icon="AllIcons.Debugger.ForceRunToCursor"/>
<action id="Debugger.PopFrame" class="com.intellij.xdebugger.impl.actions.ResetFrameAction" icon="AllIcons.Actions.InlineDropFrame"/>
<action id="Pause" class="com.intellij.xdebugger.impl.actions.PauseAction" icon="AllIcons.Actions.Pause"/>
<action id="Resume" class="com.intellij.xdebugger.impl.actions.ResumeAction" icon="AllIcons.Actions.Resume"/>

View File

@@ -221,10 +221,6 @@ f:com.intellij.icons.AllIcons$Breakpoints
- sf:MultipleBreakpointsDisabled:javax.swing.Icon
- sf:MultipleBreakpointsMuted:javax.swing.Icon
- <init>():V
f:com.intellij.icons.AllIcons$Build
- sf:Task:javax.swing.Icon
- sf:ToggleSkipTestsMode:javax.swing.Icon
- <init>():V
f:com.intellij.icons.AllIcons$Chooser
- sf:Bottom:javax.swing.Icon
- sf:Left:javax.swing.Icon
@@ -322,6 +318,9 @@ f:com.intellij.icons.AllIcons$Debugger
- sf:Db_watch:javax.swing.Icon
- sf:EvaluateExpression:javax.swing.Icon
- sf:EvaluationResult:javax.swing.Icon
- sf:ForceRunToCursor:javax.swing.Icon
- sf:ForceStepInto:javax.swing.Icon
- sf:ForceStepOver:javax.swing.Icon
- sf:Frame:javax.swing.Icon
- sf:KillProcess:javax.swing.Icon
- sf:LambdaBreakpoint:javax.swing.Icon
@@ -422,7 +421,6 @@ f:com.intellij.icons.AllIcons$FileTypes
- sf:ContextsModifier:javax.swing.Icon
- sf:Css:javax.swing.Icon
- sf:Csv:javax.swing.Icon
- sf:Cucumber:javax.swing.Icon
- sf:Custom:javax.swing.Icon
- sf:Diagram:javax.swing.Icon
- sf:Dtd:javax.swing.Icon
@@ -451,13 +449,11 @@ f:com.intellij.icons.AllIcons$FileTypes
- sf:Text:javax.swing.Icon
- sf:UiForm:javax.swing.Icon
- sf:Unknown:javax.swing.Icon
- sf:VueJs:javax.swing.Icon
- sf:WsdlFile:javax.swing.Icon
- sf:Xhtml:javax.swing.Icon
- sf:Xml:javax.swing.Icon
- sf:XsdFile:javax.swing.Icon
- sf:Yaml:javax.swing.Icon
- sf:Yarn:javax.swing.Icon
- <init>():V
f:com.intellij.icons.AllIcons$General
- sf:ActualZoom:javax.swing.Icon
@@ -1152,9 +1148,6 @@ f:com.intellij.icons.AllIcons$Providers
- sf:Yugabyte:javax.swing.Icon
- <init>():V
f:com.intellij.icons.AllIcons$Run
- sf:ForceRunToCursor:javax.swing.Icon
- sf:ForceStepInto:javax.swing.Icon
- sf:ForceStepOver:javax.swing.Icon
- sf:Restart:javax.swing.Icon
- sf:ShowIgnored:javax.swing.Icon
- sf:Stop:javax.swing.Icon

View File

@@ -244,11 +244,6 @@ public class AllIcons {
/** 14x14 */ public static final @NotNull Icon MultipleBreakpointsMuted = load("expui/breakpoints/multipleBreakpointsMuted.svg", -1544664600, 2);
}
public static final class Build {
/** 16x16 */ public static final @NotNull Icon Task = load("expui/build/task.svg", 374995429, 2);
/** 16x16 */ public static final @NotNull Icon ToggleSkipTestsMode = load("expui/build/toggleSkipTestsMode.svg", 1263415235, 2);
}
public static final class Chooser {
/** 16x16 */ public static final @NotNull Icon Bottom = load("chooser/bottom.svg", -411920834, 2);
/** 16x16 */ public static final @NotNull Icon Left = load("chooser/left.svg", 277946192, 2);
@@ -349,6 +344,9 @@ public class AllIcons {
/** 16x16 */ public static final @NotNull Icon Db_watch = load("debugger/db_watch.svg", -1666860072, 0);
/** 16x16 */ public static final @NotNull Icon EvaluateExpression = load("expui/run/evaluateExpression.svg", "debugger/evaluateExpression.svg", -1762455063, 2);
/** 16x16 */ public static final @NotNull Icon EvaluationResult = load("debugger/evaluationResult.svg", 1466088690, 2);
/** 16x16 */ public static final @NotNull Icon ForceRunToCursor = load("expui/run/forceRunToCursor.svg", "debugger/forceRunToCursor.svg", 1765887966, 2);
/** 16x16 */ public static final @NotNull Icon ForceStepInto = load("expui/run/forceStepInto.svg", "debugger/forceStepInto.svg", -897444087, 2);
/** 16x16 */ public static final @NotNull Icon ForceStepOver = load("expui/run/forceStepOver.svg", "debugger/forceStepOver.svg", 1412423475, 2);
/** 16x16 */ public static final @NotNull Icon Frame = load("expui/debugger/frame.svg", "debugger/frame.svg", -388104166, 2);
/** 16x16 */ public static final @NotNull Icon KillProcess = load("expui/run/killProcess.svg", "debugger/killProcess.svg", 1100470732, 2);
/** 12x12 */ public static final @NotNull Icon LambdaBreakpoint = load("expui/breakpoints/breakpointLambda.svg", "debugger/LambdaBreakpoint.svg", -2130747183, 2);
@@ -460,7 +458,6 @@ public class AllIcons {
/** 16x16 */ public static final @NotNull Icon ContextsModifier = load("expui/fileTypes/contextsModifier.svg", "fileTypes/contextsModifier.svg", 11227132, 0);
/** 16x16 */ public static final @NotNull Icon Css = load("expui/fileTypes/css.svg", "fileTypes/css.svg", -1827987051, 0);
/** 16x16 */ public static final @NotNull Icon Csv = load("expui/fileTypes/csv.svg", -1498141192, 2);
/** 16x16 */ public static final @NotNull Icon Cucumber = load("expui/fileTypes/cucumber.svg", -374073568, 0);
/** 16x16 */ public static final @NotNull Icon Custom = load("expui/fileTypes/text.svg", "fileTypes/custom.svg", 1692794144, 0);
/** 16x16 */ public static final @NotNull Icon Diagram = load("expui/fileTypes/diagram.svg", "fileTypes/diagram.svg", 692669001, 0);
/** 16x16 */ public static final @NotNull Icon Dtd = load("expui/fileTypes/xml.svg", "fileTypes/dtd.svg", -1804958231, 0);
@@ -489,13 +486,11 @@ public class AllIcons {
/** 16x16 */ public static final @NotNull Icon Text = load("expui/fileTypes/text.svg", "fileTypes/text.svg", -444897274, 0);
/** 16x16 */ public static final @NotNull Icon UiForm = load("expui/fileTypes/uiForm.svg", "fileTypes/uiForm.svg", -734581860, 0);
/** 16x16 */ public static final @NotNull Icon Unknown = load("expui/fileTypes/unknown.svg", "fileTypes/unknown.svg", 1094896438, 0);
/** 16x16 */ public static final @NotNull Icon VueJs = load("expui/fileTypes/vueJs.svg", -334694159, 0);
/** 16x16 */ public static final @NotNull Icon WsdlFile = load("expui/fileTypes/wsdl.svg", "fileTypes/wsdlFile.svg", 85447754, 0);
/** 16x16 */ public static final @NotNull Icon Xhtml = load("expui/fileTypes/xhtml.svg", "fileTypes/xhtml.svg", -2145170158, 0);
/** 16x16 */ public static final @NotNull Icon Xml = load("expui/fileTypes/xml.svg", "fileTypes/xml.svg", 280641247, 0);
/** 16x16 */ public static final @NotNull Icon XsdFile = load("expui/fileTypes/xsd.svg", "fileTypes/xsdFile.svg", -786038641, 0);
/** 16x16 */ public static final @NotNull Icon Yaml = load("expui/fileTypes/yaml.svg", "fileTypes/yaml.svg", 118579768, 0);
/** 16x16 */ public static final @NotNull Icon Yarn = load("expui/fileTypes/yarn.svg", 364692861, 0);
}
public static final class General {
@@ -1228,9 +1223,6 @@ public class AllIcons {
}
public static final class Run {
/** 16x16 */ public static final @NotNull Icon ForceRunToCursor = load("expui/run/forceRunToCursor.svg", -180106702, 2);
/** 16x16 */ public static final @NotNull Icon ForceStepInto = load("expui/run/forceStepInto.svg", 1159944545, 2);
/** 16x16 */ public static final @NotNull Icon ForceStepOver = load("expui/run/forceStepOver.svg", 1517782167, 2);
/** 16x16 */ public static final @NotNull Icon Restart = load("expui/run/restart.svg", -275136128, 2);
/** 16x16 */ public static final @NotNull Icon ShowIgnored = load("expui/run/showIgnored.svg", 766664095, 2);
/** 16x16 */ public static final @NotNull Icon Stop = load("expui/run/stop.svg", 1749021823, 10);

View File

@@ -17,9 +17,6 @@ public final class PlatformDebuggerImplIcons {
}
public static final class Actions {
/** 16x16 */ public static final @NotNull Icon Force_run_to_cursor = load("icons/actions/force_run_to_cursor.svg", -1320997109, 2);
/** 16x16 */ public static final @NotNull Icon Force_step_into = load("icons/actions/force_step_into.svg", 155614706, 2);
/** 16x16 */ public static final @NotNull Icon Force_step_over = load("icons/actions/force_step_over.svg", 795507244, 2);
/** 16x16 */ public static final @NotNull Icon Hot_swap = load("icons/actions/hot_swap.svg", -216570490, 2);
}

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -56,7 +56,7 @@ final class MessageTreeRenderer extends MultilineTreeCellRenderer {
icon = AllIcons.Nodes.Target;
}
else if (type == AntBuildMessageView.MessageType.TASK) {
icon = AntIcons.Task;
icon = AntIcons.AntTask;
}
else if (type == AntBuildMessageView.MessageType.MESSAGE) {
if (node.getPriority() == AntBuildMessageView.PRIORITY_WARN) {

View File

@@ -18,10 +18,10 @@ public final class AntIcons {
return IconManager.getInstance().loadRasterizedIcon(path, expUIPath, AntIcons.class.getClassLoader(), cacheKey, flags);
}
/** 16x16 */ public static final @NotNull Icon AntBuildXml = load("icons/expui/ant.svg", "icons/AntBuildXml.svg", 1994930586, 2);
/** 16x16 */ public static final @NotNull Icon AntTask = load("icons/antTask.svg", 1295125394, 0);
/** 16x16 */ public static final @NotNull Icon Build = load("icons/expui/ant.svg", "icons/build.svg", 2113580401, 0);
/** 16x16 */ public static final @NotNull Icon LogDebug = load("icons/logDebug.svg", 1226967148, 0);
/** 16x16 */ public static final @NotNull Icon LogVerbose = load("icons/logVerbose.svg", -1085984365, 0);
/** 16x16 */ public static final @NotNull Icon MetaTarget = load("icons/metaTarget.svg", 1565197878, 0);
/** 16x16 */ public static final @NotNull Icon Task = load("icons/task.svg", 1155392147, 0);
/** 16x16 */ public static final @NotNull Icon Verbose = load("icons/verbose.svg", -124247784, 2);
}

View File

@@ -5,7 +5,6 @@ import com.intellij.codeInsight.javadoc.JavaDocInfoGeneratorFactory
import com.intellij.ide.presentation.Presentation
import com.intellij.openapi.util.Key
import com.intellij.psi.OriginInfoAwareElement
import com.intellij.psi.PsiClassType
import com.intellij.psi.PsiElement
import com.intellij.util.lazyPub
import icons.ExternalSystemIcons

View File

@@ -29,7 +29,7 @@ final class AntBuilderMethod extends LightMethodBuilder {
myFile = file;
myAntClass = antClass;
setModifiers(PsiModifier.PUBLIC);
setBaseIcon(AntIcons.Task);
setBaseIcon(AntIcons.AntTask);
setMethodReturnType(() -> PsiType.getJavaLangObject(getManager(), getResolveScope()));
}

View File

@@ -854,7 +854,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<actions>
<action overrides="true" id="ForceStepInto" class="com.jetbrains.python.debugger.PyForceStepIntoAction"
icon="PlatformDebuggerImplIcons.Actions.Force_step_into"/>
icon="AllIcons.Debugger.ForceStepInto"/>
<!-- Console -->
<action id="com.jetbrains.python.console.RunPythonOrDebugConsoleAction"