Skip to content

Commit 4556d92

Browse files
committed
[INTERNAL] general cleanup
1 parent c144467 commit 4556d92

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.8.0
2+
???
3+
4+
NEW: improved font handling in table editor #122
5+
FIX: proper font handling in balloon tooltips
6+
17
2.7.0
28
Sep 16, 2019
39

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Known Vulnerabilities](https://snyk.io/test/github/SeeSharpSoft/intellij-csv-validator/badge.svg?targetFile=build.gradle)](https://snyk.io/test/github/SeeSharpSoft/intellij-csv-validator?targetFile=build.gradle)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/97769359388e44bfb7101346d510fccf)](https://www.codacy.com/app/github_124/intellij-csv-validator?utm_source=github.com&utm_medium=referral&utm_content=SeeSharpSoft/intellij-csv-validator&utm_campaign=Badge_Grade)
66
[![BCH compliance](https://bettercodehub.com/edge/badge/SeeSharpSoft/intellij-csv-validator?branch=master)](https://bettercodehub.com/results/SeeSharpSoft/intellij-csv-validator/)
7-
[![Donate](https://img.shields.io/badge/Paypal-Donate-yellow)](https://paypal.me/knerzbert)
87

98
# Lightweight CSV Plugin for JetBrains IDE family
109

@@ -18,6 +17,7 @@ This enables default editor features like syntax validation, highlighting and in
1817
- CSV/TSV/PSV file detection
1918
- table editor
2019
- customizable text editor
20+
- customizable column coloring
2121
- syntax validation
2222
- syntax highlighting (customizable)
2323
- content formatting (customizable)
@@ -26,7 +26,6 @@ This enables default editor features like syntax validation, highlighting and in
2626
- structure view (header-entry layout)
2727
- support for ',', ';', '|' and '↹' as value separator
2828
- highlight of active column values
29-
- customizable column coloring
3029
- tab (↹) separator highlighting
3130

3231
(see [full changelog](./CHANGELOG))

src/main/java/net/seesharpsoft/intellij/plugins/csv/editor/CsvAnnotator.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,4 @@ protected boolean handleSeparatorElement(@NotNull PsiElement element, @NotNull A
109109
}
110110
return false;
111111
}
112-
113-
114-
}
112+
}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545

4646
<change-notes><![CDATA[
4747
<pre style="font-family: sans-serif">
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)
48+
NEW: improved font handling in table editor #122
49+
FIX: proper font handling in balloon tooltips
5150
</pre>
5251
]]>
5352
</change-notes>

0 commit comments

Comments
 (0)