Skip to content

Releases: SeeSharpSoft/intellij-csv-validator

Release 1.7.0

19 Jun 21:44
934e734
Compare
Choose a tag to compare

NEW Annotated values: tooltip shows the value itself, the header and the column index
NEW Active column (caret position) is colored differently
FIX 'Add separator' inspection is adding correct separator (e.g. tabs in TSV files)
+ several code & performance improvements

Release 1.6.1

11 May 08:09
Compare
Choose a tag to compare

NEW: TSV file support (new icons)
TSV files a recognized as such but treated as a variant of CSV files, the same syntax highlighting and code style settings are applied.
NEW: tab (↹) and pipe (|) as separators added
NEW: spellchecker enabled

Release 1.5.1

21 Mar 17:05
Compare
Choose a tag to compare

Fix for #10

Release 1.4.1

19 Jan 17:39
Compare
Choose a tag to compare

Hotfix
Fix default settings initialization

Release 1.3

26 Oct 18:18
Compare
Choose a tag to compare

Fixes the issue java.lang.NoClassDefFoundError: com/intellij/psi/PsiElementFactory$SERVICE
(noticed in PhpStorm, but might also occur with other IDEs)

+ CodeInspection description added