Skip to content

Commit fc9beb7

Browse files
committed
[INTERNAL] plugin.xml aligned with README; planning for release 1.9.0
1 parent 990db9c commit fc9beb7

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ This enables default editor features like syntax validation, highlighting and in
1414
## Features
1515

1616
- CSV/TSV file detection
17+
- customizable text editor
1718
- syntax validation
18-
- syntax highlighting (configurable)
19-
- content formatting (configurable)
19+
- syntax highlighting (customizable)
20+
- content formatting (customizable)
2021
- quick fix inspections
2122
- intentions (Alt+Enter), e.g. Quote/Unquote (all), Shift Column Left/Right
2223
- structure view (header-entry layout)
2324
- support for ',', ';', '|' and '↹' as value separator
2425
- highlight of active column values
2526
- customizable column coloring
27+
- tab (↹) separator highlighting
2628

2729
### Syntax parser & validation
2830

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

55
name='CSV Plugin'
6-
pluginVersion=1.8.2
6+
pluginVersion=1.9.0
77
javaVersion=1.8
88
javaTargetVersion=1.8
99
downloadIntellijSources=false

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<b>Features:</b><br>
1111
<ul>
1212
<li>CSV/TSV file detection</li>
13+
<li>customizable text editor</li>
1314
<li>syntax validation</li>
1415
<li>syntax highlighting (configurable)</li>
1516
<li>content formatting (configurable)</li>
@@ -19,8 +20,7 @@
1920
<li>support for ',', ';', '|' or '&#8633;' as value separator</li>
2021
<li>highlight of active column values</li>
2122
<li>customizable column coloring</li>
22-
<li>TAB (separator) highlighting</li>
23-
<li>enforced soft wrap enabling/disabling</li>
23+
<li>tab (&#8633;) separator highlighting</li>
2424
</ul>
2525
2626
<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>

0 commit comments

Comments
 (0)