File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 66 - IDEA_VERSION=IC-2017.3.1 GRAMMAR_KIT_VERSION=2017.1.2
77 - IDEA_VERSION=IC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.7
88 - IDEA_VERSION=IC-2019.1.3 GRAMMAR_KIT_VERSION=2017.1.7
9- - IDEA_VERSION=PC-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=07f30a1e7666f36ae780f614b6bbc89690ba36c3
9+ # - IDEA_VERSION=PC-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=07f30a1e7666f36ae780f614b6bbc89690ba36c3
1010
1111script : xvfb-run gradle check
1212
Original file line number Diff line number Diff line change 44NEW: improved font handling in table editor #122
55FIX: proper font handling in balloon tooltips
66
7+ 2.7.1
8+ Sep 26, 2019
9+
10+ Support for IDE v192.*
11+
7122.7.0
813Sep 16, 2019
914
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ jacocoTestReport {
2424}
2525
2626group ' net.seesharpsoft.intellij.plugins'
27- version pluginVersion
27+ version ' 2.7.1 '
2828
2929apply plugin : ' java'
3030sourceCompatibility = javaVersion
7171apply plugin : ' org.jetbrains.intellij'
7272intellij {
7373 // IDE version - https://www.jetbrains.com/intellij-repository/releases
74- version = System . getenv(). getOrDefault(' IDEA_VERSION' , ' IC-191.5701.16 ' )
74+ version = System . getenv(). getOrDefault(' IDEA_VERSION' , ' IC-192.6817.14 ' )
7575 pluginName = ' CSV Plugin'
7676 instrumentCode = true
7777 updateSinceUntilBuild = false
Original file line number Diff line number Diff line change 33# https://www.jetbrains.com/intellij-repository/snapshots
44
55name ='CSV Plugin'
6- pluginVersion =2.7.0
76javaVersion =1.8
87javaTargetVersion =1.8
9- downloadIntellijSources =false
You can’t perform that action at this time.
0 commit comments