Skip to content

Commit

Permalink
Updated icons to match new UI style
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Mar 27, 2024
1 parent e218ca0 commit e1750fa
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# CheckStyle-IDEA Changelog

* **5.89.0** New: Added CheckStyle 10.14.2.
* **5.89.0** Fixed: Icons now match new UI style.
* **5.89.0** Fixed: Better match format checks by disabling retentions when left curly policy requires a new line (#633).
* **5.89.0** Fixed: Updated API usage for notifications.
* **5.88.1** Fixed: Defined action update thread for actions (#634).
Expand Down
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 @@ -25,6 +25,7 @@
<![CDATA[
<ul>
<li>5.89.0: New: Added CheckStyle 10.14.2.</li>
<li>5.89.0: Fixed: Icons now match new UI style.</li>
<li>5.89.0: Fixed: Better match format checks by disabling retentions when left curly policy requires a new line (#633).</li>
<li>5.89.0: Fixed: Updated API usage for notifications.</li>
<li>5.88.1: Fixed: Defined action update thread for actions (#634).</li>
Expand Down Expand Up @@ -89,7 +90,7 @@
anchor="bottom"
canCloseContents="false"
factoryClass="org.infernus.idea.checkstyle.toolwindow.CheckStyleToolWindowFactory"
icon="/org/infernus/idea/checkstyle/images/checkstyle13.png"/>
icon="/org/infernus/idea/checkstyle/images/checkstyle.svg"/>
<schemeImporter name="Checkstyle configuration"
schemeClass="com.intellij.psi.codeStyle.CodeStyleScheme"
implementationClass="org.infernus.idea.checkstyle.importer.CheckStyleCodeStyleImporter"/>
Expand Down
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 e1750fa

Please sign in to comment.