Skip to content

Commit 4e18ce6

Browse files
committed
[INTERNAL] plugin metadata updated
1 parent d59a92a commit 4e18ce6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,28 @@
88

99
<description><![CDATA[
1010
Lightweight CSV plugin that supports editing files in CSV format.<br><br>
11-
Features:<br>
11+
<b>Features:</b><br>
1212
<ul>
1313
<li>CSV file detection</li>
1414
<li>syntax validation</li>
1515
<li>syntax highlighting (configurable)</li>
1616
<li>content formatting (configurable)</li>
1717
<li>quick fix inspections</li>
18-
<li>intentions, e.g. Quote/Unquote All</li>
18+
<li>intentions, e.g. Quote/Unquote (all)</li>
1919
<li>structure view (header-entry layout)</li>
2020
<li>support for ',' or ';' as value separator</li>
2121
</ul>
2222
<br>
2323
After installation & restart, the IDE needs some time to re-index files before the plugin becomes active.<br><br>
24-
<em><b>Note:</b> Default code formatting is 'Tabularize'. Can be changed in Settings -> Editor -> Code Style -> CSV</em>
24+
<em><b>Note:</b> Default code formatting is 'Tabularize'. Can be changed in Settings -> Editor -> Code Style -> CSV</em><br><br><br><hr /><br>
25+
<span style="color: #555555">
26+
<b>IntelliJ IDEA Ultimate/PhpStorm/DataGrip/etc.:</b> The plugin is fully compatible with the <em>'Edit as Table...'</em> functionality.<br><br>
27+
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>.
28+
</span>
2529
]]></description>
2630

2731
<change-notes><![CDATA[
28-
New: Intentions/Inspections added<br>
32+
<b>New:</b> Intentions/Inspections added<br>
2933
Improved formatter performance<br>
3034
Several fixes
3135
]]>

0 commit comments

Comments
 (0)