File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ jacocoTestReport {
1919}
2020
2121group ' net.seesharpsoft.intellij.plugins'
22- version ' 2.20 .0'
22+ version ' 2.21 .0'
2323
2424apply plugin : ' java'
2525project. sourceCompatibility = JavaVersion . VERSION_11
@@ -77,10 +77,12 @@ intellij {
7777}
7878patchPluginXml {
7979 changeNotes = """ <pre style="font-family: sans-serif">
80- FIX: Cannot load from object array because "data" is null #335 #337
81- NEW: Support fast lexing for default comments
82- NEW: Simplify & unify both lexers
83- FIX: Empty comment indicator
80+ PERF: support comments in fast lexer
81+ PERF: reworked (rainbow) coloring
82+ PERF: avoid formatting while typing
83+ PERF: limit column highlighting to 1000 entries around caret
84+ PERF: limit calculation and buffering of CSV column info data
85+ FIX: short comments
8486 </pre>"""
8587}
8688publishPlugin {
You can’t perform that action at this time.
0 commit comments