-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #6: support 2016.3 and later versions
- Loading branch information
Showing
3 changed files
with
16 additions
and
4 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,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>me.lotabout.codegenerator</id> | ||
<name>Code Generator</name> | ||
<version>1.3</version> | ||
<version>1.3.2</version> | ||
<vendor email="[email protected]" url="https://lotabout.me">Jinzhou Zhang</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -20,6 +20,8 @@ | |
|
||
<change-notes><![CDATA[ | ||
<ul> | ||
<li>version 1.3.2 <p>support idea 2016.3 and after</p></li> | ||
<li>version 1.3.1 <p>move Code Generator Menu to Generate menu</p></li> | ||
<li>version 1.3 <p>support insert at caret. Fix bugs</p></li> | ||
<li>version 1.2 <p>Able to import/export settings</p></li> | ||
<li>version 1.1 <p>Able to define workflows for selecting members/classes</p></li> | ||
|
@@ -29,7 +31,7 @@ | |
</change-notes> | ||
|
||
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description --> | ||
<idea-version since-build="145.0"/> | ||
<idea-version since-build="163.0"/> | ||
|
||
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html | ||
on how to target different products --> | ||
|
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