From 8313676e7eaac4c31182b8a78f7529bc7da859ce Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 13 May 2020 11:24:01 +0300 Subject: [PATCH] Drop support of IDE's versions below 182 --- .gitignore | 3 +++ resources/META-INF/plugin.xml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 10ad16b..839687a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,8 @@ /out/ /gen/ + *~ *.jar + +idea-flex.skeleton diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index f555bc8..95cdd1c 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.zephir Zephir - 0.3.4 + 0.3.5 Zephir Team
    +
  • 0.3.5: Drop support of IDE's versions below 182
  • 0.3.4: Replaced usage of deprecated API by new one
  • 0.3.3: Fixed recognizing strings with regular expressions
  • 0.3.2: Completion list now shows members of class. Improved syntax support
  • @@ -44,7 +45,7 @@ ]]> - + com.intellij.modules.lang