File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
java/net/seesharpsoft/intellij/plugins/csv/components Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ 2.12.0
2+ Jun 13, 2020
3+
4+ FIX: no accessors for class CsvValueSeparator #221
5+ FIX: Default Value Separator get frequently reset to comma, changes only applied after restart #222
6+
172.11.1
28May 9, 2020
39
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ jacocoTestReport {
2424}
2525
2626group ' net.seesharpsoft.intellij.plugins'
27- version ' 2.11.1 '
27+ version ' 2.12.0 '
2828
2929apply plugin : ' java'
3030sourceCompatibility = javaVersion
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ public class CsvFileAttributes implements PersistentStateComponent<CsvFileAttrib
2929 public Map <String , Attribute > attributeMap = new HashMap <>();
3030
3131 static class Attribute {
32- // holds the actual separator character
3332 @ OptionTag (converter = CsvValueSeparator .CsvValueSeparatorConverter .class )
3433 public CsvValueSeparator separator ;
3534 public CsvEscapeCharacter escapeCharacter ;
Original file line number Diff line number Diff line change 4848
4949 <change-notes ><![CDATA[
5050 <pre style="font-family: sans-serif">
51- NEW: Adding custom separator #177
52- FIX: Memory issues and freezes after updating #204
51+ FIX: no accessors for class CsvValueSeparator #221
52+ FIX: Default Value Separator get frequently reset to comma, changes only applied after restart #222
5353 </pre>
5454 ]]>
5555 </change-notes >
You can’t perform that action at this time.
0 commit comments