-
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.
Add $freePort macros. Closes #2
- Loading branch information
Showing
6 changed files
with
72 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 version="2"> | ||
<id>org.turbanov.execution.cmd</id> | ||
<name>RunInCmd</name> | ||
<version>1.4</version> | ||
<version>1.5</version> | ||
<vendor email="[email protected]" url="https://github.com/turbanoff/RunInCmdPlugin">Turbanov Andrey</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -12,6 +12,14 @@ | |
<!--Add change notes here.<br>--> | ||
<!--<em>most HTML tags may be used</em>--> | ||
<change-notes><![CDATA[ | ||
<h3>1.5</h3> | ||
<ul> | ||
<li> | ||
Added $freePort macros available in "To add" options. Plugin will replace it with some free port.<br> | ||
This is very useful when you want to debug application launched via this plugin.<br> | ||
Just add <div style="font-family:monospace">-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=$freePort</div> to "To add VM options". | ||
</li> | ||
</ul> | ||
<h3>1.4</h3> | ||
<ul> | ||
<li>Fix run inside 2016.x IDEA terminal</li> | ||
|
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
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