Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Select-inverse of current selection via Cmd/crtl-I #100

Merged
merged 5 commits into from
Nov 9, 2015

Conversation

thirdknife
Copy link
Contributor

This PR add's the functionality.

@@ -0,0 +1,12 @@
export default function selectInverse(input, tree, output) {
//compare the sequenceString being pasted in with what's already stored in the clipboard
var sequenceLength = tree.get(['sequenceLength']);
Copy link
Contributor

Choose a reason for hiding this comment

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

it looks like we don't actually need the sequence length

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah! I didn't even look at it. Sending changes.

@tnrich
Copy link
Contributor

tnrich commented Nov 9, 2015

Looks good other than the sequence length stuff I commented about above :) Awesome work! You're gonna need some new issues to tackle, huh?

@thirdknife
Copy link
Contributor Author

@tnrich yes I do.

tnrich added a commit that referenced this pull request Nov 9, 2015
Select-inverse of current selection via Cmd/crtl-I
@tnrich tnrich merged commit 8c9bb28 into TeselaGen:master Nov 9, 2015
@thirdknife thirdknife deleted the selectinverse_bp branch November 10, 2015 17:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants