Skip to content

Commit da41971

Browse files
feat(#976): TSV Copy and paste (#983)
* Add clipboard plugin to the project dependencies * Add interfaces to read and write content from the clipboard * Add a class to manage multiple clipboard readers and writers * Make iterateCellsInRanges public * Add tab separated clipboard format * Add copy and paste actions * Add clipboard mac os plugin dependency * Add clipboard actions test * Rename formats to encoder/decoder * Add json encoding * Copy uses the last user selection range * Fix selection when pasting content * add macos stuff * Improve docs * Updated cell api Co-authored-by: Renan Araújo <[email protected]>
1 parent a436ad1 commit da41971

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"xstring": "cpp",
7373
"xtr1common": "cpp",
7474
"xtree": "cpp",
75-
"xutility": "cpp"
75+
"xutility": "cpp",
76+
"codecvt": "cpp"
7677
}
7778
}

0 commit comments

Comments
 (0)