Skip to content

Commit

Permalink
improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
LabyStudio committed Jul 16, 2022
1 parent c89e763 commit cda0521
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>
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.<br>
Therefore, this plugin gives you a better control what exactly you want to hotswap.

Expand Down
10 changes: 6 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
<idea-version since-build="203.000"/>

<description><![CDATA[
With this plugin you can context <b>way faster</b> than usual by hotswapping <b>only the file opened</b> in the editor.<br>
With this plugin you can hotswap <b>50x faster</b> than usual by hotswapping <b>only the file opened</b> in the editor with the <b>internal compiler</b> of IntelliJ.
The builtin feature of Intellij "Compile and Reload" always reloads every single file that is referenced by the target class.<br>
Therefore, this plugin gives you a better control what exactly you want to context.<br>
Therefore, this plugin gives you a better control what exactly you want to hotswap.<br>
<br>
<i>If you are using a build tool like Gradle or Maven, you can avoid the need of a full rebuild by using this plugin.</i>
<br>
<i>It will provide a blue hammer next to the green "Build Project" hammer.</i>
<br>
Expand Down Expand Up @@ -50,7 +52,7 @@
</ul>
v1.7 (06.01.2022):
<ul>
<li>Disabled Gradle runner during context to speed up the compile process</li>
<li>Disabled Gradle runner during hotswap to speed up the compile process</li>
</ul>
v1.6 (13.06.2021):
<ul>
Expand All @@ -66,7 +68,7 @@
</ul>
v1.3 (17.02.2021):
<ul>
<li>Fixed an exception during context</li>
<li>Fixed an exception during hotswap</li>
</ul>
v1.2 (19.01.2021):
<ul>
Expand Down

0 comments on commit cda0521

Please sign in to comment.