From cda05212f82a4078782f6b2280eee57d31fd8dfc Mon Sep 17 00:00:00 2001 From: LabyStudio Date: Sat, 16 Jul 2022 07:43:57 +0200 Subject: [PATCH] improve description --- README.md | 3 +-- src/main/resources/META-INF/plugin.xml | 10 ++++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fca5b8f..25d59f6 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ ### Download from [IntelliJ Marketplace](https://plugins.jetbrains.com/plugin/14832-single-hotswap) With this plugin you can hotswap **50x faster** than usual by hotswapping **only the file opened** in the editor with -the internal compiler of IntelliJ.
-The built-in feature of Intellij "Compile and Reload" always reloads every single file that is referenced by the target +the **internal compiler** of IntelliJ. The built-in feature of Intellij "Compile and Reload" always reloads every single file that is referenced by the target class.
Therefore, this plugin gives you a better control what exactly you want to hotswap. diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 522f4d0..378ae57 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -7,9 +7,11 @@ way faster than usual by hotswapping only the file opened in the editor.
+ With this plugin you can hotswap 50x faster than usual by hotswapping only the file opened in the editor with the internal compiler of IntelliJ. The builtin feature of Intellij "Compile and Reload" always reloads every single file that is referenced by the target class.
- Therefore, this plugin gives you a better control what exactly you want to context.
+ Therefore, this plugin gives you a better control what exactly you want to hotswap.
+
+ If you are using a build tool like Gradle or Maven, you can avoid the need of a full rebuild by using this plugin.
It will provide a blue hammer next to the green "Build Project" hammer.
@@ -50,7 +52,7 @@ v1.7 (06.01.2022):
    -
  • Disabled Gradle runner during context to speed up the compile process
  • +
  • Disabled Gradle runner during hotswap to speed up the compile process
v1.6 (13.06.2021):
    @@ -66,7 +68,7 @@
v1.3 (17.02.2021):
    -
  • Fixed an exception during context
  • +
  • Fixed an exception during hotswap
v1.2 (19.01.2021):