Skip to content

Commit b5f8712

Browse files
committed
[INTERNAL] prepare release 2.9.1
1 parent d9ff93d commit b5f8712

File tree

5 files changed

+27
-6
lines changed

5 files changed

+27
-6
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.9.1
2+
Feb 15, 2020
3+
4+
FIX: update failed for AnAction #181
5+
FIX: selection indicator for default separator action
6+
17
2.9.0
28
Feb 07, 2020
39

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,22 @@ The preferred editor usage can be switched between "Text Editor first", "Table E
122122

123123
Enable zero-based column numbering. This affects the tooltip info of the text editor as well as column numbering of the table editor.
124124

125+
##### Default Value Separator (CSV only)
126+
127+
The following separators are currently supported: **,** (Comma), **;** (Semicolon), **|** (Pipe) and **↹** (Tab)
128+
129+
_Default Value Separator_ defines which separator is used as standard for each newly opened CSV file. The separator character can be changed for each file individually in its editors context menu.
130+
131+
This option has no effect on TSV/PSV files, the separator is pre-defined by their file- and language-type.
132+
133+
##### Default Escape Character
134+
135+
The following escape characters are currently supported: **"** (Double Quote), **\\** (Backslash)
136+
137+
Within quoted values (fields starting and ending with a double quote), the double quote character must be escaped to be parsed as part of its value and not to be treated as the closing quote.
138+
139+
_Default Escape Character_ defines which escape character is used as standard for each newly opened CSV/TSV/PSV file. The escape character can be changed for each file individually in its editors context menu.
140+
125141
#### Text Editor
126142

127143
##### Highlighting
@@ -223,11 +239,7 @@ Annasusanna,Amsterdam,1
223239

224240
##### Separator
225241

226-
The following separators are currently supported: **,** (Comma), **;** (Semicolon), **|** (Pipe) and **↹** (Tab)
227-
228-
_Value separator (default)_ defines which separator is used by default. The separator character can be changed for each CSV file individually.
229-
230-
When changing the separator, press the apply button to refresh the preview window properly.
242+
Adjust spacing around the separator.
231243

232244
_Space before separator_
233245

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jacocoTestReport {
2424
}
2525

2626
group 'net.seesharpsoft.intellij.plugins'
27-
version '2.9.0'
27+
version '2.9.1'
2828

2929
apply plugin: 'java'
3030
sourceCompatibility = javaVersion

docs/editorsettings.png

0 Bytes
Loading

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
NEW: customizable escape character #159
5252
NEW: value separator setting moved from 'Code Style' to 'General'
5353
+ lots of code cleanup & rework
54+
55+
FIX: update failed for AnAction #181
56+
FIX: selection indicator for default separator action
5457
</pre>
5558
]]>
5659
</change-notes>

0 commit comments

Comments
 (0)