Skip to content

Commit c492fc9

Browse files
committed
feat(core): update icon for AutoDev Planner tool window
- Change icon from AI_COPILOT to PLANNER for AutoDevPlaner tool window - Add new PLANNER icon in AutoDevIcons.kt - Include new planner.svg file in icons directory
1 parent 43878c1 commit c492fc9

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

core/src/223/main/resources/META-INF/autodev-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<toolWindow id="AutoDevPlaner"
5555
anchor="left"
5656
order="after Structure"
57-
icon="cc.unitmesh.devti.AutoDevIcons.AI_COPILOT"
57+
icon="cc.unitmesh.devti.AutoDevIcons.PLANNER"
5858
secondary="true"
5959
factoryClass="cc.unitmesh.devti.gui.AutoDevPlannerToolWindowFactory"/>
6060

core/src/233/main/resources/META-INF/autodev-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<toolWindow id="AutoDevPlaner"
5757
anchor="left"
5858
order="after Structure"
59-
icon="cc.unitmesh.devti.AutoDevIcons.AI_COPILOT"
59+
icon="cc.unitmesh.devti.AutoDevIcons.PLANNER"
6060
secondary="true"
6161
factoryClass="cc.unitmesh.devti.gui.AutoDevPlannerToolWindowFactory"/>
6262

core/src/main/kotlin/cc/unitmesh/devti/AutoDevIcons.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,7 @@ object AutoDevIcons {
5555

5656
@JvmField
5757
val REVIEWER: Icon = IconLoader.getIcon("/icons/reviewer.svg", AutoDevIcons::class.java)
58+
59+
@JvmField
60+
val PLANNER: Icon = IconLoader.getIcon("/icons/planner.svg", AutoDevIcons::class.java)
5861
}
Lines changed: 12 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)