|
7 | 7 |
|
8 | 8 | <description><![CDATA[ |
9 | 9 |
|
10 | | - <p>The <em>Table Editor</em> is a newly introduced feature of CSV Plugin v2.*. Support its ongoing development by <a href="https://github.com/SeeSharpSoft/intellij-csv-validator/issues">reporting issues, providing suggestions, contributing ideas/features</a> or by just <a href="https://plugins.jetbrains.com/plugin/10037-csv-plugin">giving it a thumbs up.</a></p> |
| 10 | + <p>Lightweight plugin for editing CSV/TSV/PSV files with a flexible table editor, syntax validation, structure highlighting, customizable coloring, new intentions and helpful inspections.</p> |
11 | 11 | <br><hr/><br> |
12 | | -
|
13 | | - Lightweight CSV plugin that supports editing files in CSV/TSV format.<br><br> |
14 | 12 | <b>Features:</b><br> |
15 | 13 | <ul> |
16 | | - <li>CSV/TSV/PSV file detection</li> |
17 | | - <li>table editor</li> |
| 14 | + <li>support for CSV/TSV/PSV file extensions</li> |
| 15 | + <li>customizable table editor</li> |
18 | 16 | <li>customizable text editor</li> |
| 17 | + <li>customizable column coloring</li> |
19 | 18 | <li>syntax validation</li> |
20 | | - <li>syntax highlighting (configurable)</li> |
21 | | - <li>content formatting (configurable)</li> |
| 19 | + <li>syntax highlighting</li> |
| 20 | + <li>content formatting</li> |
22 | 21 | <li>quick fix inspections</li> |
23 | 22 | <li>intentions (Alt+Enter), e.g. Quote/Unquote (all), Shift Column Left/Right</li> |
| 23 | + <li>balloon help & spell checker</li> |
24 | 24 | <li>structure view (header-entry layout)</li> |
25 | 25 | <li>support for ',', ';', '|' or '↹' as value separator</li> |
26 | 26 | <li>highlight of active column values</li> |
27 | | - <li>customizable column coloring</li> |
28 | 27 | <li>tab (↹) separator highlighting</li> |
29 | 28 | </ul> |
30 | 29 |
|
31 | | - <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> |
| 30 | + <b>TSV/PSV file support:</b> <em>TSV/PSV files are recognized as such but treated as a variant of CSV files, the same syntax highlighting and code style settings are applied.</em> |
32 | 31 | <br><br> |
33 | 32 | <b>Code formatting:</b> <em>Default code formatting is 'Tabularize'. Can be changed in Settings -> Editor -> Code Style -> CSV</em> |
34 | 33 | <br><br> |
|
46 | 45 |
|
47 | 46 | <change-notes><![CDATA[ |
48 | 47 | <pre style="font-family: sans-serif"> |
49 | | -FIX: scrollable table cells |
50 | | -FIX: auto cell height computation |
| 48 | +NEW: add separator selection to table editor #140 |
| 49 | +FIX: coloring of table cells (e.g. selection mode) |
| 50 | +FIX: enter edit mode via keyboard (e.g. ENTER key in cell) |
51 | 51 | </pre> |
52 | 52 | ]]> |
53 | 53 | </change-notes> |
|
0 commit comments