Releases: SeeSharpSoft/intellij-csv-validator
Release 2.7.1
Release 2.6.4
FIX: scrollable table cells
FIX: auto cell height computation
Release 2.6.2
Release 2.6.0
NEW: Table column width calculation and adjustment based on content
Release 2.5.1
FIX: ConcurrentModificationException in MultiLineCellRenderer
Release 2.3.1
NEW: use default color scheme & font for table editor as well
FIX: ConcurrentModificationException tackled (table editor)
Release 1.9.1
Release 1.8.2
- Customizable column coloring (File > Settings > Editor > Color Scheme > CSV)
- updated README
Release 1.8.1
NEW: East Asian full-width character support for 'Tabularize' (optional) - disabled by default due to lower performance
Release 1.8.0
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