Skip to content

Commit 5d092f5

Browse files
committed
chore: Add plugin tool window icons and apply into tool window
1 parent 8b4d907 commit 5d092f5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010

1111
<extensions defaultExtensionNs="com.intellij">
1212
<toolWindow factoryClass="com.github.ilovegamecoding.intellijcodexp.toolWindow.CodeXPToolWindowFactory"
13-
id="CodeXPToolWindow"/>
13+
anchor="right"
14+
id="CodeXP Dashboard" icon="icons/toolWindowIcon.svg" />
1415
<applicationService serviceImplementation="com.github.ilovegamecoding.intellijcodexp.services.CodeXPService"/>
15-
<notificationGroup displayType="BALLOON" id="CodeXP"/>
16+
<notificationGroup displayType="BALLOON" id="CodeXP Dashboard"/>
1617
</extensions>
1718

1819
<application-components>
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)