You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ This enables default editor features like syntax validation, highlighting and in
20
20
- flexible Table Editor
21
21
- customizable text editor
22
22
- customizable column coloring
23
+
- customizable line comment
23
24
- syntax validation
24
25
- syntax highlighting (customizable)
25
26
- content formatting (customizable)
@@ -145,11 +146,11 @@ _Default Escape Character_ defines which escape character is used as standard fo
145
146
146
147
Define the character(s) that should be used to mark a line as a comment within a CSV document.
147
148
148
-
Please note:
149
+
**Please note:**
149
150
150
151
- If not set, comments are disabled, which also will increase lexer/parser performance on large files.
151
152
- If a line starts with those characters (leading whitespaces are ignored), the whole line isn't considered data and skipped e.g. for formatting, structure view and the table editor.
152
-
- Files containing comments can't be editedbut still viewed via the **Table Editor** (without showing the comments).
153
+
- Files containing comments **can't be edited** - but still viewed - via the **Table Editor** (without showing the comments)!
153
154
154
155
##### Column numbering
155
156
@@ -210,6 +211,10 @@ The maximum width of a single table column in _px_, which is used when adjusting
210
211
211
212
If selected, the table column widths are adjusted based on the column contents automatically when the table editor is opened. This setting can be changed in the table editor itself per file.
212
213
214
+
##### Header row fixed (default)
215
+
216
+
If selected, the first record of CSV files will be considered the header per default, which affects the column names in the table editor. This setting can be changed in the table editor itself per file.
217
+
213
218
##### Keep/ignore linebreak at file end
214
219
215
220
If the file ends with a completely empty line (no spaces or tabs either), the table editor will not show this line as empty values but ignore it. When table data is serialized, an existing empty line is kept at the end of the file.
0 commit comments