mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
2021.2 release
GitOrigin-RevId: b079fe1f6e625efba3e9702e4856a95a48296857
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ec0728b3aa
commit
6b390f21ea
@@ -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
|
||||
@@ -2,7 +2,7 @@
|
||||
<idea-version since-build="193"/>
|
||||
<id>ru.adelf.idea.dotenv</id>
|
||||
<name>.env files support</name>
|
||||
<version>2020.1</version>
|
||||
<version>2020.2</version>
|
||||
<vendor email="adel.faiz@gmail.com" url="https://adelf.tech">Adel F</vendor>
|
||||
|
||||
<description><![CDATA[
|
||||
@@ -27,13 +27,19 @@
|
||||
<br/>
|
||||
Features
|
||||
<ul>
|
||||
<li>Environment variables completion for PHP, JavaScript, Python, Go and Ruby languages based on .env, Dockerfile and docker-compose.yml files.</li>
|
||||
<li>Environment variables completion based on .env, Dockerfile and docker-compose.yml files.</li>
|
||||
<li>Go to declaration(in .env file) and usages(in code), by Ctrl(Cmd)+click or hot key(Ctrl(Cmd)-B, etc.)</li>
|
||||
<li>.env file syntax highlighter</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
2021.2
|
||||
<ul>
|
||||
<li>Kotlin and Java support</li>
|
||||
<li>.env syntax improvements</li>
|
||||
<li>Configurable completion and values storing</li>
|
||||
</ul>
|
||||
2021.1
|
||||
<ul>
|
||||
<li>Single quotes for environment variable values support</li>
|
||||
@@ -47,13 +53,6 @@
|
||||
<li>phpunit.xml environment variables completion</li>
|
||||
<li>Fix incorrect syntax with slashes in quoted .env values</li>
|
||||
</ul>
|
||||
2020.2
|
||||
<ul>
|
||||
<li>2020.2 IDE versions support</li>
|
||||
<li>Spaces inside non-quoted .env values inspection + quick fix</li>
|
||||
<li>Case insensitive .env variables completions</li>
|
||||
<li>Plugin icon!</li>
|
||||
</ul>
|
||||
]]></change-notes>
|
||||
|
||||
<extensionPoints>
|
||||
|
||||
Reference in New Issue
Block a user