Skip to content

Commit

Permalink
Merge pull request #630
Browse files Browse the repository at this point in the history
Support 2020.2
  • Loading branch information
dmitry-zhuravlev authored Jul 31, 2020
2 parents c9734dc + e26422c commit 8ee36a6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'jacoco'
id 'org.jetbrains.intellij' version '0.4.17'
id 'org.jetbrains.intellij' version '0.4.21'
id 'de.undercouch.download' version '4.0.0'
id 'com.github.kt3k.coveralls' version '2.8.4'
}
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots

ideaVersion = 201.6668.113
ideaVersion = 202.6397.94
ideaType = IC
javaVersion = 1.8
javaTargetVersion = 1.8
Expand All @@ -12,9 +12,9 @@ runGenerators = true

pluginGroup = mobi.hsz.idea
pluginName = .ignore
pluginVersion = 3.2.3.201
pluginSinceBuild = 201
pluginUntilBuild = 202
pluginVersion = 3.2.3.202
pluginSinceBuild = 202
pluginUntilBuild = 203

publishPluginId = 7495
publishUsername = hsz
Expand Down
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<i>Notable changes since 3.2.3</i>
<ul>
<li>Compatibility with 2020.1</li>
<li>Compatibility with 2020.2</li>
</ul>
<a href="https://github.com/JetBrains/idea-gitignore/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,4 @@ public LineMarkerInfo getLineMarkerInfo(@NotNull PsiElement element) {
}
return null;
}

/**
* Mocked method.
*
* @param elements unused parameter
* @param result unused parameter
*/
@Override
public void collectSlowLineMarkers(@NotNull List<PsiElement> elements, @NotNull Collection<LineMarkerInfo> result) {
}
}

0 comments on commit 8ee36a6

Please sign in to comment.