diff --git a/CHANGELOG.md b/CHANGELOG.md index f133621..d159c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,11 @@ # easy-i18n Changelog ## [Unreleased] +### Added +- Individual icon to tool-window + ### Fixed -- AlreadyDisposedException on FileChangeListener after project has been disposed +- AlreadyDisposedException on FileChangeListener after project dispose ## [3.2.0] ### Added diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index a0c3ee7..8df51ed 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -25,7 +25,8 @@ + factoryClass="de.marhali.easyi18n.service.TranslatorToolWindowFactory" + icon="/icons/translate13.svg"/> diff --git a/src/main/resources/META-INF/toolWindowIcon.svg b/src/main/resources/META-INF/toolWindowIcon.svg deleted file mode 100644 index a768feb..0000000 --- a/src/main/resources/META-INF/toolWindowIcon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - Layer 1 - - - - - \ No newline at end of file diff --git a/src/main/resources/icons/translate13.svg b/src/main/resources/icons/translate13.svg new file mode 100644 index 0000000..fbe7f69 --- /dev/null +++ b/src/main/resources/icons/translate13.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/src/main/resources/icons/translate13_dark.svg b/src/main/resources/icons/translate13_dark.svg new file mode 100644 index 0000000..c43d969 --- /dev/null +++ b/src/main/resources/icons/translate13_dark.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file