We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4d907 commit 5d092f5Copy full SHA for 5d092f5
src/main/resources/META-INF/plugin.xml
@@ -10,9 +10,10 @@
10
11
<extensions defaultExtensionNs="com.intellij">
12
<toolWindow factoryClass="com.github.ilovegamecoding.intellijcodexp.toolWindow.CodeXPToolWindowFactory"
13
- id="CodeXPToolWindow"/>
+ anchor="right"
14
+ id="CodeXP Dashboard" icon="icons/toolWindowIcon.svg" />
15
<applicationService serviceImplementation="com.github.ilovegamecoding.intellijcodexp.services.CodeXPService"/>
- <notificationGroup displayType="BALLOON" id="CodeXP"/>
16
+ <notificationGroup displayType="BALLOON" id="CodeXP Dashboard"/>
17
</extensions>
18
19
<application-components>
src/main/resources/icons/toolWindowIcon.svg
src/main/resources/icons/toolWindowIcon_dark.svg
0 commit comments