-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from zephir-lang/fix/drop-compatibility-below-182
Drop support of IDE's versions below 182
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 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 |
---|---|---|
|
@@ -7,5 +7,8 @@ | |
|
||
/out/ | ||
/gen/ | ||
|
||
*~ | ||
*.jar | ||
|
||
idea-flex.skeleton |
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 url="https://github.com/zephir-lang/idea-plugin"> | ||
<id>com.zephir</id> | ||
<name>Zephir</name> | ||
<version>0.3.4</version> | ||
<version>0.3.5</version> | ||
<vendor email="[email protected]" url="https://zephir-lang.com">Zephir Team</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -28,6 +28,7 @@ | |
<change-notes><![CDATA[ | ||
<html lang="en"> | ||
<ul> | ||
<li><b>0.3.5</b>: Drop support of IDE's versions below 182</li> | ||
<li><b>0.3.4</b>: Replaced usage of deprecated API by new one</li> | ||
<li><b>0.3.3</b>: Fixed recognizing strings with regular expressions</li> | ||
<li><b>0.3.2</b>: Completion list now shows members of class. Improved syntax support</li> | ||
|
@@ -44,7 +45,7 @@ | |
</html> | ||
]]></change-notes> | ||
|
||
<idea-version since-build="130.1"/> | ||
<idea-version since-build="182"/> | ||
|
||
<depends>com.intellij.modules.lang</depends> | ||
|
||
|