We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42e022 commit 03d8580Copy full SHA for 03d8580
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>net.seesharpsoft.intellij.plugins.csv</id>
3
<name>CSV Plugin</name>
4
- <version>1.3</version>
+ <version>1.4</version>
5
<vendor url="https://github.com/SeeSharpSoft/intellij-csv-validator">
6
Martin Sommer
7
</vendor>
@@ -29,8 +29,7 @@
29
]]></description>
30
31
<change-notes><![CDATA[
32
- Fixes issue <a href="https://github.com/SeeSharpSoft/intellij-csv-validator/issues/4"><i>java.lang.NoClassDefFoundError: com/intellij/psi/PsiElementFactory$SERVICE</i></a><br>
33
- CodeInspection description added
+ Handle tabs as 1-length character - fixes tabularize issue of files with tabs
34
]]>
35
</change-notes>
36
0 commit comments