intellij-csv-validator

CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...

APACHE-2.0 License

Stars
370
Committers
3

Bot releases are hidden (Show)

intellij-csv-validator - Release 2.7.1

Published by SeeSharpSoft about 5 years ago

NEW: add separator selection to table editor #140
FIX: coloring of table cells (e.g. selection mode)
FIX: enter edit mode via keyboard (e.g. ENTER key in cell)

Only compatible until 2019.2.* (see #146)

intellij-csv-validator - Release 2.6.4

Published by SeeSharpSoft about 5 years ago

FIX: scrollable table cells
FIX: auto cell height computation

intellij-csv-validator - Release 2.6.2

Published by SeeSharpSoft about 5 years ago

FIX: AssertionError: Already disposed: Project (Disposed) #147
FIX: No fallback font used in table editor #145

intellij-csv-validator - Release 2.6.0

Published by SeeSharpSoft over 5 years ago

NEW: Table column width calculation and adjustment based on content

intellij-csv-validator - Release 2.5.1

Published by SeeSharpSoft over 5 years ago

FIX: ConcurrentModificationException in MultiLineCellRenderer

intellij-csv-validator - Release 2.3.1

Published by SeeSharpSoft over 5 years ago

NEW: use default color scheme & font for table editor as well
FIX: ConcurrentModificationException tackled (table editor)

intellij-csv-validator - Release 1.9.1

Published by SeeSharpSoft about 6 years ago

FIX: reading/writing CSV editor states (#66)
FIX: tooltip for tab separator if disabled (#64)

intellij-csv-validator - Release 1.8.2

Published by SeeSharpSoft about 6 years ago

  • Customizable column coloring (File > Settings > Editor > Color Scheme > CSV)
  • updated README
intellij-csv-validator - Release 1.8.1

Published by SeeSharpSoft about 6 years ago

NEW: East Asian full-width character support for 'Tabularize' (optional) - disabled by default due to lower performance

intellij-csv-validator - Release 1.8.0

Published by SeeSharpSoft over 6 years ago

NEW: Custom 'Wrapping' settings
NEW: Column highlighter takes whitespaces into account
CHANGE: Column highlighting only happens on selection
FIX: CSV column info tooltip trumps spellchecker tooltip (but keeps the visualization of a typo)
FIX: Show tooltip even when caret is at the last position withing the CSV file
FIX: Support for suppressing inspections not relevant for CSV (e.g. 'Problematic Whitespace')
FIX: Structure View: proper handling of elements (instead of endless loading)
+ several code & performance improvements

intellij-csv-validator - Release 1.7.0

Published by SeeSharpSoft over 6 years ago

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

intellij-csv-validator - Release 1.6.1

Published by SeeSharpSoft over 6 years ago

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

intellij-csv-validator - Release 1.5.1

Published by SeeSharpSoft over 6 years ago

Fix for #10

intellij-csv-validator - Release 1.4.1

Published by SeeSharpSoft over 6 years ago

Hotfix
Fix default settings initialization

intellij-csv-validator - Release 1.3

Published by SeeSharpSoft almost 7 years ago

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

+ CodeInspection description added