Skip to content

Commit 5ec4e56

Browse files
committed
[INTERNAL] Prepare release 2.7.0
1 parent ac908a0 commit 5ec4e56

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
Compatible with _IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion Gogland DataGrip Rider MPS Android Studio_ - __2016.3.2 and newer__
1212

13-
This plugin introduces CSV (_Comma-Separated Values_) as a language to Jetbrains IDE with a syntax definition, structured language elements and associated file types (.csv/.tsv).
14-
This enables default editor features like syntax validation, highlighting and inspections for CSV files.
13+
This plugin introduces CSV (_Comma-Separated Values_) as a language to Jetbrains IDE with a syntax definition, structured language elements and associated file types (.csv/.tsv/.psv).
14+
This enables default editor features like syntax validation, highlighting and inspections for CSV-alike files.
1515

1616
## Features
1717

@@ -300,7 +300,7 @@ Annasusanna,Amsterdam, 1
300300

301301
![Context menu](./docs/contextmenu.png)
302302

303-
The action to switch the value separator used for CSV syntax validation of a specific file is part of its text editors context menu.
303+
The action to switch the value separator used for CSV syntax validation of a specific file is part of its editors context menu.
304304

305305

306306
This action defines how the parser/validator/highlighter/etc. behaves. It does intentionally not change the file content.
@@ -312,7 +312,7 @@ Calculates and sets the maximum width for all table columns based on their conte
312312

313313
#### Reset column widths to default (table editor only)
314314

315-
Set the width of all table columns back to default. The default table column width can be changed via [Editor Settings](#default-column-width)).
315+
Set the width of all table columns back to default. The default table column width can be changed via [Editor Settings](#default-column-width).
316316

317317
### Inspections
318318

src/main/resources/META-INF/plugin.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,27 @@
77

88
<description><![CDATA[
99
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>
1111
<br><hr/><br>
12-
13-
Lightweight CSV plugin that supports editing files in CSV/TSV format.<br><br>
1412
<b>Features:</b><br>
1513
<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>
1816
<li>customizable text editor</li>
17+
<li>customizable column coloring</li>
1918
<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>
2221
<li>quick fix inspections</li>
2322
<li>intentions (Alt+Enter), e.g. Quote/Unquote (all), Shift Column Left/Right</li>
23+
<li>balloon help & spell checker</li>
2424
<li>structure view (header-entry layout)</li>
2525
<li>support for ',', ';', '|' or '&#8633;' as value separator</li>
2626
<li>highlight of active column values</li>
27-
<li>customizable column coloring</li>
2827
<li>tab (&#8633;) separator highlighting</li>
2928
</ul>
3029
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>
3231
<br><br>
3332
<b>Code formatting:</b> <em>Default code formatting is 'Tabularize'. Can be changed in Settings -> Editor -> Code Style -> CSV</em>
3433
<br><br>
@@ -46,8 +45,9 @@
4645

4746
<change-notes><![CDATA[
4847
<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)
5151
</pre>
5252
]]>
5353
</change-notes>

0 commit comments

Comments
 (0)