Skip to content

Releases: SeeSharpSoft/intellij-csv-validator

Release 2.7.1

26 Sep 06:19
618a946
Compare
Choose a tag to compare

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)

Release 2.6.4

30 Aug 11:29
f1a12b0
Compare
Choose a tag to compare

FIX: scrollable table cells
FIX: auto cell height computation

Release 2.6.2

09 Aug 12:23
7306e99
Compare
Choose a tag to compare

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

Release 2.6.0

18 Jul 16:38
c0d0b74
Compare
Choose a tag to compare

NEW: Table column width calculation and adjustment based on content

Release 2.5.1

27 Jun 05:27
b617b22
Compare
Choose a tag to compare

FIX: ConcurrentModificationException in MultiLineCellRenderer

Release 2.3.1

31 Mar 13:20
f9a5833
Compare
Choose a tag to compare

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

Release 1.9.1

12 Oct 07:50
2ed5b28
Compare
Choose a tag to compare

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

Release 1.8.2

20 Sep 19:24
2cded84
Compare
Choose a tag to compare
  • Customizable column coloring (File > Settings > Editor > Color Scheme > CSV)
  • updated README

Release 1.8.1

16 Aug 06:30
Compare
Choose a tag to compare

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

Release 1.8.0

05 Jul 17:26
df16f1a
Compare
Choose a tag to compare

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