-
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.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
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,7 +1,7 @@ | ||
<idea-plugin version="2"> | ||
<id>org.turbanov.execution.cmd</id> | ||
<name>RunInCmd</name> | ||
<version>1.1</version> | ||
<version>1.2</version> | ||
<vendor email="[email protected]" url="https://github.com/turbanoff/RunInCmdPlugin">Turbanov Andrey</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -12,6 +12,12 @@ | |
<!--Add change notes here.<br>--> | ||
<!--<em>most HTML tags may be used</em>--> | ||
<change-notes><![CDATA[ | ||
<h3>1.2</h3> | ||
<ul> | ||
<li>Properly handle dynamic classpath</li> | ||
<li>Escape more special shell symbols</li> | ||
<li>Add option to run cmd with program inside IDEA terminal</li> | ||
</ul> | ||
<h3>1.1</h3> | ||
<ul> | ||
<li>Properly handle long classpath</li> | ||
|