Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment Selection command on disjoint multi-line selection does not behave as expected #22

Open
JosephPecoraro opened this issue Jul 9, 2019 · 0 comments

Comments

@JosephPecoraro
Copy link

The Comment Selection command on disjoint multi-line selection does not behave as expected.

Sample text file:

1 one
2 two
3 three
4

Steps to reproduce:

  1. Hold Command and triple click on line 1 and line 3 to have both lines completely selected
  2. Bundles > Source > Comments > Comment Selection (⌘/)
    => Unexpected result

Actual Result:

one
two
# one
#
# three

Expected Result:

# one
two
# three
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant