Skip to content

Commit b729920

Browse files
authored
Update README.md
Closes #146
1 parent b15942a commit b729920

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ This enables default editor features like syntax validation, highlighting and in
3030

3131
(see [full changelog](./CHANGELOG))
3232

33+
**Please note**
34+
35+
Due to a bug in all editions of IntelliJ 2019.2.\*, the plugin now comes in two versions. Both versions are identical except a configuration workaround, which is only part of the version ending with *-192*. This version is not compatible - and will therefore not work properly - with never versions (>= 2019.3.\*) of the IntelliJ IDE.
36+
3337
### Syntax parser & validation
3438

3539
The CSV syntax parser follows the standard defined in [IETF 4180](https://www.ietf.org/rfc/rfc4180.txt) but tolerates leading and trailing whitespaces of escaped text and accepts basically every literal as text data.
@@ -54,12 +58,12 @@ This led to a variety of CSV derivatives like semicolon or pipe separated values
5458
The plugin supports project specific separator setting.
5559
New separators can be added fairly easy in the parser definition of the source code.
5660

57-
#### TSV
61+
#### TSV/PSV
5862

59-
Tab (↹) can be explicitly set as a separator for CSV files.
60-
Additionally the file type TSV was introduced as a kind of CSV language.
61-
For TSV files the same formatter and code style settings are applied as for CSV itself, but the separator is considered to be a tab.
62-
All functionality that is available for plain CSV files (inspections, intentions, structure view, etc.) can be used for TSV as well.
63+
Comma (,), semicolon (;), tab (↹) and pipe (|) can be explicitly set as a separator for CSV files.
64+
Additionally the file types TSV (Tab-Separated-Values) and PSV (Pipe-Separated-Values) were introduced as a kind of CSV language.
65+
For TSV and PSV files the same formatter and code style settings are applied as for CSV itself, but the separator is considered to be a tab or a pipe respectively.
66+
All functionality that is available for plain CSV files (inspections, intentions, structure view, etc.) can be used for TSV and PSV as well.
6367

6468
### Table Editor
6569

0 commit comments

Comments
 (0)