From 1f03d51b7323683dba58c5a1488d9e671001bf47 Mon Sep 17 00:00:00 2001 From: marhali Date: Sat, 9 Apr 2022 14:15:14 +0200 Subject: [PATCH] add tool window icon --- CHANGELOG.md | 5 ++++- src/main/resources/META-INF/plugin.xml | 3 ++- src/main/resources/META-INF/toolWindowIcon.svg | 9 --------- src/main/resources/icons/translate13.svg | 4 ++++ src/main/resources/icons/translate13_dark.svg | 4 ++++ 5 files changed, 14 insertions(+), 11 deletions(-) delete mode 100644 src/main/resources/META-INF/toolWindowIcon.svg create mode 100644 src/main/resources/icons/translate13.svg create mode 100644 src/main/resources/icons/translate13_dark.svg 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