From 6b390f21eaacb559f6329c44ebf4274701aeeeea Mon Sep 17 00:00:00 2001 From: adelf Date: Thu, 3 Jun 2021 21:46:39 +0300 Subject: [PATCH] 2021.2 release GitOrigin-RevId: b079fe1f6e625efba3e9702e4856a95a48296857 --- plugins/env-files-support/build.gradle | 10 ++-------- .../src/main/resources/META-INF/plugin.xml | 17 ++++++++--------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/plugins/env-files-support/build.gradle b/plugins/env-files-support/build.gradle index 4bc7321f6c70..10a47045d247 100644 --- a/plugins/env-files-support/build.gradle +++ b/plugins/env-files-support/build.gradle @@ -1,12 +1,6 @@ buildscript { repositories { mavenCentral() - maven { - url "https://oss.sonatype.org/content/repositories/snapshots/" - } - maven { - url 'https://dl.bintray.com/jetbrains/intellij-plugin-service' - } } } @@ -51,7 +45,7 @@ intellij { patchPluginXml { sinceBuild '193' - untilBuild '211.*' + untilBuild '212.*' } buildSearchableOptions { @@ -59,5 +53,5 @@ buildSearchableOptions { } group 'ru.adelf' -version '2021.1' // Plugin version +version '2021.2' // Plugin version sourceCompatibility = 1.8 \ No newline at end of file diff --git a/plugins/env-files-support/src/main/resources/META-INF/plugin.xml b/plugins/env-files-support/src/main/resources/META-INF/plugin.xml index 45cad1d81a6c..c7cdbcc721ec 100644 --- a/plugins/env-files-support/src/main/resources/META-INF/plugin.xml +++ b/plugins/env-files-support/src/main/resources/META-INF/plugin.xml @@ -2,7 +2,7 @@ ru.adelf.idea.dotenv .env files support - 2020.1 + 2020.2 Adel F Features
    -
  • Environment variables completion for PHP, JavaScript, Python, Go and Ruby languages based on .env, Dockerfile and docker-compose.yml files.
  • +
  • Environment variables completion based on .env, Dockerfile and docker-compose.yml files.
  • Go to declaration(in .env file) and usages(in code), by Ctrl(Cmd)+click or hot key(Ctrl(Cmd)-B, etc.)
  • .env file syntax highlighter
]]>
+
  • Kotlin and Java support
  • +
  • .env syntax improvements
  • +
  • Configurable completion and values storing
  • + 2021.1
    • Single quotes for environment variable values support
    • @@ -47,13 +53,6 @@
    • phpunit.xml environment variables completion
    • Fix incorrect syntax with slashes in quoted .env values
    - 2020.2 -
      -
    • 2020.2 IDE versions support
    • -
    • Spaces inside non-quoted .env values inspection + quick fix
    • -
    • Case insensitive .env variables completions
    • -
    • Plugin icon!
    • -
    ]]>