-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the width expansion on long argument strings
- Loading branch information
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pluginVersion=1.2.0 | ||
pluginVersion=1.2.1 | ||
sinceBuild=213 | ||
intellijVersion=2021.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin require-restart="false"> | ||
<id>io.github.jebeaudet</id> | ||
<name>JVM Arguments Setter</name> | ||
<version>1.2.0</version> | ||
<version>1.2.1</version> | ||
<vendor email="[email protected]" url="https://github.com/jebeaudet/jvm-arguments-setter">jebeaudet</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -31,6 +31,11 @@ | |
</extensions> | ||
|
||
<change-notes><![CDATA[ | ||
<h2>1.2.1</h2> | ||
<ul> | ||
<li>Fix table width on long argument strings</li> | ||
<li>Removed useless spacer under the argument table</li> | ||
</ul> | ||
<h2>1.2.0</h2> | ||
<ul> | ||
<li>Added the possibility to disable certain parameters in test run configurations</li> | ||
|