|
17 | 17 | <li>intentions (Alt+Enter), e.g. Quote/Unquote (all), Shift Column Left/Right</li> |
18 | 18 | <li>structure view (header-entry layout)</li> |
19 | 19 | <li>support for ',', ';', '|' or '↹' as value separator</li> |
| 20 | + <li>highlight of active column values</li> |
20 | 21 | </ul> |
21 | | - <em><b>Note:</b> Default code formatting is 'Tabularize'. Can be changed in Settings -> Editor -> Code Style -> CSV</em><br><br> |
22 | | - For more detailed information please have a look at the <a href="https://github.com/SeeSharpSoft/intellij-csv-validator/blob/master/README.md">README</a>.<br><br><br><hr /><br> |
| 22 | +
|
| 23 | + <b>TSV file support:</b> <em>TSV files are recognized as such but treated as a variant of CSV files, the same syntax highlighting and code style settings are applied.</em> |
| 24 | + <br><br> |
| 25 | + <b>Code formatting:</b> <em>Default code formatting is 'Tabularize'. Can be changed in Settings -> Editor -> Code Style -> CSV</em> |
| 26 | + <br><br> |
| 27 | + For more detailed information please have a look at the <a href="https://github.com/SeeSharpSoft/intellij-csv-validator/blob/master/README.md">README</a>. |
| 28 | + <br><br><br> |
| 29 | + <em>Thanks to @egoisticalgoat, @sabi0, @ptahchiev, @ghost and others for supporting me and the project!</em> |
| 30 | + <br><br><br> |
| 31 | +
|
| 32 | + <hr /><br> |
23 | 33 | <span style="color: #555555"> |
24 | 34 | <b>IntelliJ IDEA Ultimate/PhpStorm/DataGrip/etc.:</b> The plugin is fully compatible with the <em>'Edit as Table...'</em> functionality.<br><br> |
25 | 35 | In IDE releases prior v2017.3, the shortcut in the editor context menu becomes invisible when using this plugin. However, the option can still be accessed via Toolbar -> Edit -> <em>'Edit as Table...'</em>. |
26 | 36 | </span> |
27 | 37 | ]]></description> |
28 | 38 |
|
29 | 39 | <change-notes><![CDATA[ |
30 | | - <b>NEW: TSV file support (new icons)</b><br> |
31 | | - <em>TSV files a recognized as such but treated as a variant of CSV files, the same syntax highlighting and code style settings are applied.</em><br> |
32 | | - <b>NEW:</b> tab (↹) and pipe (|) as separators added<br> |
33 | | - <b>NEW:</b> spellchecker enabled<br> |
34 | | - <br> |
35 | | - <b>Note:</b> For CSV Plugin v1.6.0+ it was necessary to increase the minimum IDE version from 2016.1.1 to 2016.3.2 due to a required <a href="https://youtrack.jetbrains.com/issue/IDEA-162000">fix in the formatting code</a>. Previous versions of the plugin can still be downloaded directly from <a href="https://plugins.jetbrains.com/plugin/10037-csv-plugin">Jetbrains Plugin Repository</a>. |
| 40 | + <b>NEW:</b> Annotated values: tooltip shows the value itself, the header and the column index<br> |
| 41 | + <b>NEW:</b> Active column (caret position) is colored differently<br> |
| 42 | + <b>FIX:</b> Add separator inspection is adding correct separator (e.g. tabs in TSV files)<br> |
| 43 | + + several code & performance improvements |
| 44 | + <br><br> |
36 | 45 | ]]> |
37 | 46 | </change-notes> |
38 | 47 |
|
|
0 commit comments