Releases: janisdd/vscode-edit-csv
Releases · janisdd/vscode-edit-csv
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
- added feature #176 - add cursor to source file from table selection (via context menu)
- disabled when certain actions are performed (see #176) but basicalyl all that change the shape of the table (e.g. add/remove rows/cols)
- enabled again when applying changes or reloading/resetting data
- fixed delayed
readOption_hasHeaderfeature where the options is automatically enabled as soon as the table has more than 1 row - lowered the context menu sub items display delay from 300ms to 100ms
- context menu sub menu indicator is now centered
- side bar tooltips is not longer clipped
- removed preview tag (user requested this)
- removed some unused (not minified js) files from packages vsix
0.11.2
0.11.1
0.11.1
- fixed issue #174 - added option
overwriteExceptEmptyto thepasteBehaviorsetting- it only overwrites the cell content if the paste cell is not empty
0.11.0
- added option
forceQuoteLeadingWhitespaceandforceQuoteTrailingWhitespacewhich will quote fields when they have leading or trailing whitespace - fixed issue #163 by changed option
retainQuoteInformationfrombooltostringwith the optionsnone(old false),determinedByColumns(old true) andfull(new default)fulltracks the quote information for every cell individually (disabled until physical and visual indices are working)
- fixed issue where hiding comment rows hides the wrong rows
- happened when data was sorted and then rows were removed
0.10.0
- added feature #161 -
excelLikeoption todragToAutoFillsetting- this is now the default
- added feature #155 - zoom the table content (only cells, not headers)
- ui buttons are added or use mouse + ctrl (same as vs code font size feature)
- added option
pasteBehaviorto determine where the old cells should be moved after a paste operation , see #156 - added option
pasteScrollBehaviorto determine where to scroll after a paste operation, see #156
0.9.2
0.9.2
- added feature #157 - hide columns initially, added options
initiallyHiddenColumnNumbersto hide columns based on its numberinitiallyHiddenColumnNamesto hide columns based on its name (first non-comment row)
- fixed issue #147: add feature to automatically reload data if the source csv file changes
- fixed issue #152: support drag and paste like excel
- enabled
dragToAutoFill(handsontablefillHandle) option - only supports copying same sequences
1,2,3will copy1,2,3again not4,5,6
- enabled