Skip to content

Commit

Permalink
Update doc/specs/#4191 - Formatted Copy/spec.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
cinnamon-msft and jsoref authored Apr 6, 2020
1 parent 43a0522 commit fce8895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/#4191 - Formatted Copy/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ b. We could also just combine html and rtf into a single boolean. Users would ei

### Settings option 2 - key binding argument

a. Just like the the `trimWhitespace` argument you can add to the `copy` key binding, we could add one for text formatting. This would not change the right click behavior.
a. Just like the `trimWhitespace` argument you can add to the `copy` key binding, we could add one for text formatting. This would not change the right click behavior.

`{"command": {"action": "copy", "keepFormatting": true}, "keys": "ctrl+a"}`

Expand Down

1 comment on commit fce8895

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New misspellings found, please review:

  • VTE
To accept these changes, run the following commands
remove_obsolete_words=$(mktemp)
echo '#!/usr/bin/perl -ni
my $re=join "|", qw(
Impl
XY
);
next if /^($re)(?:$| .*)/;
print;' > $remove_obsolete_words
chmod +x $remove_obsolete_words
for file in .github/actions/spell-check/whitelist/alphabet.txt .github/actions/spell-check/whitelist/web.txt .github/actions/spell-check/whitelist/whitelist.txt; do $remove_obsolete_words $file; done
rm $remove_obsolete_words
(
echo "
impl
VTE
xy
"
) | sort -u -f | perl -ne 'next unless /./; print' > new_whitelist.txt && mv new_whitelist.txt '.github/actions/spell-check/whitelist/fce8895a37f8b3ac5c4c4a44c2af00940876aa06.txt'

Please sign in to comment.