Skip to content

Commit

Permalink
#32989: Created new icons for the plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
janssen-tiobe committed Oct 10, 2023
1 parent 8967686 commit 79257ad
Show file tree
Hide file tree
Showing 16 changed files with 1,302 additions and 125 deletions.

This file was deleted.

This file was deleted.

11 changes: 7 additions & 4 deletions src/main/kotlin/com/tiobe/plugins/intellij/icons/TicsIcons.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ import javax.swing.Icon
object TicsIcons {

@JvmField
val ANALYZE_FILE: Icon = load("/icons/TI_analyze_file.png")
val ANALYZE_FILE: Icon = load("/icons/tics-file-solid.svg")

@JvmField
val ANALYZE_FOLDER: Icon = load("/icons/TI_analyze_project.png")
val ANALYZE_FOLDER: Icon = load("/icons/tics-folder-solid.svg")

@JvmField
val CANCEL_TICS: Icon = load("/icons/TI_cancel_analysis.png")
val CANCEL_TICS: Icon = load("/icons/tics-cancel-solid.svg")

@JvmField
val CONFIGURE_TICS: Icon = load("/icons/TI_configuration.png")
val CONFIGURE_TICS: Icon = load("/icons/tics-config-solid.svg")

@JvmField
val INSTALL_TICS: Icon = load("/icons/tics-download-solid.svg")

@JvmField
val TICS_LOGO: Icon = load("/icons/TI_logo.svg")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<group text="TICS" popup="true">
<reference id="TICS"/>
<action id="TICS.InstallTics" class="com.tiobe.plugins.intellij.actions.InstallTicsAction"
icon="AllIcons.Actions.Install" text="Install TICS"/>
icon="com.tiobe.plugins.intellij.icons.TicsIcons.INSTALL_TICS" text="Install TICS"/>
<add-to-group group-id="ToolsMenu"/>
</group>

Expand Down
Binary file removed src/main/resources/icons/TI_analyze_file.png
Binary file not shown.
Binary file removed src/main/resources/icons/TI_analyze_project.png
Binary file not shown.
Binary file removed src/main/resources/icons/TI_cancel_analysis.png
Binary file not shown.
Binary file removed src/main/resources/icons/TI_configuration.png
Binary file not shown.
Loading

0 comments on commit 79257ad

Please sign in to comment.