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

implemented actions puff, float, drop #122

Merged
merged 6 commits into from
Jul 22, 2021
Merged

implemented actions puff, float, drop #122

merged 6 commits into from
Jul 22, 2021

Conversation

AndreasArvidsson
Copy link
Member

Issue #68

@AndreasArvidsson
Copy link
Member Author

@pokey Could you try to push this one through? the latest changes in talon develop requires this one with the new action names for drink and pour.

@AndreasArvidsson AndreasArvidsson linked an issue Jul 21, 2021 that may be closed by this pull request
pokey
pokey previously approved these changes Jul 22, 2021
Copy link
Member

@pokey pokey left a comment

Choose a reason for hiding this comment

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

LGTM but see inline comment re follow-on work

});
}

const thatMark = targets.map((target) => {
Copy link
Member

Choose a reason for hiding this comment

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

So I guess it probably makes sense to have "that" refer to the targets as you've done here, tho it might be useful in the future to support something like a "changed" mark, because I could see wanting to refer to the newly insterted lines as well.

Also, this code can be removed once we have listenForDocumentChanges, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

My assumption was that if you wanted the new lines you would use drink and pour instead but I see your point.

Yes I believe so.

pokey
pokey previously approved these changes Jul 22, 2021
@pokey pokey merged commit d176211 into master Jul 22, 2021
@pokey pokey deleted the puff branch July 22, 2021 19:33
thetomcraig-aya pushed a commit to thetomcraig/cursorless that referenced this pull request Mar 27, 2024
* Add black to CI

* Apply black
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

Successfully merging this pull request may close these issues.

Properly support "puff", "drop", and "float"
2 participants