Skip to content

Commit

Permalink
Introduce Tool Window icon
Browse files Browse the repository at this point in the history
  • Loading branch information
novotnyr committed Dec 25, 2023
1 parent 82661e2 commit a3ebde8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
Binary file added src/main/assets/toolwindow-icon.afdesign
Binary file not shown.
Binary file added src/main/assets/toolwindow-icon_dark.afdesign
Binary file not shown.
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<depends>com.intellij.modules.lang</depends>

<extensions defaultExtensionNs="com.intellij">
<toolWindow id="JWT" anchor="right" factoryClass="com.github.novotnyr.idea.jwt.ToolWindowFactory"/>
<toolWindow id="JWT" anchor="right" factoryClass="com.github.novotnyr.idea.jwt.ToolWindowFactory"
icon="/icons/toolwindow-icon.svg" />
<projectConfigurable instance="com.github.novotnyr.idea.jwt.ui.preferences.PreferencesConfigurable" groupId="tools"/>
<projectService serviceImplementation="com.github.novotnyr.idea.jwt.ui.preferences.PluginPreferences"/>
</extensions>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/icons/toolwindow-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main/resources/icons/toolwindow-icon_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3ebde8

Please sign in to comment.