Fixed descriptions and quick fix texts. Fixed highlighting of found problems and also 'Run inspection by Name' returning nothing.

This commit is contained in:
2019-04-01 16:44:52 +02:00
parent 78ad242b43
commit 5d91eaf276
4 changed files with 17 additions and 20 deletions
+7 -2
View File
@@ -5,7 +5,7 @@ plugins {
}
group 'de.platon42'
version '0.1'
version '0.2'
repositories {
mavenCentral()
@@ -40,7 +40,12 @@ intellij {
patchPluginXml {
changeNotes """
<h2>V0.1 (31-Mar-19)
<h4>V0.2 (01-Apr-19)</h4>
<ul>
<li>Fixed descriptions and quick fix texts.
<li>Fixed highlighting of found problems and also 'Run inspection by Name' returning nothing.
</ul>
<h4>V0.1 (31-Mar-19)</h4>
<ul>
<li>Initial release.
</ul>